Show that $n^{13} - n$ is divisible by $2, 3, 5, 7$ and $13$
I know this has been asked before, but the other approaches seem different than mine.
Here is my approach:
Look at $ n^{13} -n \equiv 0 \bmod k $ where $k$ is some positive integer. Then we can write $ n^{13} \equiv n \bmod k $ which has the form $ n^{\phi(k) + 1} \equiv n \bmod k $. So we can solve for $k$ that satisfies the equation $\phi(k) + 1 = 13$. The first few $k$ that satisfy this are $13, 21,$ and $26$. Since $21 = 3 * 7$ and $ 26 = 2 *13$, this shows that $ n^{13} -n $ is divisible by $ 2,3,7,13 $.
My trouble is proving this for $5$. I have checked the Euler totient function up to $k= 100,000,000$ with Mathematica. There is not an integer on this list that is divisible by $5$. The list seems to have stopped growing after $42$: $\{ 13, 21, 26, 28, 36, 42 \}$. Why does this method not seem to work for $5$?