Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #4 Jun 30 2024 22:05:02
%S 3,4,2,6,7,6,4,7,7,3,8,3,3,9,3,7,2,6,9,5,2,7,5,5,1,5,5,8,6,4,3,8,5,0,
%T 8,8,1,6,2,0,8,8,9,3,6,0,9,8,2,7,8,9,7,0,1,2,3,3,0,3,7,6,1,7,3,0,9,9,
%U 9,8,5,2,8,6,3,9,1,7,8,4,8,9,5,6,9,3
%N Decimal expansion of Integral_{x=2..oo} 1/(x*log(x))^2 dx.
%e 0.3426764773833937269527551558643850881620889...
%t s = Integrate[1/(x*Log[x])^2, {x, 2, Infinity}]
%t d = N[s, 100]
%t First[RealDigits[d]]
%Y Cf. A372856, A372863.
%K nonn,cons
%O 0,1
%A _Clark Kimberling_, Jun 12 2024