Find polynomial f(n) such that for all integers n>=1, we have
1*3 + 2*4 + 3*5 + ... + n*(n + 2) = f(n).
Write f(n) as a polynomial with terms in descending order or n.