Find the sum of series $$\sum_{n=0}^{+\infty}\frac{(-1)^n}{2(n+1)(2n+1)}$$ I have tried to use the telescoping method, but it seems that it can't reduce the problem.
$$\sum_{n=0}^{+\infty}\frac{(-1)^n}{2(n+1)(2n+1)}=\lim_{N\rightarrow+\infty}\sum_{n=0}^{N}\frac{(-1)^n}{(2n+2)(2n+1)}$$ $$=\lim_{N\rightarrow+\infty}\sum_{n=0}^{N}(-1)^n\left(\frac{1}{2n+1}-\frac{1}{2n+2}\right)$$ $$=\lim_{N\rightarrow+\infty}\left[\left(1-\frac{1}{2}\right)-\left(\frac{1}{3}-\frac{1}{4}\right)+\left(\frac{1}{5}-\frac{1}{6}\right)+...+(-1)^N\left(\frac{1}{2N+1}-\frac{1}{2N+2}\right)\right]$$
Is it possible to find the sum of the last expanded series?
and
$$\sum_{n=0}^{\infty}\frac{(-1)^n}{2n+1}=\frac{\pi}{4} $$
by the famous Leibnitz formula
– tired Mar 11 '17 at 16:38