Given the formula of sequence $$B_{n}=n(n-1)$$ Find the series $S_{n}$ of the sequence, such that $n \geq 0$.
What I did.
$$S_{n} = B_{0} + B_{1} + B_{2} + ... B_{n}$$ $$S_{n} = (0)(0-1) + (1)(1 - 1) + (2)(2 - 1) + ... + n(n-1)$$
Next thing is, I'm stuck. I have no idea how to progress from here. I spend quite some time to reduce this to a closed formula to no avail.