How to compute $\sum_n (2n - \sqrt{n^2+1}-\sqrt{n^2-1})$? I tried two ways:
1. \begin{align*} (2n - \sqrt{n^2+1}-\sqrt{n^2-1}) &= n - \sqrt{n^2+1} + n -\sqrt{n^2-1} \\ &= \frac{1}{n+\sqrt{n^2-1}}-\frac{1}{n-\sqrt{n^2+1}}, \end{align*} but I don't know how to do later.
2. \begin{align*} (2n - \sqrt{n^2+1}-\sqrt{n^2-1}) &= 2n - \frac{(\sqrt{n^2+1} + \sqrt{n^2-1})}{1} \\ &= 2n - \frac{2}{\sqrt{n^2+1} - \sqrt{n^2-1}}, \end{align*} but I don't know how to do later too.
Let us assume that you need to compute the infinite summation with $$a_n=2n - \sqrt{n^2+1}-\sqrt{n^2-1}$$ For large values of $n$, rewrite $$a_n=n\left(2- \sqrt{1+\frac 1{n^2}}- \sqrt{1-\frac 1{n^2}}\right)$$ and use the binomial expansion or Taylor series to get $$a_n=\frac{1}{4 n^3}+\frac{5}{64 n^7}+O\left(\frac{1}{n^{11}}\right)$$ So, $$\sum_{n=1}^\infty a_n\approx\sum_{n=1}^p a_n+\frac 14 \sum_{n=p+1}^\infty \frac{1}{ n^3}=\sum_{n=1}^p a_n-\frac{1}{8}\psi ^{(2)}(p+1)\approx \sum_{n=1}^p a_n +\frac 1 {8 p^2}$$
If we use $p=10$, the first summation is $\approx 0.635843$, the correction term is $0.00125$ making a total of $0.637093$ while the infinite summation looks to be $\approx 0.636974$. For sure, if we increase $p$, we shall get closer and closer.
Now, the question is : what is this number ?