Prove there is infinite number of 3 consecutive numbers which are sum of 2 squares of ($0\notin $) natural numbers. Example: $$72 = 6^2+6^2$$ $$73= 8^2+3^2$$ $$74 =7^2+5^2$$
I could only find 232,233 and 234 is next such triple. I was also thinking about to implement $$(a^2+b^2)(c^2+d^2)=(ac+bd)^2+(ad-bc) ^2$$ but don't know how.
If we have a solution where $ n-1 = a^2 + b^2, n = c^2 + d^2, n+1 = e^2 + f^2 $, with all variables non-zero, then
Thus, we have our 3 consecutive integers
So, starting with your seed of $ n = 73$, an infinite family exists.