I've found the following integral on the Wikipediapage of the Euler-Mascheroni constant and I want to prove it.
$\gamma = \frac{1}{2} + 2 \cdot \int_0^\infty \frac{\sin(\arctan(x))}{(e^{2 \pi x} - 1) \cdot \sqrt{1 + x^2} } dx$
I know that $\sin(\arctan(x)) = \frac{t}{\sqrt{t^2 + 1}}$. I tried to apply the Abel-Plana- Formula to the first derivate of the digammafunction, but it does not work.
Any help would be appreciated. Thanks in advance.
Use the fact that $$\psi(z)=\log(z)-\frac{1}{2z}-2\int_0^\infty \frac{x}{(x^2+z^2)(e^{2\pi x}-1)}dx$$ Since $\sin(\arctan(x))=\frac{x}{\sqrt{1+x^2}}$, the integral is equal to $$-\psi(1)=\frac{1}{2}+2\int_0^\infty \frac{x}{(x^2+1)(e^{2\pi x}-1)}dx$$ and using $\psi(1)=-\gamma$, the result follows.
EDIT: $\psi$ is the Digamma Function.