login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of log(24).
3

%I #19 Oct 04 2021 13:44:29

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

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

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

%N Decimal expansion of log(24).

%D 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 Harry J. Smith, <a href="/A016647/b016647.txt">Table of n, a(n) for n = 1..20000</a>

%H 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 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>

%e 3.178053830347945619646941601297055408873990960903515214096734362117675...

%t RealDigits[Log[24],10,120][[1]] (* _Harvey P. Dale_, Oct 04 2021 *)

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

%Y Cf. A016452 Continued fraction.

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_