Mark44 said:For starters, you have a typo in your summation. It should be
\sum_{o = 1}^n i\cdot i!
The index for your summation is i, not o or 0.
Your induction hypothesis is
\sum_{i = 1}^k i\cdot i! = (k + 1)! - 1
This is the statement when n = k
The statement you're trying to prove, when n = k + 1, is
\sum_{i = 1}^{k + 1} i\cdot i! = (k + 2)! - 1
and not what you have.