So far I have,
If $P(n):\sum_{i=1}^n i!\times i=(n+1)!-1$, then
$P(1):\sum_{i=1}^1 i!\times i=1$ and $(1+1)!-1=1$ , so P(1) is true.
I know I now have to assume P(K) is true, such that $P(K):\sum_{i=1}^k i!\times i=(k+1)!-1$ and show that $P(k+1)$ takes the same form, so that $P(k)\implies P(k+1)$, but this is where I get stuck.