Find all integers n>1 such that 1^n +2^n+...+(n-1)^n is divisible by n
Answers
Answered by
13
Answer:
gcd(n+1,n2+1)=gcd(n+1,n2+1−n(n+1))=gcd(n+1,1−n)=gcd(n+1,1−n+(1+n))=gcd(n+1,2). If n is even, then n+1 is odd.
Step-by-step explanation:
extra questions to help you
Attachments:
![](https://hi-static.z-dn.net/files/dda/63bd488545362a5dbd1e0dd9dd5f243b.jpg)
![](https://hi-static.z-dn.net/files/d4e/2134fb2bcb9dae87baf19692d05541c4.jpg)
Answered by
0
Given:
Firstly, mod
For odd number,
mod
mod
Therefore, either mod
(which is impossible)
or, mod
[which is correct]
So sum is divisible by odd
But for 0 even we will not get mod
So correct answer is
Similar questions