I am interested in the limit
$\lim_{n \rightarrow \infty} \frac{1}{n^2} \sum_{k=1}^{n} \frac{k}{\ln(k+1)}$.
While I suspect the limit to be 0, I cannot prove it rigorously. By intuition we have $\sum_{k=1}^{n} k \sim n^2$, so by making each term a bit smaller, we can achieve the limit to be zero. However, due to the nature of logarithms, it is difficult to make an estimation. For example, we have $\ln(k+1) \geq \frac{k}{k+1}, \, \forall k \in \mathbb{N}$, but then $\sum_{k=1}^{n} \frac{k}{\ln(k+1)} \leq \sum_{k=1}^{n} k \frac{k+1}{k} = \sum_{k=1}^{n} (k+1) \sim n^2$, so we are back at square one. Does the limit exist, and if so, how do I prove the statement?