Find the sum of first n odd natural numbers.
a = 1, d = 2
Sum of first n odd numbers, Sn =
[2a + (n – 1) d]
=
[2(1) + (n – 1) 2]
= n [1 + n – 1]
= n2
AI is thinking…
Couldn't generate an explanation.
Generated by AI. May contain inaccuracies — always verify with your textbook.