I have encountered into very nice problem.
Prove that for any positive integer $n\geqslant 2$ there is a positive integer $m$ that can be written simultaneously as a sum of $2, \ 3, \dots, \ n$ squares of nonzero integers.
My solution:
I have tried to do it via math induction.
Firstly, for $n=2$ we can take $m=2=1^2+1^2$
Also for $n=3$ there is $m=17=4^2+1^2=2^2+2^2+3^2$ (this is not mandatory, i just wanted to make sure that such number indeed exists).
Suppose for $n$ there is number $m=m(n)$ with desired properties.
Then we should prove it for $n+1$, i.e. we have to find number $M$ such that $M$ can be written as a sum of $2,3,\dots,n,n+1$ squares of nonzero integers.
It's not difficult to verify that for example if we take $M=m+1$ or $M=4m+1$ or in general $M=k^2m+1$ then $M$ is indeed sum of $3,4,..,n,n+1$ squares of nonzero integers (in each case). But I am not able to show that at least one of them cam be written also as a sum of two squares. This is a hurdle which I cannot overcome.
Maybe you have any suggestion?
It would be great.