I came across an infinite series that appears to be rather counter intuitive.
Show that $\displaystyle \sum_{k=1}^{\infty}(-1)^{k+1}\ln(\Gamma(k+1))=\frac{-1}{4}\ln\left (\frac{\pi}{2}\right)$
At first glance, it obviously diverges. I ran this through Mathematica for a check and that is what it said, "sum does not converge".
But, I ran it through Maple as $\displaystyle \sum_{k=1}^{\infty}(-1)^{k+1}\ln(k!)$ and it actually returned the above result. Mathematica still would not.
If I entered it in using the Gamma function instead of its equivalent factorial, it would not return the result.
What is going on here?. I presume this has something to do with analytic continuation of some sort?.
Since $k!=\Gamma(k+1)$, why would Maple return the result for the factorial but would not for the Gamma even though they are essentially the same thing?.
It reminds me of $\zeta(0)=\frac{-1}{2}$.
If we just let $s=0$ in $\displaystyle\sum_{k=1}^{\infty}\frac{1}{k^{s}}$ we get an infinite string of 1's. But, using the functional equation, it can be shown to converge to -1/2.
How can the above sum be shown to equal $\frac{-1}{4}\ln\left (\frac{\pi}{2}\right)$?.
I searched all around for something on this, but could find nothing.
Thanks all. I hope you find this as interesting as I have.