OK, so we're trying to show here that
$\displaystyle \sum_1^n j\cdot j! = (n + 1)! - 1, \tag 1$
and we want to use induction to do it. Our OP algebrahman correctly verified the case $n = 1$, so we can accept that as a starting point without further ado.
Now if we assume the existence of some $k$ such that
$\displaystyle \sum_1^k j\cdot j! = (k + 1)! - 1, \tag 2$
we merely need add $(k + 1) (k + 1)!$ to each side to obtain
$\displaystyle \sum_1^{k + 1} j\cdot j! = \sum_1^k j\cdot j! + (k + 1)(k + 1)!$
$= (k + 1)! + (k + 1) (k + 1)! - 1 = ((k + 1) + 1) (k + 1)! - 1$
$= (k + 2) (k + 1)! - 1 = (k + 2)! - 1, \tag 3$
and we are done!!!
Note Added in Edit, Thursday 6 February 2020 12:22 PM PST: A few thoughts about our OP's proof attempt: one can't simply replace $k$ by $k + 1$ and expect the resulting formula to bind; that is in fact what we are trying to prove; rather, one needs to use the ordinary rules of arithmetic and algebra to perform the addition of $(k + 1)(k + 1)$ to each side of (2), as was done here. End of Note.