I'm working with the following sum and trying to determine what it converges to: $$\sum_{k=1}^{\infty}\ln\left(\frac{k(k+2)}{(k+1)^2}\right)$$
Numerically I see that it seems to be converging to $-\ln(2)$, however I can't see why that is the case. I have expanded the logarithm and expressed the sum as $\sum_{k=1}^{\infty}\ln(k)+\ln(k+2)-2\ln(k+1)$, but I don't know if that actually helps anything. Does anyone have any thoughts on how to approach this problem?