I'm stuck towards the end of proving this, here's my attempt:
$P(3) = 80/16 = 5$, True
$P(k) = k^4-1$
$P(k+1)= (k+1)^4-1$
Expanded $= k^4+4k^3+6k^2+4k+1-1$
This is where I am stuck at.
Sorry for the sloppy formatting im still reading how to properly write formulas on this site.
Thanks in advance for your help!
If $k$ is an odd integer, then next odd integer is $k+2$, not $k+1$. (why?)
You need to prove $P(k+2)=(k+2)^4-1$ is divisible by $16$: $$\begin{align}(k+2)^4-1&=k^4+8k^3+24k^2+32k+16-1 =\\ &=(k^4-1)+16(2k+1)+8k^2(k+3)\end{align}$$ Note:
1) $k^4-1$ is divisible by $16$ by inductive hypothesis.
2) $16(2k+1)$ is obviously divisible by $16$.
3) $8k^2(k+3)$ is divisible by $16$, because $k+3$ is even. (why?)