Find the value of $(1*1)+(1*2*2)+(1*2*3*3)+$...$+(1*2$...$(n-1)*n*n)$ .
What I Tried: I have absolutely no idea for this. I can write this as :- $$(1!*1) + (2!*2) + ... + (n!*n)$$
However, this can be simplified further. But I cannot understand how this can be simplified, except that I can write it as this :- $$\sum_{k=1}^{n} (k!*k)$$ Which seems probably stupid. The answer, however is given as $(n+1)! - 1$.
Can someone show and explain me how are we getting the answer?
Use $$(n+1)!-n!=n\cdot n!$$ and the telescopic summation. It gives your answer exactly.