[go: up one dir, main page]

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”).

A016644
Decimal expansion of log(21).
3
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, 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, 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
OFFSET
1,1
REFERENCES
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.
LINKS
Milton Abramowitz and Irene A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
EXAMPLE
3.044522437723422996500597980365705434284575287404610640194084483575074....
MATHEMATICA
RealDigits[Log[21], 10, 120][[1]] (* Harvey P. Dale, Sep 04 2012 *)
PROG
(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
CROSSREFS
Cf. A016449 (continued fraction).
Sequence in context: A099925 A351002 A201563 * A240966 A308109 A354783
KEYWORD
nonn,cons
STATUS
approved