Find the infinite sum of these factorials

Algebra Level 3

2 1 ! + 3 2 ! + 6 3 ! + 11 4 ! + 18 5 ! + = ? \frac{2}{1!} + \frac{3}{2!} + \frac{6}{3!} + \frac{11}{4!} + \frac{18}{5!} + \cdots = \ ?

The problem may not be original.


The answer is 5.1548.

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.

3 solutions

Chris Lewis
Nov 3, 2020

The n th n^\text{th} numerator is n 2 2 n + 3 n^2-2n+3 .

We know that n = 0 1 n ! = e \sum_{n=0}^\infty \frac{1}{n!}= e

so let's try to manipulate the numerators to match this form.

n = 1 n 2 2 n + 3 n ! = n = 1 n ( n 1 ) n + 3 n ! = n = 1 n ( n 1 ) n ! n = 1 n n ! + n = 1 3 n ! = n = 2 1 ( n 2 ) ! n = 1 1 ( n 1 ) ! + n = 1 3 n ! = n = 0 1 n ! n = 0 1 n ! + 3 [ ( n = 0 1 n ! ) 1 ] = 3 ( e 1 ) \begin{aligned} \sum_{n=1}^\infty \frac{n^2-2n+3}{n!} &=\sum_{n=1}^\infty \frac{n(n-1)-n+3}{n!} \\ &=\sum_{n=1}^\infty \frac{n(n-1)}{n!} - \sum_{n=1}^\infty \frac{n}{n!} +\sum_{n=1}^\infty \frac{3}{n!} \\ &=\sum_{n=2}^\infty \frac{1}{(n-2)!} - \sum_{n=1}^\infty \frac{1}{(n-1)!} +\sum_{n=1}^\infty \frac{3}{n!} \\ &=\sum_{n=0}^\infty \frac{1}{n!} -\sum_{n=0}^\infty \frac{1}{n!} +3\left[\left(\sum_{n=0}^\infty \frac{1}{n!} \right) -1\right] \\ &=\boxed{3(e-1)}\end{aligned}

Yes! That's right

Dwaipayan Shikari - 7 months, 1 week ago

It is worth, again, pointing out that the first five terms of a sequence do not define a sequence, though most elementary maths courses imply that they do. You are using five terms in the numerator to suggest pattern, but there is no guarantee that that pattern persists beyond those first five terms.

What is the next term in the sequence: 1 , 2 , 4 , 8 , 16 , . . . . 1,2,4,8,16,.... ? If you think the pattern is "powers of 2 2 ", then the answer is 32 32 . If, on the other hand, you decide that the pattern is "the maximum number of regions you can divide a circle into by taking n n points on its circumference and joining these up with straight lines", then the answer is 31 31 . For that matter, the pattern could be "the formula for the n n th term is 2 n + 1000000 ( n 1 ) ( n 2 ) ( n 3 ) ( n 4 ) ( n 5 ) 2^n + 1000000(n-1)(n-2)(n-3)(n-4)(n-5) ", in which case the next term is 120000032 120000032 .

Mark Hennings - 7 months, 1 week ago

Log in to reply

Yes there are infinitely many ways. But we generally choose simplest one

Dwaipayan Shikari - 7 months, 1 week ago

Log in to reply

Yes, but why should we? Your question presumes there is only one possible answer.

Mark Hennings - 7 months, 1 week ago

Log in to reply

@Mark Hennings I agree that there's ambiguity; entering these five terms in OEIS gives 18 18 results (not all the same).

