Anyone knows how to calculate the sum of this series

euler-maclaurinlogarithmssequences-and-seriessummationtaylor expansion

$$ \sum_{n=1}^{999} \log_{10}\left(\frac{n+1}{n}\right) $$

Can anybody help me how to calculate this summation?

Best Answer

You were on the right track! Like Minh Nguyen Nhat, you have to take $\log(1000!)-\log(999!)$ as $\log(1000!/999!)$ to get the answer.

$\log(2/1)+\log(3/2)+\log(4/3)+$...$+\log(1000/999)=\log(1000!/999!)=\log(1000)=3$

Related Question