thank you for taking the time to help me with the question. I am struggling to use proof by induction for this formula:
$$\sum_{k=0}^{n}k\times k! = (n + 1)! - 1$$
So far, I came up with:
$$S(n) = (n + 1)! – 1$$
Base case: When $n = 0$,
$(n + 1)! - 1 = (1)! - 1 = 0 = S(0)$, thus the base case is proved.
Inductive step: Suppose S$(n) = (n + 1)! – 1$, and n > 1 Then we have... $$S(n + 1) = ((n + 1) + 1)! - 1$$
I don't understand what is required of the proof by induction. What am I supposed to do?