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 A016637 #26 Jun 10 2024 07:16:08 %S A016637 2,6,3,9,0,5,7,3,2,9,6,1,5,2,5,8,6,1,4,5,2,2,5,8,4,8,6,4,9,0,1,3,5,6, %T A016637 2,9,7,7,1,2,5,8,4,8,6,3,9,4,2,1,1,6,4,4,2,5,8,0,0,7,0,1,5,9,4,3,0,9, %U A016637 7,3,4,8,4,7,2,1,7,6,3,9,8,3,3,9,3,5,2,1,8,2,5,5,8,4,2,9,0,2,1 %N A016637 Decimal expansion of log(14). %D A016637 M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2. %H A016637 Harry J. Smith, <a href="/A016637/b016637.txt">Table of n, a(n) for n = 1..20000</a> %H A016637 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 A016637 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a> %F A016637 Equals A002162 + A016630. - _R. J. Mathar_, Jun 10 2024 %e A016637 2.639057329615258614522584864901356297712584863942116442580070159430973... - _Harry J. Smith_, May 16 2009 %t A016637 RealDigits[Log[14], 10, 120][[1]] (* _Vincenzo Librandi_, Jun 21 2015 *) %o A016637 (PARI) default(realprecision, 20080); x=log(14); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016637.txt", n, " ", d)); \\ _Harry J. Smith_, May 16 2009 %Y A016637 Cf. A016442 (continued fraction). %K A016637 nonn,cons %O A016637 1,1 %A A016637 _N. J. A. Sloane_