Say I have three square numbers
(these are squared whole numbers greater than ZERO)
S1 < S2 < S3
how would you go about showing that the following is possible
S2 - S1 = S3 - S2
e.g. the difference between S1 and S2 is the same as that between S2 and S3