1

Can we prove the equality: $$ \sum_{n\ =\ 1}^{\infty}\left(\, 1 \over 4\,\right)^{n}\, {\left(\, 2n\,\right)! \over \left(\, n!\,\right)^{2}} = 1 $$ or the equality doesn't hold actually ?.

Felix Marin
  • 89,464

2 Answers2

3

The sum of the first three terms is $$\frac12+\frac38+\frac{5}{16}=\frac{19}{16}\ ,$$ and all terms are positive. So the sum either converges to a value greater than $1$, or diverges.

David
  • 82,662
  • According to CAS it diverges !!!. – Felix Marin Dec 04 '14 at 07:18
  • Not surprised, but of course this is not needed in order to answer the OP's question. Lukas Geyer also showed that the series diverges, but had to use Stirling's approximation which is very hi-tech compared with my method ;-) – David Dec 04 '14 at 09:26
1

Using Stirling's formula, the terms in the sum are asymptotically $$ \frac{1}{4^n} \frac{\sqrt{4\pi n}\left(\frac{2n}{e}\right)^{2n}} {\left(\sqrt{2\pi n} \left(\frac{n}{e}\right)^n\right)^2} = \frac{\sqrt{4\pi n}}{2 \pi n} = \frac{1}{\sqrt{\pi n}} $$ (if my algebra is correct), which gives you a divergent series.

Lukas Geyer
  • 18,259