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 A096623 #32 Feb 16 2025 08:32:53 %S A096623 1,4,0,0,1,0,1,0,1,1,4,3,2,8,6,9,2,6,6,8,6,9,1,7,3,0,5,2,3,4,2,9,9,7, %T A096623 3,3,1,7,7,5,2,7,9,2,8,1,2,7,0,6,5,8,2,8,9,4,8,9,4,6,8,7,4,3,1,1,3,0, %U A096623 4,9,1,4,9,9,5,1,6,1,3,6,1,0,2,7,6,0,2,6,5,3,2,0,6,4,8,6,6,6,9,6,3,4,3,4,5 %N A096623 Decimal expansion of Integral_{t>=2} 1/(t*log(t)(t^2-1)) dt. %C A096623 Maximum value of the integral in the Riemann prime counting function. %D A096623 John Derbyshire, Prime Obsession, Joseph Henry Press, 2003, pp. 328-329. %D A096623 Bernhard Riemann, On the Number of Prime Numbers less than a Given Quantity, 1859. %H A096623 Robert G. Wilson v, <a href="/A096623/b096623.txt">Table of n, a(n) for n = 0..2509</a> %H A096623 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/RiemannPrimeCountingFunction.html">Riemann Prime Counting Function</a> %e A096623 0.1400101011432869266869173052342997331775279281270658289489468743113049149... %p A096623 evalf(Integrate(1/(x*log(x)*(x^2-1)), x = 2..infinity), 120); # _Vaclav Kotesovec_, Feb 13 2019 %t A096623 RealDigits[ NIntegrate[1/(t Log[t](t^2 - 1)), {t, 2, Infinity}, MaxRecursion -> 8, AccuracyGoal -> 115, WorkingPrecision -> 128]][[1]] (* _Robert G. Wilson v_, Jul 05 2004 *) %o A096623 (PARI) default(realprecision, 120); intnum(x=2, oo, 1/(x*log(x)*(x^2 - 1))) \\ _Vaclav Kotesovec_, Feb 13 2019 %Y A096623 Cf. A096624, A096625. %K A096623 nonn,cons %O A096623 0,2 %A A096623 _Eric W. Weisstein_, Jul 01 2004