I've noticed that, for any pythagorean triple $(a,b,c)$ arranged least to greatest, if they have no common divisor (i.e., if the triple is primitive) and $a$ is odd, then following holds:
$$a^2=b+c$$
For example, for $(3,4,5)$, we have $4+5=9$.
Is there a way to prove this? Or an intuitive reason it's true?
Suppose $a^2+b^2=c^2$, then
$a^2=c^2-b^2=(c+b)(c-b)$ if we want this to be equal to $c+b$ we need $c-b=1$.
So this works only for triples $(\sqrt{2x+1},x,x+1)$ or equivalently $(2k+1,2k^2+2k,2k^2+2k+1)$.