I am investigating the sum of three squares that equal a fourth square value.
I am only interested in positive integers greater than zero.
Specifically i am collecting formulae that identify values of these combinations.
Of course i have the following example:-
for any positive integer x the following is true and gives the 4 square values
$x, (x + 1), x(x + 1), (x(x + 1) + 1)$
$x^2 + (x + 1)^2 +(x(x + 1))^2 = (x(x + 1) + 1)^2$
what other formulae exist that can identify 3 unique integers that when squared give a fourth square value?