cp's OEIS Frontend

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.

A372857 Decimal expansion of Integral_{x=2..oo} 1/(x*(log(x))^(x/2)) dx.

This page as a plain text file.
%I A372857 #4 Jun 12 2024 17:36:53
%S A372857 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,
%T A372857 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,
%U A372857 7,8,0,9,9,8,5,6,7,6,4,8,0,2,4,4,0,0
%N A372857 Decimal expansion of Integral_{x=2..oo} 1/(x*(log(x))^(x/2)) dx.
%e A372857 0.83701983867195167331638365677917452539075439171...
%t A372857 s = Integrate[1/(x (Log[x])^(x/2)), {x, 2, Infinity}]
%t A372857 d = N[s, 100]
%t A372857 First[RealDigits[d]]
%Y A372857 Cf. A372856.
%K A372857 nonn,cons
%O A372857 0,1
%A A372857 _Clark Kimberling_, Jun 07 2024