I want to calculate the summation $$\sum_{i=0}^{\log_2 n - 1}\frac{1}{\log_2 n-i}$$ when $n$ is a power of $2$.
Even a reasonable estimate on lower bound and upper bound on this summation is fine for me.
I know that we can establish the lower bound and upper bound using integration but I am not able to correctly establish what this bound will be.