I've noticed that the following improper integral converges: $$\int_0^\infty\sum_{n=0}^\infty\frac{(-1)^n}{(n!)^t}\,dt$$ I can't seem to find Wolfram Alpha syntax that is able to parse this, and can't find any other way to approximate – let alone solve – the integral.
What is this integral's decimal expansion, and is it a known constant?
Since the first two terms of the inner sum cancel for all $t$: $$\int_0^\infty\sum_{n=0}^\infty\frac{(-1)^n}{(n!)^t}\,dt=\int_0^\infty\sum_{n=2}^\infty\frac{(-1)^n}{(n!)^t}\,dt$$ Swap the integral and sum: $$=\sum_{n=2}^\infty\int_0^\infty\frac{(-1)^n}{(n!)^t}\,dt=\sum_{n=2}^\infty(-1)^n\int_0^\infty(n!)^{-t}\,dt$$ The inner integral is easily seen to be $\frac1{\ln n!}$: $$=\sum_{n=2}^\infty\frac{(-1)^n}{\ln n!}=\sum_{n=2}^\infty\frac{(-1)^n}{\log\Gamma(n+1)}$$ I am sure this last sum has neither a closed form nor a name. Evaluating this in mpmath gives $$\sum_{n=2}^\infty\frac{(-1)^n}{\log\Gamma(n+1)}=1.076901027858\dots$$