For $a>0$, prove $$\left(\frac{1}{a}+\frac{1}{2}\cdot\frac{x}{a+2}+\frac{1\cdot 3}{2\cdot 4}\cdot \frac{x^2}{a+4}+\cdots\right) \cdot \left( 1+\frac{1}{2}\cdot x+\frac{1\cdot 3}{2\cdot 4}\cdot x^2 +\cdots \right) = \frac{1}{a} \left[ 1+\frac{a+1}{a+2}x+\frac{(a+1)(a+3)}{(a+2)(a+4)} x^2 +\cdots \right]$$
I'm a bit lost on how to prove it.
First I tried to prove it by induction but the expansion of $x^n$'s coefficient on the left side is complex.
Then I tried to simplify it. Call it $S_1 S_2 = S_3$, apparently $S_2 = \sum_{n\ge 0} 4^{-n}{2n \choose n} x^n = \frac{1}{\sqrt{1-x}}$, but I got problem in $S_1$.
What I have done is:
Denote $c_n = 4^{-n} {2n \choose n}$, then $$\left( \sum_{n\ge 1} \frac{c_n}{n} x^n \right)' = \sum_{n\ge 1} c_n x^{n-1} = \frac1x \left( \sum_{n\ge 0} c_n x^n - 1 \right) = \frac1x\left(\frac{1}{\sqrt{1-x}}-1\right) $$
Let $f(x) = -2 \ln (1+\sqrt{1-x})$, then $f' = \frac1x\left(\frac{1}{\sqrt{1-x}}-1\right)$. Integral from $0$ to $x$ leads to $$\sum_{n\ge 1} \frac{c_n}{n} x^n = \int_0^x \frac1x\left(\frac{1}{\sqrt{1-x}}-1\right) dx = f(x) |_0^x =\ln 4 - 2 \ln (1+\sqrt{1-x})$$
To work out $S_1=\sum_{n\ge 1} \frac{c_n}{2n+a} x^n = \frac12 \sum_{n\ge 1} \frac{c_n}{n+b} x^n$, where $b = a/2$, define $g(x) = 2S_1 = \sum_{n\ge 1} \frac{c_n}{n+b} x^n $. Then we have
$$ \frac{(x^b g)'}{x^b} = g' + \frac{b}{x}g = \frac1x\left(\frac{1}{\sqrt{1-x}}-1\right) $$
So
$$g = \frac{1}{x^b} \left( \int_0^x \frac{x^{b-1}}{\sqrt{1-x}} dx - \frac{x^b}{b} + c \right) $$ , where $c$ is a constant.
But then I'm stuck at the $ \int_0^x \frac{x^{b-1}}{\sqrt{1-x}} dx$ integral.