login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A372857 Decimal expansion of Integral_{x=2..oo} 1/(x*(log(x))^(x/2)) dx. 1

%I #4 Jun 12 2024 17:36:53

%S 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 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 7,8,0,9,9,8,5,6,7,6,4,8,0,2,4,4,0,0

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

%e 0.83701983867195167331638365677917452539075439171...

%t s = Integrate[1/(x (Log[x])^(x/2)), {x, 2, Infinity}]

%t d = N[s, 100]

%t First[RealDigits[d]]

%Y Cf. A372856.

%K nonn,cons

%O 0,1

%A _Clark Kimberling_, Jun 07 2024

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 11 11:28 EDT 2024. Contains 374231 sequences. (Running on oeis4.)