I want to show that 16 divides $ n^4 -1$ whenever n is odd
I started using the definition of odd with $ n=2k+1$ and got $ n^4=(2k+1)^4=16 k^4+32 k^3+24 k^2+8 k+1$ which means that $n^4-1 = 16 k^4+32 k^3+24 k^2+8 k$
But I am not sure how to go from here or if this is even the correct approach.
$$n^4-1=(n^2-1)(n^2+1)=(n^2+1)(n+1)(n-1)$$
Since $n$ is odd, then $n=2k+1$, then you can see it as:
$$(n^2+1)(n+1)(n-1)=((2k+1)^2+1)(2k+2)(2k)=(4k^2+4k+2)(2k+2)(2k)=8(k^2+k+1)(k+1)k$$
But see that $k$ and $k+1$ are consecutive, so one of them has the fourth factor $2$ and that proves that $16\mid n^4-1$.