Possible Duplicate:
Summation of a factorial
This equation is given:
$$ 1\cdot1! + 2\cdot2! + 3\cdot3! + \ldots + n\cdot n! = (n+1)! - 1 $$
I've solved it using mathematical induction but I'm curious what could be the other possible ways to prove it.