Find the value of the sum.
$$\sum_{i=1}^n i(i+1)(i+2)$$
Does this mean that the answer is
$$1(1+1)(1+2) + \cdots + n(n+1)(n+2)$$?
Is there no value to the answer?
Find the value of the sum.
$$\sum_{i=1}^n i(i+1)(i+2)$$
Does this mean that the answer is
$$1(1+1)(1+2) + \cdots + n(n+1)(n+2)$$?
Is there no value to the answer?
Hint: $$4i(i+1)(i+2)= F(i)-F(i-1),$$ where $$F(k)=k(k+1)(k+2)(k+3).$$ This can be verified by writing down $F(i)-F(i-1)$, and taking out common factors. Now add up, and observe the mass cancellations.
The idea generalizes.
Hint:
$$\sum_{i=1}^n 1 = n$$
$$\sum_{i=1}^n i = \frac12n(n+1)$$
$$\sum_{i=1}^n i(i+1) = \frac13n(n+1)(n+2).$$
You can also solve this problem without any knowledge of summation identities if you're willing to differentiate the function $f$ three times, where
$$f(x)= \frac{x^{n+3}-x^3}{x-1}=\sum_{i=1}^n x^{i+2}$$ This is because
$$f'''(x)=\sum_{1=1}^n [(i+2)(i+1)i]\,x^{i-1}$$ so $f'''(1)$ will give you the final answer.