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

A016707
Decimal expansion of log(84).
2
4, 4, 3, 0, 8, 1, 6, 7, 9, 8, 8, 4, 3, 3, 1, 3, 6, 1, 5, 3, 3, 5, 0, 6, 2, 2, 2, 3, 2, 8, 2, 0, 5, 8, 5, 7, 0, 4, 3, 5, 5, 7, 5, 5, 5, 6, 1, 2, 5, 1, 2, 1, 1, 4, 8, 4, 3, 5, 4, 4, 4, 5, 0, 2, 5, 6, 1, 8, 6, 1, 3, 9, 9, 9, 1, 0, 0, 6, 7, 6, 6, 5, 8, 7, 3, 0, 0, 0, 9, 0, 7, 3, 9, 4, 4, 4, 0, 9, 9
OFFSET
1,1
LINKS
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
EXAMPLE
4.43081679884331361533506222328205857043557555612512114843544450256186139991....
MATHEMATICA
RealDigits[Log[84], 10, 120][[1]] (* Harvey P. Dale, Jul 25 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(84); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016707.txt", n, " ", d)); \\ Harry J. Smith, May 24 2009
(Magma) SetDefaultRealField(RealField(100)); Log(84); // G. C. Greubel, Sep 17 2018
CROSSREFS
Cf. A016512 (continued fraction).
Sequence in context: A256845 A340193 A340196 * A131080 A010657 A019706
KEYWORD
nonn,cons
STATUS
approved