%I #29 Aug 13 2024 06:38:47
%S 2,9,9,5,7,3,2,2,7,3,5,5,3,9,9,0,9,9,3,4,3,5,2,2,3,5,7,6,1,4,2,5,4,0,
%T 7,7,5,6,7,6,6,0,1,6,2,2,9,8,9,0,2,8,2,3,0,1,5,4,0,0,7,9,1,0,4,6,0,9,
%U 6,6,2,3,1,6,4,7,0,4,7,1,9,5,8,4,1,8,6,0,5,3,2,0,8,6,0,1,6,9,8,5,8,8,3,9,6
%N Decimal expansion of log(20).
%D Milton Abramowitz and Irene A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.
%H Harry J. Smith, <a href="/A016643/b016643.txt">Table of n, a(n) for n = 1..20000</a>
%H Milton Abramowitz and Irene 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 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F Equals A002162 + A002392. - _R. J. Mathar_, Aug 13 2024
%e 2.995732273553990993435223576142540775676601622989028230154007910460966...
%t RealDigits[Log[20], 10, 150][[1]] (* _Stefan Steinerberger_, Apr 09 2006 *)
%o (PARI) default(realprecision, 20080); x=log(20); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016643.txt", n, " ", d)); \\ _Harry J. Smith_, May 17 2009, corrected May 20 2009
%Y Cf. A016448 (continued fraction).
%K nonn,cons,easy
%O 1,1
%A _N. J. A. Sloane_
%E More terms from _Stefan Steinerberger_, Apr 09 2006