I wonder the convergence of the series $$\sum_{n=1}^\infty (-1)^n {(2n)!\over 4^nn!(n+1)!}.$$
We can derive that the general term is equal to $$(-1)^n \times {1\over2} \times {3 \over 4} \times \cdots \times {2n-1 \over 2n} \times {1 \over n+1}.$$
We can easily see that the series derived by taking absolute value is monotone decreasing and converges to $0$, so that the original series converges, by Alternating Series Test. Then, does it converges absolutely/conditionally? I feel like it converges absolutely, since ${1\over n}$ is somewhat the threshold of convergence/divergence and the term ${1\over2} \times {3 \over 4} \times \cdots \times {2n-1 \over 2n}$ is sufficiently small that it will make the series converge, but I have no idea how to deal with it.
Yes, it converges absolutely. By using Stirling approximation $n!=\sqrt{2\pi n}(n/e)^n$ (see also the approximation of the central binomial coefficient here), it follows that $${(2n)!\over 4^nn!(n+1)!}=\frac{1}{n+1}\cdot\frac{\binom{2n}{n}}{4^n}\sim\frac{1}{n}\cdot\frac{1}{\sqrt{\pi n}}\sim\frac{1}{\sqrt{\pi}n^{3/2}}$$ and the series $\sum 1/n^{3/2}$ is convergent because $3/2>1$.