login
Decimal expansion of log(21).
3

%I #25 May 15 2019 03:02:18

%S 3,0,4,4,5,2,2,4,3,7,7,2,3,4,2,2,9,9,6,5,0,0,5,9,7,9,8,0,3,6,5,7,0,5,

%T 4,3,4,2,8,4,5,7,5,2,8,7,4,0,4,6,1,0,6,4,0,1,9,4,0,8,4,4,8,3,5,7,5,0,

%U 7,4,1,5,5,9,7,0,6,7,8,2,3,4,6,6,1,2,7,4,2,5,3,4,0,1,6,0,3,6,1

%N Decimal expansion of log(21).

%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="/A016644/b016644.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>

%e 3.044522437723422996500597980365705434284575287404610640194084483575074....

%t RealDigits[Log[21], 10, 120][[1]] (* _Harvey P. Dale_, Sep 04 2012 *)

%o (PARI) default(realprecision, 20080); x=log(21); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016644.txt", n, " ", d)); \\ _Harry J. Smith_, May 17 2009, corrected May 20 2009

%Y Cf. A016449 (continued fraction).

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_