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 A016711 #23 Sep 08 2022 08:44:41 %S A016711 4,4,7,7,3,3,6,8,1,4,4,7,8,2,0,6,4,7,2,3,1,3,6,3,9,9,4,2,3,3,9,6,5,9, %T A016711 0,0,4,0,4,8,2,0,7,2,5,7,0,1,8,1,8,2,9,3,7,5,8,0,6,0,7,7,3,7,6,1,0,7, %U A016711 5,4,4,8,9,8,2,2,3,2,0,8,5,9,8,9,2,6,4,4,6,8,8,9,9,1,8,9,0,8,5 %N A016711 Decimal expansion of log(88). %H A016711 Harry J. Smith, <a href="/A016711/b016711.txt">Table of n, a(n) for n = 1..20000</a> %H A016711 M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy]. %H A016711 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a> %e A016711 4.477336814478206472313639942339659004048207257018182937580607737610754.... %t A016711 RealDigits[Log[88], 10, 100][[1]] (* _G. C. Greubel_, Sep 17 2018 *) %o A016711 (PARI) default(realprecision, 20080); x=log(88); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016711.txt", n, " ", d)); \\ _Harry J. Smith_, May 24 2009 %o A016711 (Magma) SetDefaultRealField(RealField(100)); Log(88); // _G. C. Greubel_, Sep 17 2018 %Y A016711 Cf. A016516 (continued fraction). %K A016711 nonn,cons %O A016711 1,1 %A A016711 _N. J. A. Sloane_