How would you recommend phrasing the question? (In a way that doesn't give away the answer)

Chris Lewis - 7 months, 1 week ago

Log in to reply

@Chris Lewis That's the problem with questions like this, you cannot, without giving the n n th term formula. You could make people work for the n n th term formula, as in:

Find the sum n = 1 a n n ! \sum_{n=1}^\infty \frac{a_n}{n!} where a n a_n is the sequence defined by the recurrence relation a n + 2 2 a n + 1 + a n = 2 n 1 a_{n+2} - 2a_{n+1} + a_n = 2 \hspace{2cm} n \ge 1 and a 1 = 2 a_1=2 , a 2 = 3 a_2=3 .

Mark Hennings - 7 months, 1 week ago

We note the n n th term is a n = n 2 2 n + 3 n ! a_n = \dfrac {n^2-2n+3}{n!} . Then we have:

S = n = 1 n 2 2 n + 3 n ! = n = 1 n 2 n ! n = 1 2 n n ! + n = 1 3 n ! = n = 1 n ( n 1 ) ! n = 1 2 ( n 1 ) ! + 3 ( e 1 ) = n = 0 n + 1 n ! n = 0 2 n ! + 3 e 3 = d d x n = 0 x n + 1 n ! x = 1 2 e + 3 e 3 = d d x x e x x = 1 + e 3 = e x + x e x x = 1 + e 3 = e + e + e 3 = 3 e 3 5.15 \begin{aligned} S & = \sum_{n=1}^\infty \frac {n^2-2n+3}{n!} \\ & = \sum_{n=1}^\infty \frac {n^2}{n!} - \sum_{n=1}^\infty \frac {2n}{n!} + \sum_{n=1}^\infty \frac 3{n!} \\ & = \sum_\blue{n=1}^\infty \frac n{(n-1)!} - \sum_\blue{n=1}^\infty \frac 2{(n-1)!} + 3(e-1) \\ & = \sum_\red{n=0}^\infty \frac {n+1}{n!} - \sum_\red{n=0}^\infty \frac 2{n!} + 3e-3 \\ & = \frac d{dx}\sum_{n=0}^\infty \frac {x^{n+1}}{n!} \bigg|_{x=1} - 2e + 3e-3 \\ & = \frac d{dx} xe^x \bigg|_{x=1} + e-3 \\ & = e^x + xe^x \bigg|_{x=1} + e-3 \\ & = e+e + e -3 \\ & = 3e -3 \approx \boxed{5.15} \end{aligned}

@Dwaipayan Shikari , you don't need to separate the equation with many pairs of \ ( \ ) \backslash ( \cdots \backslash ) . Just use one or use \ [ \ ] \backslash [ \cdots \backslash ] . Use only three dots (...) or \cdot and don't write "upto infinity" as in all professional international texts on math. I have edited your problem statement as follows.

Chew-Seong Cheong - 7 months, 1 week ago

Log in to reply

I am new to Latex editing. Thanking you for guide sir!

Dwaipayan Shikari - 7 months, 1 week ago

Log in to reply

You are welcome

Chew-Seong Cheong - 7 months, 1 week ago

n t h n th term or general term is n 2 2 n + 3 n^{2} -2n+3

Now let's find the general upper term 2 , 3 , 6 , 11 , 18 , . . . . . 2 ,3 ,6 ,11, 18,..... = y y

First difference 1 , 3 , 5 , 7 , . . . . . . 1 ,3, 5 ,7, ...... = y ∆ y

Second difference

2 , 2 , 2 , . . . . 2, 2, 2,.... = ² y ∆² y

So according to General formula

                                                                        ( **Newton's forward difference formula**)

Y Y = 2 + ( n 1 ) × T + ( ( ( n 1 ) ( n 2 ) 2 ! ) × 2 × ² T ) 2+ (n-1)×∆T +((\frac{(n-1)(n-2)}{2!})×2×∆²T)

Y Y = n 2 2 n + 3 n^{2} -2 n +3

And

n = 1 n 2 2 n + 3 n ! \displaystyle\sum_{n=1}^∞ \frac{n^{2}-2n+3}{n!}

= 3 ( e 1 ) 3(e-1)

∆T and ∆²T are the first term of the differences

Dwaipayan Shikari - 7 months, 1 week ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...