0

Can anybody simplify it? Show me the way of simplification.

The expression is as follows:

$$F(x) = 1 *(1!+x)+2*(2!+x)+ ..+x*(x!+x)$$

for a positive integer $x$ I've tried but nothing got.

1 Answers1

2

$r$th term $=r(r!+x)=r\cdot r!+rx=(r+1-1)r!+rx=\underbrace{(r+1)!-r!}+rx$

The terms underbraced is Telescoping and $\sum_{r=1}^xrx=x\sum_{r=1}^xr=x\dfrac{x(x+1)}2$