Don't know how to prove that sum of all divisors of a square number is always odd.
ex: $27 \vdots 1,3,9,27$; $27^2 = 729 \vdots 1,3,9,27,81,243,729$; $\sigma_1 \text{(divisor function)} = 1 + 3 + 9 + 27 + 81 + 243 + 729 = 1093$ is odd;
I think it somehow connected to a thing that every odd divisor gets some kind of a pair when a number is squared and 1 doesn't get it, but i can't formalize it. Need help.