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