I need to prove that
$$\sum_{n=1}^{\infty} \frac{2^nn!}{(z+1)(z+3)...(z+2n+1)}, \operatorname{Re}z \gt \frac{1}{2}$$
is absolutely convergent.
I've tried to use d'Alambert ratio test, but I got $$\lim\limits_{n\to \infty}\vert{\frac{a_{n+1}}{a_n}}\vert = \lim\limits_{n\to \infty}\vert\frac{2^{n+1}(n+1)!(z+1)(z+3)...(z+2n+1)}{2^nn!(z+1)(z+3)...(z+2n+1)(z+2n+3)}\vert= 1$$ and so it's inconclusive.
Also I've tried to rewrite denominator as $\frac{(z+2n+1)!!}{(z-1)!!}$. Then I think I can use the fact that $(2k+1)!! = \frac{(2k+1)!}{2^kk!}$, the property of gamma function that $Ī(z+1)=zĪ(z)$ for $\forall z \in \mathbb{C}$ and the Stirling formula for gamma function, but I don't know how to apply all of this correctly there. How should I do it?
Or can you give any other ideas how to prove this?
Thanks for your help.