I know this question was asked in this thread How to prove n^5−n is divisible by 30 without reduction but my reputation is too low to comment. Here's how I approached it:
By Fermat's Little Theorem: $n^{p-1} \equiv\ 1 (\textrm{mod}\ p)$ where p is prime. 30 can be factored as (5)(6). $n^5 - n$ can be rewritten as $n(n^4 - 1)$. Therefore, my proof for 30 divides $n^5 - n$ is as follows:
$n(n^{4} -1)\equiv\ n(1 -1) \equiv\ 0 (\textrm{mod}\ 5(6))$.
Is this valid? All the comments in the other thread to something that seems overly complicated.