Find the biggest integer number $k$ such that $k$ divides $n^{ 55 }-n$, where $n$ is any integer number.
This question was a challenge from my teacher, here's my attempt :
- because $\left( n \right) \left( n-1 \right) \left( { n }^{ 53 }+{ n }^{ 52 }+{ n }^{ 51 }+...+n+1 \right) \equiv 0 \pmod k $, therefore $n$ could be $2$,
but my teacher told me that there is a number which is bigger than $2$.
I've tried to solve it many times, but unfortunately I didn't get any solution. So I hope that you can help me to approach this problem.