Write the nth term of odd numbers.
We know that,
Odd Numbers are 1,3,5,7,9,…
We observe that odd numbers are in A.P.
Here, first term, a=1
common difference, d=3−1=2
Using general term formula,
nth term =a+(n−1)d
=1+(n−1)2
=1+2n−2
=2n−1
Hence, nth term =2n−1