3

How to calculate this trigonometric sum?

$$\sum_{k=1}^{\infty}\operatorname{arccot}\frac{1-k^2+k^4}{2k}$$

FMath
  • 941

1 Answers1

1

As suggested by Achille Hui, $$ \text{arccot}\frac{1-k^2+k^4}{2k} = \arctan(k(k+1))-\arctan(k(k-1)) $$ hence the given series is a telescopic series in disguise, converging to $\color{red}{\large\frac{\pi}{2}}$.

Jack D'Aurizio
  • 353,855