SUmmation of natural logarithm

235 Views Asked by At

Good day! Is there a formula that approximate the summation of natural logarithm of N as N runs from 1 to infinity?

2

There are 2 best solutions below

0
On BEST ANSWER

The sum from 1 to n is the log of n!. Look up Stirling's formula.

0
On

If you mean $\log(1)+\cdots+\log(N)$, then

\begin{align} \sum_{i=1}^N\log(i)=\log(\Gamma(N+1)) \end{align}