4 consecutive odd natural numbers are needed to form 43.
True
False
Suppose we add two odd numbers consecutively 3+5 = 8 = 23
13 + 15 + 17 + 19 = 64 = 43
And so on....
The sum of first n consecutive odd natural numbers is equal to n2.