Page 1 of 1

Sum of integers divide sum of integer powers

Posted: Tue Dec 14, 2010 12:29 am
by Moon
Show that if $k$ is odd,
\[ 1+2+\cdots+n \]
divides
\[1^k +2^k +\cdots+n^k\]

Re: Sum of integers divide sum of integer powers

Posted: Wed Dec 15, 2010 11:41 am
by Masum
$1+2+....+n=\frac {n(n+1)} 2$
It is well known that $a+b|a^k+b^k$ for $k$ odd.
Using this $n+1|n^k+1^k,(n-1)^k+2^k,......$
$n|n^k,(n-1)^k+1^k,...$ and $gcd(n,n+1)=1$,so if both of them divides this then there product divide $2(1^k+....+n^k)$

Re: Sum of integers divide sum of integer powers

Posted: Sun Dec 19, 2010 9:43 am
by Dipan
I am posting a very easy solution....it can't be accepted by all....

we know that if k is odd then ...

a^k + b^k/a + b

so why we can't say that

a^k + b^k + ............. +n^k/a + b +.............+n [a,b belong to N and k is an odd]

Re: Sum of integers divide sum of integer powers

Posted: Sun Dec 19, 2010 4:56 pm
by Masum
I don't think it is true.How did you get this?