Do there exist integers $x,y,z,w$ that satisfy \begin{align*}(x+1)^2+y^2 &= (x+2)^2+z^2\\(x+2)^2+z^2 &= (x+3)^2+w^2?\end{align*}
I was thinking about trying to show by contradiction that no such integers exist. The first equation gives $y^2 = 2x+3+z^2$ while the second gives $z^2 = 2x+5+w^2$. How can we find a contradiction from here?
$$ 25 = 5^2 = 3^2 + 4^2 = 4^2 + 3^2 = 5^2 + 0^2$$ $$ 1105 = 5 \cdot 13 \cdot 17 = 31^2 + 12^2 = 32^2 + 9^2 = 33^2 + 4^2$$ $$ 12025 = 5^2 \cdot 13 \cdot 37 = 107^2 + 24^2 = 108^2 + 19^2 = 109^2 + 12^2$$ $$ 66625 = 5^3 \cdot 13 \cdot 41 = 255^2 + 40^2 = 256^2 + 33^2 = 257^2 + 24^2$$ $$ 252601 = 41 \cdot 61 \cdot 101 = 499^2 + 60^2 = 500^2 + 51^2 = 501^2 + 40^2$$ $$ 292825 = 5^2 \cdot 13 \cdot 17 \cdot 53 = 539^2 + 48^2 = 540^2 + 35^2 = 541^2 + 12^2$$ $$ 751825 = 5^2 \cdot 17 \cdot 29 \cdot 61 = 863^2 + 84^2 = 864^2 + 73^2 = 865^2 + 60^2$$
INSERT FRIDAY: in order to show that these examples are always $n \equiv 1 \pmod 8,$ it suffices to consider everything $\pmod{16}.$ Odd squares are $1,9 \pmod {16}.$ Indeed, if $t \equiv \pm 1 \pmod 8$ then $t^2 \equiv 1 \pmod{16}.$ if $s \equiv \pm 3 \pmod 8$ then $s^2 \equiv 9 \pmod{16}.$ The restriction comes in even squares, which are $0, 4 \pmod {16}.$ That is most of the argument, that $12$ is not a square $\pmod {16}.$ Call it a proposition, it is not possible to have $$ n = x_1^2 + y_1^2 = x_2^2 + y_2^2 =x_3^2 + y_3^2 $$ with $$ x_1 \equiv \pm 1 \pmod 8, \; \; \; x_2 \equiv 2 \pmod 4, \; \; \; x_3 \equiv \pm 3 \pmod 8. $$
Except for 292825 there seems to be a pattern, probably one variable polynomials.
INSERT: The pattern is easier to see if we translate the $n$ below as $n=m-1,$ or $m=n+1:$ $$ \color{magenta}{ w = 16 m^6 + 4 m^4 + 4 m^2 + 1} $$ $$ \color{red}{w = \left( 4 m^3 - 1 \right)^2 + \left(2 m^2 + 2m \right)^2} $$ $$ \color{red}{w = \left( 4 m^3 \right)^2 + \left(2 m^2 + 1 \right)^2 }$$ $$ \color{red}{ w = \left( 4 m^3 + 1 \right)^2 + \left(2 m^2 - 2m \right)^2 }$$ Yep, $$ w = 16n^6 + 96n^5 + 244 n^4 + 336 n^3 + 268 n^2 + 120 n + 25 $$ $$ w = \left( 4 n^3 + 12 n^2 + 12 n + 3 \right)^2 + \left( 2n^2 + 6n + 4 \right)^2 $$ $$ w = \left( 4 n^3 + 12 n^2 + 12 n + 4 \right)^2 + \left( 2 n^2 + 4n +3 \right)^2 $$ $$ w = \left( 4 n^3 + 12 n^2 + 12 n + 5 \right)^2 + \left( 2 n^2 + 2n \right)^2 $$
Check algebra: