I'm not a math person at all and I realize that this might be obvious, I'm trying to increase my awareness about it, so please excuse me if the question is too basic. Also excuse my lack of formatting in expressing my ideas, any tip or correction would be appreciated.
If you square the elements of a sequence of natural numbers $(1, 2, 3, 4,...)$ you respectively get $1,4,9,16,...$ If you calculate the difference between each consecutive element, you get $3,5,7, ...:$
This list of differences would always be composed of odd numbers. Why?
Also, why does it 'grows' linearly, increased by $2$ on every step?
Thanks.




If $n\in\Bbb N$, then $(n+1)^2-n^2=2n+1$, which is an odd number. Actually, every positive odd number (other than $1$) can be obtained by this process. Besides, the sequence $(2n+1)_{n\in\Bbb N}$ grows linearly.