Sum $\sum\limits_{k=1}^n (k^2+1)\cdot k!$

122 Views Asked by At

I could not compute the sum of the following series-


$$\displaystyle\sum_{k=1}^n (k^2+1)\cdot k!$$

Please tell me how to proceed in the above question. Any help is appreciated.

3

There are 3 best solutions below

2
On BEST ANSWER

I think the answer will be - n.(n+1)! Use Mathematical Induction.

2
On

Hint:

$$(k^2 + 1)k! = (k+2)! - 3(k+1)! + 2k!$$

0
On

It can be proven by induction that $$\sum_{k=1}^n (k^2+1)k! = n(n+1)!$$ This clearly holds for $n=1$. Not suppose it holds for $n$. Then $$\sum_{k=1}^{n+1}(k^2+1)k! = ((n+1)^2+1)(n+1)!+\sum_{k=1}^{n}(k^2+1)k!$$ $$=((n+1)^2+1)(n+1)! + n(n+1)!$$ $$= (n^2+3n+2)(n+1)! = (n+1)(n+2)(n+1)! = (n+1)(n+2)!$$ Thus completing the proof.