sum of all odd numbers 1-100
Note the pattern.....
1 = 12
1+ 3 = 22
1 + 3 + 5 = 32
So, it appears that the sum of the first N odd integers = N2
And since there are 50 odd integers from 1-100, their sum = 502 = 2500