This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
First necessary realization is that we can convert this from an integral to a summation as all values of x are being floored. Thus we can rewrite this as:
∑ x = 1 ∞ ( x + 2 + x 1 ) ( ( x − 1 ) ! 1 ) d x
We can simplify this summation by multiplying the top and bottom by x:
S = ∑ x = 1 ∞ ( x 2 + 2 x + 1 ) ( x ! 1 ) d x
S = ∑ x = 1 ∞ ( x + 1 ) 2 ( x ! 1 ) d x
Writing out the first few terms, we get:
S = 4 + 2 9 + 6 1 6 + . . .
A similar function is e x :
e x = 1 + x + 2 ! x 2 + 3 ! x 3 + . . .
If we wish to get squared terms on the top we can multiply by x and take the derivative:
x e x = x + x 2 + 2 ! x 3 + 3 ! x 4 + . . .
e x + x e x = 1 + 2 x + 2 ! 3 x 2 + 3 ! 4 x 3 + . . .
We can repeat this step to square each value:
x e x + x 2 e x = x + 2 x 2 + 2 ! 3 x 3 + 3 ! 4 x 4 + . . .
e x + x e x + x 2 e x + 2 x e x = 1 + 4 x + 2 ! 9 x 2 + 3 ! 1 6 x 3 + . . .
Evaluating this at x = 1, we get:
e + e + e + 2 e = 1 + 4 x + 2 ! 9 x 2 + 3 ! 1 6 x 3 + . . .
5 e = 1 + S
S = 5 e − 1 = 1 2 . 5 9
Which gets the answer of 13 .