I have a following series
$$ \sum\frac{1}{n^2+m^2} $$
As far as I understand it converges. I tried Cauchy criteria and it showed divergency, but i may be mistaken.
When I calculate it in matlab or Maxima it have a good behaviour and converge to finite number about 10.17615092535112.
The convergency plot is following:

Just to give an answer. The series diverges since $$\frac{1}{n^2+m^2}\geq \frac{1}{(n+m)^2}$$ and therefore $$\sum_{n,m\in\mathbb N}\frac{1}{n^2+m^2}\geq \sum_{n,m\in\mathbb N}\frac{1}{(n+m)^2}.$$ For the RHS we have $$\sum_{n,m\in\mathbb N}\frac{1}{(n+m)^2}=\sum_k\sum_{n+m=k}\frac{1}{k^2}=\sum_k\frac{k-1}{k^2}\sim\sum_k\frac{1}{k}.$$