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:
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