2

Is there an analytic continuation of the generalised harmonic number $H_x^{(k)}=\sum_{n=1}^x \frac{1}{n^k}$ to the positive reals x, for $k>1$?

I can’t find anything useful through Google, just some dead-ends relating to the polygamma function, but not actually yielding $H_x^{(k)}=\sum_{n=1}^x \frac{1}{n^k}$ at the positive integers, and therefore incorrect. If possible, I’d appreciate a reference to the relevant literature as well.

UPDATE:

@metamorphy points to the following link:

Wikipedia - polygamma function - recurrence relation

Using my own variables rather than Wikipedia's, this gives

$$H_x^{(k)}=\sum_{n=1}^x \frac{1}{n^k}=\zeta(k)-\frac{\psi^{(k-1)}(x+1)}{(-1)^k(k-1)!}$$

However this continuation only works for integer values of $k$, where I was hoping for a function that works for all real $k>1$.

metamorphy
  • 39,111

1 Answers1

1

This answer is about an analytic continuation of $H_z^{(s)}$. From the Wikipedia article, one obtains $$H_z^{(s)}=\frac{1}{\Gamma(s)}\int_0^\infty t^{s-1}\frac{1-e^{-zt}}{e^t-1}\,dt$$ which gives an analytic continuation of $H_z^{(s)}$ to $\Re s>0$ and $\Re z>0$ (in fact even $\Re z>-1$).

The same way, an analytic continuation of $H_z^{(s)}$ to $s\in\mathbb{C}\setminus\mathbb{Z}_{>0}$ (and still $\Re z>0$) is given by $$H_z^{(s)}=\frac{\Gamma(1-s)}{2\pi\mathrm{i}}\int_\lambda t^{s-1}\frac{1-e^{zt}}{e^{-t}-1}\,dt$$ where the contour $\lambda$ encircles (closely) the negative real axis (the branch cut of $t^{s-1}$). This is easily shown by taking the limit of "closely" for $\Re s>0$ (and still $s\notin\mathbb{Z}_{>0}$) and using the formula above.

Finally, to handle $\Re z\leqslant 0$, one can simply use the functional equation connecting $H_z^{(s)}$ and $H_{z+1}^{(s)}$.

metamorphy
  • 39,111