The sum of consecutive odd integers is a multiple of .
For what positive integers is this statement true?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Sum of n consecutive integers is n^2.
1+3+5+....+2n-1.(n terms).
It is in AP .
Sum = 2 n ( 2 ( 1 ) + ( n − 1 ) 2 ) = 2 n ( 2 + 2 n − 2 ) = 2 2 n 2 = n 2 .
So, every positive integer will satisfy the condition that n^2 is a multiple of n.
When we take the general case,
(2n+1)+(2n+3)+(2n+5)+........(2n+2n-1).{n terms}.
Sum = \frac { n }{ 2 } (2(2n+1)+(n-1)2)\quad =\quad \frac { n }{ 2 } (4n+2+2n-2)\quad =\quad 3{ n }^{ 2 }.
Which is also a multiple of n for all positive integers.
Thanks to @Chung Kevin for guiding me.