This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A372856 #5 Jun 12 2024 17:36:45 %S A372856 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, %T A372856 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, %U A372856 4,1,3,5,6,3,7,6,5,9,8,0,9,0,8,6,9,4 %N A372856 Decimal expansion of Integral_{x=2..oo} 1/(x*(log(x))^x) dx. %e A372856 0.73698523989356147728301394775749666681... %t A372856 s = Integrate[1/(x (Log[x])^x), {x, 2, Infinity}] %t A372856 d = N[s, 100] %t A372856 First[RealDigits[d]] %Y A372856 Cf. A372857. %K A372856 nonn,cons %O A372856 0,1 %A A372856 _Clark Kimberling_, Jun 07 2024