It is like a two-part question, and if answers already exist on Stack, would you be kind enough to add links to it.
First is a generalization of the Harmonic series. I made three assumptions:
- For $n \in \mathbb{N}$, $h(n)=H_n \\$;
- $h(1)=1 \\$;
- $h(z)=h(z-1)+ \dfrac{1}{z}$.
And I let $f(n)$ be $\int\limits_1^n h(z) dz$. At the end, I found $$\int\limits_1^n h(z) dz = \ln (n!) + (n-1) \cdot \int\limits_{0}^1 h(z) dz.$$
My problem is with $\int\limits_{0}^1 h(z) dz$. Is there a way to show that it is equal to $\lim\limits_{n \rightarrow \infty} H_n - \ln (n)$? Or how can I show that $\int\limits_{0}^1 h(z) dz$ is convergent and equal to some number between 0 and 1?
Thank you, in advance.