3

Actually I have no idea how to begin. I tried to represent it as a product of two series or as a sum of two series but have no result with this. Any idea ?

openspace
  • 6,470

1 Answers1

2

$$\sum_{n\geq 0}\frac{x^n}{\binom{2n}{n}} = \sum_{n\geq 0}\frac{\Gamma(n+1)\Gamma(n+1)}{\Gamma(2n+2)}\cdot (2n+1)x^n = \sum_{n\geq 0} B(n+1,n+1)\cdot (2n+1) x^n $$ can be written as $$ \int_{0}^{1} \sum_{n\geq 0} u^{n}(1-u)^n (2n+1) x^n\,du =\int_{0}^{1}\frac{1+u x-u^2 x}{\left(1-u x+u^2 x\right)^2}\,du$$ and the last integral can be computed by partial fraction decomposition, leading to $$ \sum_{n\geq 0}\frac{x^n}{\binom{2n}{n}}=\frac{4 \left(\sqrt{4-x}+\sqrt{x} \arcsin\frac{\sqrt{x}}{2}\right)}{\sqrt{4-x} (4-x)}$$ for any $x\in(0,4)$. An alternative is to start with the Taylor series of the squared arcsine $$ \arcsin^2(x) = \frac{1}{2}\sum_{n\geq 0}\frac{(4x^2)^n}{n^2\binom{2n}{n}} $$ to replace $x$ with $\frac{\sqrt{x}}{2}$, then to apply $\left(x\cdot\frac{d}{dx}\right)$ twice.

Jack D'Aurizio
  • 353,855