I have to check whether series is convergent or not.
$$\sum_{n=1}^{\infty}\frac{\ln(n)}{n(n+1)}$$
I used condensation test for this so i get new series as
$$ \frac{n \ln(2)}{2^n(2^n+1)}.$$ Now I apply ratio test for new series and I get $\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \frac{1}{4}$. So my original series is also convergent. However is this correct way, I am not quite sure.
Thanks