I was wondering how we could calculate the sum $S(x)=\sum^{\infty}_{n=1}\frac1{n(n+x)}$ for any real $x$.
I've noted the following properties regarding the sum (which may or may not be useful to actually finding $S(x)$):
- We have the identity $\sum^{\infty}_{n=1}\frac1{n(n+x)}=\frac1x\sum^{\infty}_{n=1}\frac1{n}-\frac1{n+x}$ for $x\neq0$. If we rearrange the terms in the sum, we find that for $x\in\mathbb{Z}_+$, $S(x)=\frac{H_x}{x}$, where $H_x$ is the xth harmonic number. This means $S(x)\sim\frac{\ln x}x$ for positive $x$.
- The case $x=0$ is the Basel Problem, so we know $S(0)=\frac{\pi^2}6$.
- For $x\in\mathbb{Z}_-$, there is an $n$ such that $n+x=0$ and $\frac1{n(n+x)}=\pm\infty$. So $S(x)=\pm\infty$ for $x\in\mathbb{Z}_-$.
- $S'(x)=-\sum^{\infty}_{n=1}\frac1{n(n+x)^2}$. As $\frac1{n(n+x)^2}$ is negative, this means that (ignoring discontinuities) $S(x)$ is strictly decreasing.
However, I have no idea how to actually get a closed form of $\sum^{\infty}_{n=1}\frac1{n(n+x)}$ for non-integer $x$. How could I calculate this sum?