It's fairly easy to see, using the ratio test, that the series
$$\sum_{n=0}^\infty\frac{n!!}{n!}$$
converges, where $n!!$ is the double factorial.
However, I'd be interested if there is a way of calculating its value analytically. I've tried around a little with WolframAlpha and I know that
$$\sum_{n=0}^\infty\frac{n!!}{n!}\approx 4.05941$$
Wolfram also suggests a couple of possible closed forms, which look very different. Since this sum is related to $e$ somehow, the following two are what I'd find most likely:
$$\sum_{n=0}^\infty\frac{n!!}{n!}=-8-e+2e^2$$ $$\sum_{n=0}^\infty\frac{n!!}{n!}=\Gamma(e+1)+e-2-\frac{5}{2e}$$
However, I have no clue if either of the two is actually correct, and if it were, how one would go about proving this result to be true - none of the approaches to series that I know seem to be getting me anywhere.
Is there a way to find a closed form for this series, and if so, how would one go about deriving it?