Can anyone tell me whether this is a series:
log(1)+log(2)+log(3)+ ... ?
If so, how do you calculate the sum to a particular term, because I
don't seem to find a common ratio or difference?
Thanks,
Chi
It is certainly a series, but it's not an arithmetic or geometric series. I don't think you can do any better than log(1)+log(2)+...+log(n)=log(n!), where n!=n(n-1)(n-2)...(3)(2)(1) (n factorial).
Chi:
An approximate answer to the sum to nth term can be found using the
Stirling's formula for n!.
Stirling's formula is that n! can be
approximated very well by nne-n(2pn)1/2. Actually, Stirling's theorem is
that n! divided by this converges to 1 as n tends to infinity. The
main use is that it converts factorials to more easily manipulated
expressions with a tiny error.
Try seeing the difference between the two expressions for n=2, 6,
10, 14. By the last of those, I think the match is very close
indeed.
-Dave
You could go to SOS maths to get a derivation of the formula, but be careful as the proof is very rigorous and some parts might be unclear.