I don't know maths but I've made up a method of finding next 'square' of numbers. Have a look at this:
- 12 = 02 + 1
- 22 = 12 + 3
- 32 = 22 + 5
- 42 = 32 + 7
- 52 = 42 + 9
- 62 = 52 + 11
- 72 = 62 + 13
- 82 = 72 + 15
- 92 = 82 + 17
- 102 = 92 + 19 and so forth.
When you add the square of previous number to an odd number, it gives you the square of the next number.
I cannot explain it further as I have no knowledge about maths.
I would like to know whether it has existed or not. Does this process have a name?
I hope it's not off-topic. If it is not, please edit the tags and title in order to avoid duplicates.