Let $n$ be an odd positive integer. Show that $24 \vert(n^3-n).$
So since $n^3-n=(n-1)n(n+1)$, we have that $3\vert(n^3-n).$
Also since we have that $n$ is odd we can say that $n=2k+1$, for some $k \in \mathbb{Z^+}.$
This implies that $(n+1) = 2k +2 = 2(k+1)$, hence $2\vert(n+1).$ Similar argument can be made for $(n-1)$.
Now $24 = 2 \cdot 3 \cdot 4$ so essentially I'm only missing the part where I would have to show that $4$ divides some of the terms. How can I find that?