I came across the following infinite series:
$$\sum_{r=1}^\infty \arctan(\frac{1}{2r^2})$$
I multiplied and divided the argument of arctan by $2$ and rewrote the expression as
$$\sum_{r=1}^\infty \arctan(\frac{(2r+1)-(2r-1)}{1 +(2r+1)(2r-1)})$$
Then using the identity $\arctan(\frac{x - y}{1+xy}) = \arctan(x)-\arctan(y)$ , got this.
$$\sum_{r=1}^\infty [\arctan(2r+1) - \arctan (2r-1)]$$
Opening this up , we get
$$\arctan(3)-\arctan(1) + \arctan(5) - \arctan(3) ........$$
All the terms except $-\arctan(1)$ will get canceled. So the required sum should be $-\frac{\pi}{4}$. But in our original series the argument of arctan is between $\frac{1}{2}$ and $\infty$ which implies the arctan is positive. So the sum should be positive. Did i do anything wrong? I also can not find any other way of summing this.
Any help is appreciated.
Thanks in advance.