2

I need to compute the difference between two harmonic number, in particular :

$H_n - H_{n-pn}$

and i see in this answer Calculating/Estimating difference between Harmonic numbers that $H_n = ln(n) + C + o(1)$ where C is the Euler-Mascheroni constant and the assumption is that n goes to infinity. If i doesn't have the last condition (n infinity) and $0<p<1$, can i compute that difference in this way? or how can i do? Thanks

1 Answers1

1

An exact expression? No chance, already the $H_n$s do not have one. Asymptotics? The expansion you mentioned yields $\lim\limits_{n\to\infty}H_n-H_{n-pn}=-\log(1-p)$.

Did
  • 279,727