$$\sum\limits_{i=1}^n i^3 = \left(\frac{n(n + 1)}{2}\right)^2$$
My basis step is $P(1)$ sets the $LHS = RHS = 1$.
For the inductive step, I assume $n = k$ holds for $k+1$. On the $RHS$:
$$\left(\frac{(k + 1)((k + 1) + 1)}{2}\right)^2$$
But I don't know how to convert the summation into something that can evaluated algebraically.
Disclaimer: this is a question from an exam review sheet.