I am currently investigating the specific square number $a^n+1$ and whether it can become a square. I know that $a^n+1$ cannot be a square if n is even because then I can write n=2x, and so $(a^n)^2$+1 is always smaller than $(a^n+1)^2$.
But what about odd powers of n? Can they allow $a^n+1$ to become a square? Or a more general case, can $a^n+1$ ever be a square number?
To answer the question in the title:
The next square after $n^2$ is $(n+1)^2=n^2+2n+1 > n^2+1$ if $n>0$.
Therefore, $n^2+1$ is never a square, unless $n=0$.