Let $S = 1^N + 2^N + \dots + N^N$. Show that $S \ \text{mod} \ N = 0$ for any odd $N$. What would be a good way to start this problem?
Asked
Active
Viewed 57 times
1
-
What means $S \mod N = 0$? Maybe you wanted to write $S\equiv 0\mod N$? You can start to see how the residues are structured. – Masacroso Mar 31 '16 at 03:30
1 Answers
1
Hint: Write $S=0^N + 1^N + \cdots +N^N$ and consider pairs $(k,N-k)$ for $0 \le k < N/2$.
lhf
- 216,483