The given summation is: $$\sum_{i=1}^n i(i+1)$$
The goal is to convert it into a formula which only uses n.
Solving this, I got the answer:
$$\frac{n}{3}(n+1)(n+2)$$
However, I don't believe the way I solved it is the intended method, despite arriving at the correct solution. This is because a hint is provided:
$$i(i+1) = \frac{(i+1)^3 - i^3 - 1}{3}$$
My solution did not benefit from this hint, thus I believe my method of solving was unintended.
Based on the hint, what method should be used to convert the summation into a formula?
@fleablood: I just accepted the top-voted answer, and the second approach given there is the one I used. It struck me as being more obvious, given "i^2 + i", and I didn't see how changing it into that massive alternative helped.
The answers really helped clarify things. Thanks everyone.
– C T Jan 30 '16 at 16:41