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.

A372860 Decimal expansion of (1 + log(8))/72.

This page as a plain text file.
%I A372860 #9 Nov 21 2024 08:28:36
%S A372860 0,4,2,7,7,0,0,2,1,4,1,2,2,1,9,9,4,3,4,4,7,9,4,0,2,2,7,2,8,2,9,7,9,5,
%T A372860 7,9,2,2,5,3,6,8,0,6,1,1,5,3,8,9,9,5,2,4,4,7,7,2,5,0,5,5,5,9,5,1,1,1,
%U A372860 3,6,2,3,1,3,7,6,2,6,1,6,8,7,0,5,7,9
%N A372860 Decimal expansion of (1 + log(8))/72.
%H A372860 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F A372860 Equals Integral_{x=2..oo} log(x)/x^4 dx.
%e A372860 0.04277002141221994344794022728297957922536806115389...
%t A372860 s = Integrate[Log[x]/x^4, {x, 2, Infinity}]
%t A372860 d = N[s, 100]
%t A372860 Join[{0},First[RealDigits[d]]]
%t A372860 N[1/72  (1 + Log[8]), 100]
%o A372860 (PARI) (log(8)+1)/72 \\ _Charles R Greathouse IV_, Nov 21 2024
%Y A372860 Cf. A372858, A372859, A372861.
%K A372860 nonn,cons
%O A372860 0,2
%A A372860 _Clark Kimberling_, Jun 12 2024