I need to find a 2 term asymptotic expansion of the serie of functions $f=\sum u_n$ where for all real $x$, $u_n(x) = 1/(n^2+x^2)$. Obviously, the function being continuous (which is easy to prove by uniform convergence over $\mathbb R$) the limit is $\pi^2/6$.
I have no idea on what to do next. I have tried to get an inequality by using serie integral comparison: if we take a real $x$, then define the function $f : t\in \mathbb R \rightarrow 1/(t^2+x^2)$, which is positive and decreasing over $\mathbb R_+$, we can get: (skipping the integration part) $$\arctan(x)/x -1 +1/(1+x^2)-1 \le f(x) - \pi^2/6 \le \arctan(x)/x -1$$ which gives no useful information. Any help would be appreciated.