Prove that for all $n\in\mathbb{Z}$, $15$ divides $n^7+2n^5+4n^3+8n$.
I know that I have to show that 5 divides $n^7+2n^5+4n^3+8n$ and that 3 divides $n^7+2n^5+4n^3+8n$, I also know that by FLT $n^5 \equiv n \pmod{5}$ and that $n^3 \equiv n \pmod{3}$, but I'm not sure on how to further proceed with this. Any help would be appreciated.
Thanks For the Help guys, I figured it out on my own though!
Note by Fermat's little theorem, for any non-negative integer $k$, $n^{5+k}\equiv n^{1+k}$ modulo 5. Hence $$n^7+2n^5+4n^3+8n\equiv n^3+2n-n^3+3n\equiv 5n\equiv 0\pmod{5}.$$ A similar approach can be done modulo 3 (or modulo any prime $p$). Can you take it from here?