Prove that $$2\times 2! + 3\times 3!+4\times 4! +....+n\times n!=(n+1)!-2$$ I know that it can be proved by mathematical induction, but I want to prove it without using the mathematical induction. I tied the equation $$C^n_0 + C^n_1 + C^n_2 +...+C^n_n=2^n$$ But I did not get any thing useful.
2026-05-05 18:45:30.1778006730
An equality with factorials
991 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: $$\sum_{k=2}^n k\cdot k!=\sum_{k=2}^n (k+1-1)\cdot k!=\sum_{k=2}^n (k+1)!-\sum_{k=2}^n k!$$