
David W. answered 09/23/21
Experienced Prof
The difference between consecutive squares is always an odd number.
If n is any natural number then the difference between the square of n and the square of the next natural number, (n + 1) is 2n + 1, which is an odd number.
( n2 + 2n + 1 ) - n2 = 2n + 1