I know how to do this problem when trying to get sum of squares
$$\Sigma k^2 = n(n+1)(2n+1)/ 6 $$
But I’m having trouble proving for cubes:
$$\sum_{k=1}^n k^3 = \frac{n^2(n+1)^2}4$$
I have to prove this by the method of telescopy.
Edit $ $ Below is my attempt based on discussion on an answer below
I started by writing $\ \displaystyle \sum_{k=1}^n (k^4-(k-1)^4) = n^4.$
but I don't know where to go once I get here $\ \displaystyle \sum_{k=1}^n (4k^3-6k^2+4k-1) = n^4 $
I used a table in a book for the others but I don't know how to convert the first summand $\ 4 \sum_{k=1}^n k^3$ to complete the proof.
Update $\ $ If anyone is interested in the exact solution I posted an answer showing what I did.

Hint: If you already have an expression for the sum of consecutive squares then try playing with $\sum_{k=1}^n (k^4-(k-1)^4) = n^4.$