I have to calculate:
$$x+ \sum _{ n=1 }^{ \infty }{ \frac { (-1)^{n-1} (2n-3) (2n-5)\cdots 5\cdot 3\cdot 1}{ 2^{n} n! (2n+1)}x^{2n+1} } $$
We have:
$$(2n-3)!! = \frac{(2n-2)!!}{(2n-2)!!}(2n-3)!! = \frac{(2n-2)!}{(2n-2)!!} = \frac{(2n-2)!}{2^{n-1}(n-1)!}$$
So, the expression in the series is:
$$\sum_{n\geq 1} (-1)^{n-1} \frac{(2n-2)!}{n!(n-1)! 2^{2n-1}(2n+1)}x^{2n+1} = -2x\sum_{n\geq 0} \binom{2n}{n}\frac{1}{(n+1)(2n+3)}\left(-\frac{x^2}{4}\right)^{n+1}$$
By the ratio test, the series converges when $x^2 < 1$.
We now evaluate the series:
$$S(v) = \sum_{n\geq 0}v^{n+1} \binom{2n}{n} \frac{1}{n+1} = \int \sum_{n\geq 0} v^n \binom{2n}{n}~dv=\int \frac{1}{\sqrt{1-4v}}~dv=- \frac12\sqrt{1-4v}$$
Letting $v = -x^2/4$ afterwards will give us an expression for the series $S(u)$.
But now I am stuck.