Find polynomial f(n) such that for all integers n >= 1 we have
f(n) = 1^3 + 2^3 + 3^3 + ... + n^3
Write f(n) as a polynomial with terms in descending order of n
Look at the following pattern
I'll leave you to express the resut in the form requested in the question.