I noticed that modulus of difference of any two odd numbers raised to even powers individually is always divisible by 4 and their sum is always congruent to 2(mod 4).
Example
|77^2 - 59^4| = 12111432 ≡ 0(mod 4)
53^2 + 15^6 = 11393434 ≡ 2(mod 4)
I haven't been able to prove that though. Can anyone provide a proof?
Has this been discussed before because I couldn't find any information about this anywhere on the internet of in MSE.
Thank you