Double factorial series

3k Views Asked by At

My question is pretty simple.

Since $n! \gt n!!$, it's clear by the comparison test that $\sum_{n=0}^\infty \frac {1}{n!!}$ converges.

But what value does the sum converge to? How does one go about determining its value (if possible)?

1

There are 1 best solutions below

2
On

What is $n!!$ ? For $n=2k$, we have $$ (2k)!! = 2k(2k-2)(2k-4)\dotsm (2), $$ which it is easy to see is $$ 2^k k!. $$ Therefore the even sum is easy: $$ \sum_{k=0}^{\infty} \frac{1}{(2k)!!} = \sum_{k=0}^{\infty} \frac{1}{k!}2^{-k} = e^{1/2}. $$ What about the odd terms? $$ (2k+1)!! = (2k+1)(2k-1)\dotsm 3 \cdot 1 = \frac{(2k+1)!}{2^k k!} $$ This can be shown, by a fairly nasty process that I'll spare you, to be the following: $$ \sum_{k=0}^{\infty} \frac{x^{2k+1}}{(2k+1)!!} = e^{x^2/2} \int_0^x e^{-t^2/2} \, dt. $$ After substituting $x=1$, you can't really get it into a more closed form than that (this is the same as the integral of the normal distribution's density function, which is well-known to not be expressible in closed form).

So $$ \sum_{n=0}^{\infty} \frac{1}{n!!} = \sqrt{e} \left( 1 + \int_0^1 e^{-t^2/2} \, dt \right). $$