Find the sum up to $n$ terms where $k_{\text{th}}$ term is $k(k+1)(k²+k+1).$
My attempt: I multiplied and divided by three then wrote $$1/3\cdot((k²+k+2)-(k²+k-1))(k²+k)(k²+k+1)$$ but couldn't succeed to make a telescoping series. Anyone doing by making a telescope would be helpful. Other methods are also welcome.
It's always possible to make it (polynomial) into a telescope. E.g. do it term wise for $ \sum k , \sum k^2, \sum k^3 , \sum k^4 \ldots$.
The hard part is figuring out what the $u(k)$ is (without a lot of tedious guessing).
Hint: $(k+1)^5 - k^5 = 5(k)(k+1)(k^2+k+1) +1$ (by expanding it out)
So this should give you a very good guess for $u(k)$.