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