Let $$A_n:=\frac{1}{n+1}+\cdots+\frac{1}{2n}.$$ It is well known that $A_n$ is an increasing sequence, and $\lim_{n\rightarrow \infty}A_n=\ln(2)$. Motivated by how fast $A_n$ converges to $ln(2)$, I would like to know the limit below $$\lim_{n\rightarrow\infty}n\left(\ln(2)-A_n\right).$$
First, since $1/(1+x)$ is a strictly decreasing function, we have $$\ln 2=\int_0^1 \frac{1}{1+x}\, dx<\frac{1}{n}\sum_{k=0}^{n-1}\frac{1}{1+k/n}=\frac{1}{n}+\cdots+\frac{1}{2n-1}.$$ Therefore, we have $$\ln(2)-A_n<\left(\frac{1}{n}+\cdots+\frac{1}{2n-1}\right)-\left(\frac{1}{n+1}+\cdots+\frac{1}{2n}\right)=\frac{1}{n}-\frac{1}{2n}=\frac{1}{2n}.$$ Hence $B_n:=n(\ln2-A_n)$ is bounded from above, and $$\limsup_{n\rightarrow\infty}B_n\le \frac{1}{2}.$$
Furthermore, since $b_n:=1/(\ln 2-A_n)$ is strictly increasing, by the Stolz theorem, we have $$\lim_{n\rightarrow \infty}B_n=\lim_{n\rightarrow \infty}\frac{1}{b_{n+1}-b_n}=\lim_{n\rightarrow \infty}4(1+\frac{1}{2n})B_nB_{n+1}.$$
Therefore, if $B_n$ has a limit, then the limit has to be $0$ or $1/4$.
However, first, I have some trouble in showing the monotonicity of $B_n$, and more importantly, I don't know how to exclude the possibility that the limit of $B_n$ cannot be $0$.
Any ideas or comments are fully appreciated.