$2730=2\cdot3\cdot5\cdot7\cdot13$
$n^{13}-n=n(n-1)(n+1)(n^2+1)(n^8+n^4+1)$
Divisibility by $2$ and $3$ follows from the product of two and three successive terms.
Divisibility by $5$ follows from Fermat's little theorem: $$n^{5-1}\equiv1(\mod 5)\Rightarrow 5|(n^{13}-n)=(n^4-1)(n^8+n^4+1)$$
How to prove divisibility by $7$ and $13$?
$$n^{13}\equiv n\pmod{13}$$
because $13$ is prime.
Be careful, you have $n(n^4-1)(n^8+n^4+1)=n^{13}-n$, I think you made a typo.
Dr Sonnhard Graubner treat the case $7$ perfectly !