Prove using induction that $n^3 − n$ is divisible by $6$ whenever $n > 0$
My attempt:
Base step: For $n=1$
$1^3 - 1 = 0$.
$0$ which is divisible by $6$. Thus, $n= 1$ is true.
Assumption step: Let $n=k$
$k^3-k$
Inductive step: $f(k+1)-f(k)$
$(k+1)^3-(k+1)-k^3-k$
This is where I am stuck. How do I go forward to prove using induction that $n^3 − n$ is divisible by $6$?