Are there any solution to $$a^2+b^2=c^2+1 $$ where $a \not=0$ and $b\not=0$
This is a follow-on from a previous question For what $n$ and $m$ is this number a perfect square?, which ultimately boils down to the above. Any help would be greatly appreciated.
More generally, the complete answer to,
$$x_1^2+x_2^2=y_1^2+y_2^2$$
was known way back to Euler as,
$$(ac+bd)^2 + (ad-bc)^2 = (ac-bd)^2 + (ad+bc)^2$$
Thus, your question is equivalent to equating one term to $\pm1$. The situation is very reminiscent of a Pell equation and, in fact, a subset of solutions can be given as such like,
$$(dx)^2 + (d^2y^2-1)^2 = (d^2y^2+d)^2 + 1$$
where $x,y$ satisfy the Pell equation $x^2-2(d+1)y^2 = 1$. (Avoiding certain $d$.) This is by Gerardin. There are many other solutions, some are polynomial parameterizations. I've collected some here as Form 4.