I was trying to solve this problem: Closed form for $\int_0^1\log\log\left(\frac{1}{x}+\sqrt{\frac{1}{x^2}-1}\right)\mathrm dx$
In the procedure I followed, I came across the following sum: $$\sum_{k=1}^{\infty} (-1)^{k-1}k\left(\frac{\ln(2k+1)}{2k+1}-\frac{\ln(2k-1)}{2k-1}\right)$$
I cannot think of any approaches which would help me in evaluating the sum.
Any help is appreciated. Thanks!
The terms of the series vanish so we will look only at the partial sums where $n$ is odd. $$ \begin{align} &\sum_{k=1}^\infty(-1)^{k-1}k\left(\frac{\log(2k+1)}{2k+1}-\frac{\log(2k-1)}{2k-1}\right)\\ &=\lim_{n\to\infty}\left(\sum_{k=1}^n(-1)^{k-1}k\frac{\log(2k+1)}{2k+1}-\sum_{k=0}^{n-1}(-1)^k(k+1)\frac{\log(2k+1)}{2k+1}\right)\tag{1}\\ &=\lim_{n\to\infty}\left((-1)^{n-1}n\frac{\log(2n+1)}{2n+1}+\sum_{k=1}^{n-1}(-1)^{k-1}\log(2k+1)\right)\tag{2}\\ &=\lim_{n\to\infty}\left((2n+1)\frac{\log(4n+3)}{4n+3}+\sum_{k=1}^{n}\log\left(\frac{4k-1}{4k+1}\right)\right)\tag{3}\\ &=\lim_{n\to\infty}\log\left((4n+3)^{\frac{2n+1}{4n+3}}\cdot\prod_{k=1}^{n}\frac{k-\frac14}{k+\frac14}\right)\tag{4}\\ &=\lim_{n\to\infty}\log\left(2\sqrt{n}\frac{\Gamma(n+\frac34)}{\Gamma(\frac34)}\frac{\Gamma(\frac54)}{\Gamma(n+\frac54)}\right)\tag{5}\\ &=\log\left(2\frac{\Gamma(\frac54)}{\Gamma(\frac34)}\right)\tag{6}\\ &=\log\left(\frac12\frac{\Gamma(\frac14)}{\Gamma(\frac34)}\right)\tag{7}\\ \end{align} $$ Explanation:
$(1)$: write series as the limit of the partial sums, split into two sums, reindex the second sum
$(2)$: recombine the two sums
$(3)$: substitute $n\mapsto2n+1$ and combine pairs of terms of the sum
$(4)$: write a sum of logs as a log of a product
$(5)$: $\lim\limits_{n\to\infty}\frac1{2\sqrt{n}}(4n+3)^{\frac{2n+1}{4n+3}}=1$, write the product as a ratio of Gamma functions
$(6)$: Gautschi's inequality
$(7)$: $x\Gamma(x)=\Gamma(x+1)$