During the resolution of a physics problem, I have encountered the sum: $$\sum_{i=1}^{10} i(i+1)$$
For practical purposes, I evaluated it using a Python script, but a calculator would have been enough since the sum stops at $i=10$. However, I wonder what I could do mathematically with that sum if I did not have access to a computer and the sum reached large values of $i$.
Is there a way to evaluate it analytically?