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.

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

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