Given a sequence $\{x_n\}, \ n\in\Bbb N$: $$ x_n = \frac{(2n)!!}{(2n+1)!!} $$ Show that $x_n$ converges.
I'm wondering why I'm getting a seemingly wrong result (assuming the problem statement asks to prove convergence): $$ \begin{align} x_n &= \frac{(2n)!!}{(2n+1)!!} \\ &= \frac{2\cdot 4\cdot 6\cdots (2n-2)\cdot(2n)}{3\cdot 5\cdot 7\cdots (2n-1)\cdot(2n+1) } \\ &= \frac{2\cdot 4\cdot 6\cdots (2n-2)\cdot(2n)}{3\cdot 5\cdot 7\cdots (2n-1)\cdot(2n+1)} \cdot \frac{2^n\cdot n!}{2^n\cdot n!} \\ &= \frac{4^n (n!)^2}{(2n+1)!} \\ &= \frac{4^n (n!)^2}{(2n+1)\cdot (2n)!} \\ &=\frac{4^n}{2n+1}\cdot \frac{(n!)^2}{(2n)!} \end{align} $$
By Binomial coefficients: $$ {2n\choose n} = \frac{(2n)!}{n!(2n-n)!} = \frac{(2n)!}{(n!)^2} $$
Thus: $$ x_n = \frac{4^n}{2n+1}\cdot \frac{1}{{2n \choose n}} $$
Doesn't $\frac{4^n}{2n+1}$ grow faster than $\frac{1}{2n\choose n}$ is declining? Shouldn't $x_n$ diverge in that case?
You have
$$0\leq x_{n+1} = x_n \cdot \frac{2n+2}{2n+3} \leq x_n$$ thus, your sequence is monotone decreasing and bounded from below and therefore convergent.