Evaluation of $\displaystyle \sum^{n}_{r=1}(r^2+1)\cdot r!$ using combinational argument
Although i have solved it without combinational argument
$\displaystyle \sum^{n}_{r=1}\bigg[(r+1)^2-2r\bigg]r!=\sum^{n}_{r=1}(r+1)(r+1)!-r(r!)-\sum^{n}_{r=1}\bigg[(r+1-1)r!\bigg]$
$\displaystyle \sum^{n}_{r=1}\bigg[(r+1)(r+1)!-r(r!)\bigg]-\sum^{n}_{r=1}\bigg[(r+1)!-r!\bigg]$
$\displaystyle (n+1)(n+1)!-1-(n+1)!+1=n(n+1)!$
But did not know using combinational argument
If anyone have an idea please explain me .Thanks
Extension of my comment: I think that the OP's proof is more of a (polished) answer than a solution. If I was trying to solve it, my first step would not be to attempt such a polished proof.
Instead, I would experiment with $n=1, n=2, n=3, n=4,$ and $n=5.$ After computing each of the 5 cases, I would compare the results with each other and try to look for a pattern. Once I found what seemed to be a viable pattern, then I would formulate a hypothesis.
Only after I had a hypothesis would I attempt to algebraically manipulate the summation to verify the hypothesis. In fact, I might well consider forgoing any attempt at an elegant algebraic manipulation, and instead consider a much more pedestrian (i.e. simpler but much less elegant) approach based on induction.