Okay, I hate multiplying and factoring. So I note:
If $m = n+ 1.5$ then
$1 + n(n+1)(n+2)(n+3) = 1+ (m- \frac 32)(m- \frac 12)(m+\frac 12)(m + \frac 32) = 1 + (m^2 - \frac 94)(m^2 - \frac 14)=$
$1 + \frac 9{16} - \frac {10}4 m^2 + m^4 =$
$\frac {25}{16} - \frac {10}4 m^2 + m^4=$
$(m^2 - \frac 54)^2 =$
$((n + \frac 32)^2 - \frac54)^2 = $
$(n^2 + 3n + \frac 94 - \frac 54)^2=$
$(n^2 + 3n + 1)^2$.
So $\sqrt {1 + n(n+1)(n+2)(n+3)} = n^2 + 3n + 1$ which is a whole number.
=====
So... was I lucky that it worked out? Maybe, but I don't think so.
I knew that if it was a perfect square, and if I could get it into quadratic terms $v^2 + bv^2 + c$ for $v$ somehow in terms of $n$ then it would have to be a perfect square.
And I knew that if I took the middle of the the $n,n+1,n+2,n+3$ and replaced with $(m-w)(m-u)(m+u)(m+w)$ I'd get $(m^2 - w^2)(m^4 - u^2)$ which would be a quadratic terms for $v = m^2 = (n+w)^2$.
So if it was a perfect square, I knew I'd have to have success. If it wasn't a perfect square I knew I'd fail.
I had success.