Find the sum of first n odd natural numbers.

given an AP of first n odd natural numbers whose first term a is 1, and common difference d is 3

Given sequence is 1, 3, 5, 7……n


To find: the sum of first n natural numbers


Hence the sum is given by the formula


Substituting the values in the above equation we get



s = n2


5