Yesterday I received the following integral that might require some tedious steps to do
$$\int_0^{\infty}{\small\left[ \frac{x}{\log^2\left(e^{\large x^2}-1\right)}- \frac{x}{\sqrt{e^{\large x^2}-1}\log^2\left(e^{\large x^2}-1\right)}-\frac{x}{\sqrt{e^{\large x^2}-1}\log\left(\left(e^{\large x^2}-1\right)^2\right)}\right] \ dx}=\frac{K}{\pi}$$
where $K$ is the Catalan's constant
What to do? Well, one can let $x^2\mapsto x$, $e^{x}-1\mapsto x$ and then we get an integral where we can add
a parameter of the type $x^s$, and then I have an integral $I(s)$ that I differentiate twice with respect
to $s$, and then integrate over $[0,\infty)$. Of course, the last step is to integrate twice with respect to $s$, but this is not the work I love. My feeling is that there is a pretty easy way to prove the integral result that I don't see yet, but maybe you see it and share it with me.
I played a bit around with it Euler style (not worrying to much about establishing convergence; which I think should be fairly simple here if one needed this) and found a way to derive it from scratch.
First make the substitution $t=\log(e^{x^2}-1)$ and then make the second substitution $w=-t$ for the $t<0$ part of the resulting integral to get
$$I = \frac{1}{2}\int_0^\infty \frac{dw}{w^2}\left(1 + e^{-w} - 2e^{-w/2}\right)\frac{1}{1+e^{-w}}$$
We now expand the last part in a Taylor series and introduce (to be able to manipulate each term in the integral independently) a regularization factor $w^s$ into the integrand. This gives us
$$I(s) = \frac{1}{2}\sum_{n=0}^\infty(-1)^n\int_0^\infty dw\left(1 + e^{-w} - 2e^{-w/2}\right)w^{s-2}e^{-nw}$$
where $I(0)$ is the value we are interested in. We can now easily evaluate the integral in terms of the $\Gamma$-function,
$$I(s) = \frac{1}{2}\sum_{n=0}^\infty(-1)^n\left[\frac{1}{n^{s-1}} + \frac{1}{(n+1)^{s-1}} - \frac{2^s}{(2n+1)^{s-1}}\right]\Gamma(s-1)$$
Each term of the sum is well defined in the limit $s\to 0$ and using $\lim\limits_{s\to 0}\Gamma(s-1)s = -1$ together with
$$\lim_{s\to 0} \frac{\frac{1}{n^{s-1}} + \frac{1}{(n+1)^{s-1}} - \frac{2^s}{(2n+1)^{s-1}}}{s} = n\left(2\log(n+1/2)-\log(n+1)-\log(n)\right)\\ + \log(n+1/2)-\log(n+1)$$
gives us
$$I = \frac{1}{2}\sum_{n=0}^\infty(-1)^{n+1}\left[n\left(2\log(n+1/2)-\log(n+1)-\log(n)\right)\\ + \log(n+1/2)-\log(n+1)\right]$$
which after collapsing the logs, turning it into a product and simplifying yields the identity
$$e^{2I-\frac{1}{2}} = \lim_{n\to \infty} \frac{1}{(4n+1)^{2n}}\prod_{k=0}^{n-1}\frac{(4k+3)^{4k+3}}{(4k+1)^{4k+1}}$$
which is identical to the one found here (Eq. 53) with
$$I = \frac{K}{\pi}$$
A proof of the product identity above can be found here.