Today I realized a relationship between squares of integers that I had not noticed before.
If you start with 1, then the squares are 1, 4, 9, 16, 25, 36, 49, 64, 81... The differences between these squares are all odd numbers which keep increasing, i.e., add 3 to 1 and you get 4; add 5 to that and you get 9; add 7 to that and you get 16; add 9 to that and you get 25; add 11 - get 36, etc.
Namely, you have to add the next odd number to the square of an integer to get the square of the next integer.
How is relationship formed? Is is something that inherently arises from the square functionality?
Does this relationship continue to infinity?