A372856 Decimal expansion of Integral_{x=2..oo} 1/(x*(log(x))^x) dx.
7, 3, 6, 9, 8, 5, 2, 3, 9, 8, 9, 3, 5, 6, 1, 4, 7, 7, 2, 8, 3, 0, 1, 3, 9, 4, 7, 7, 5, 7, 4, 9, 6, 6, 6, 6, 8, 1, 3, 9, 1, 0, 9, 1, 2, 0, 5, 0, 4, 6, 4, 8, 0, 1, 1, 6, 7, 7, 4, 5, 9, 6, 1, 6, 1, 0, 1, 2, 4, 1, 3, 5, 6, 3, 7, 6, 5, 9, 8, 0, 9, 0, 8, 6, 9, 4
Offset: 0
Examples
0.73698523989356147728301394775749666681...
Crossrefs
Cf. A372857.
Programs
-
Mathematica
s = Integrate[1/(x (Log[x])^x), {x, 2, Infinity}] d = N[s, 100] First[RealDigits[d]]