I recently came across the problem:
$$\sum_{k=0}^{\infty} \frac{k!}{\prod_{j=0}^{k} \left(2j+3\right)}$$ and decided to try finding its solution. I started off by writing a program that gave me the answer $0.4292036732051...$ which I found probably meant the solution was $2-\frac{\pi}{2}$, but I wanted to see if I could prove it. I started by manipulating the denominator into a double factorial resulting in: $$\sum_{k=0}^{\infty} \frac{k!}{\left(2k+3\right)!!}$$ Then, I thought things would be easier to work with if I only had regular factorials. This gave me: $$\sum_{k=0}^{\infty} \frac{4\cdot2^k k! \left(k+2\right)!}{\left(2k+4\right)!}$$ I unfortunately had little clue to go from here considering I haven't dealt with factorials often, much less in infinite series such as this one. I am curious how it is possible to go forth from here and also how to solve infinite series that are similarly structured. Any help would be appreciated.
We obtain \begin{align*} \sum_{k=0}^\infty\frac{k!}{(2k+3)!!}&=\sum_{k=0}^\infty\frac{k!(2k+2)!!}{(2k+3)!}\\ &=\sum_{k=0}^\infty\frac{k!2^{k+1}(k+1)!}{(2k+3)!}\\ &=\sum_{k=0}^\infty\binom{2k}{k}^{-1}\frac{2^k}{(2k+1)(2k+3)}\\ &=\sum_{k=0}^\infty\binom{2k}{k}^{-1}\frac{2^{k-1}}{2k+1}-\sum_{k=0}^\infty\binom{2k}{k}^{-1}\frac{2^{k-1}}{2k+3}\tag{1} \end{align*}
We use a representation of reciprocal binomial coefficients via the Beta function:
\begin{align*} \binom{n}{k}^{-1}=(n+1)\int_0^1z^k(1-z)^{n-k}\,dz\tag{2} \end{align*}
Comment:
In (3) we use the identity (2).
In (4) we apply the geometric series expansion.
In (5) we use the substitution $u=\frac{1-z}{z}, du=-\frac{1}{z^2}dz$.
We also want to apply (2) to the right-hand series of (1). To do this conveniently we need some preparatory work: \begin{align*} \sum_{k=0}^\infty&\binom{2k}{k}^{-1}\frac{2^{k-1}}{2k+3}\\ &=\sum_{k=0}^\infty\frac{k!k!}{(2k)!}\cdot\frac{2^{k-1}}{2k+3}\\ &=\sum_{k=0}^\infty\frac{k!(k+1)!(2k+1)}{(2k+1)!(k+1)}\cdot\frac{2^{k-1}}{2k+3}\\ &=\sum_{k=0}^\infty\frac{(k+1)!(k+1)!}{(2k+2)!}\cdot\frac{2^{k+1}}{2k+3}-\sum_{k=0}^\infty\frac{k!(k+1)!}{(2k+1)!(k+1)}\cdot\frac{2^{k-1}}{2k+3}\\ &=\sum_{k=0}^\infty\binom{2k+2}{k+1}^{-1}\frac{2^{k+1}}{2k+3}-\sum_{k=0}^\infty\binom{2k}{k}^{-1}\frac{2^{k-1}}{(2k+1)(2k+3)}\\ &=\sum_{k=0}^\infty\binom{2k+2}{k+1}^{-1}\frac{2^{k+1}}{2k+3} -\sum_{k=0}^\infty\binom{2k}{k}^{-1}\frac{2^{k-2}}{2k+1} +\sum_{k=0}^\infty\binom{2k}{k}^{-1}\frac{2^{k-2}}{2k+3}\tag{7}\\ \end{align*} In the last line (7) we use a partial fraction decomposition as we did in (1).