Your series would look something like:
[tex]\sum_{k = 2} ^ {\infty} \left[ \ln(k - 1) + \ln(k + 1) - 2 \ln (k) \right][/tex], right?
Instead of summing to infinity, you should sum from k = 2 to n first, then take the limit as n tends to infinity. What I mean is this:
[tex]\lim_{n \rightarrow \infty}\left\{ \sum_{k = 2} ^ {n} \left[ \ln(k - 1) + \ln(k + 1) - 2 \ln (k) \right] \right\}[/tex]
You can write out some of the first terms to see the pattern.
ln(1) + ln(3) - 2ln(2) + ln(2) + ln(4) - 2ln(3) + ...
What should you do now is to try to cancel out the terms. Hint: Most of them can be canceled out.