I encountered this fact yesterday: $1$ and $4900$ are the only squares as the sum of $1+4+9+\ldots +n^2$. I was trying to solve this problem using my knowledge of elementary number theory. I reduce it to the point:
Show that $(a,b,c)=(2,5,7)$ is the only positive integer solution to $$ \left\lbrace \begin{array}{} 6\times a^2+1=b^2 \\ 12\times a^2+1=c^2 \end{array} \right. $$ (then let $n=6\times a^2$, you get $4900= 24\times25\times49/6$)
I recognize these as Pell's equations, but I don't know how to proceed.