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

A016709
Decimal expansion of log(86).
2
4, 4, 5, 4, 3, 4, 7, 2, 9, 6, 2, 5, 3, 5, 0, 7, 7, 3, 2, 8, 9, 0, 0, 7, 4, 6, 3, 4, 8, 0, 4, 0, 2, 3, 6, 0, 3, 6, 3, 4, 6, 3, 6, 3, 1, 9, 2, 4, 1, 8, 1, 0, 6, 6, 9, 3, 1, 2, 3, 6, 5, 2, 7, 4, 4, 1, 6, 2, 5, 2, 7, 9, 5, 8, 4, 2, 6, 8, 1, 1, 5, 4, 1, 4, 3, 4, 5, 5, 3, 2, 5, 0, 8, 0, 4, 1, 5, 9, 7
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.454347296253507732890074634804023603634636319241810669312365274416252....
MATHEMATICA
RealDigits[Log[86], 10, 120][[1]] (* Harvey P. Dale, Mar 24 2017 *)
PROG
(PARI) default(realprecision, 20080); x=log(86); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016709.txt", n, " ", d)); \\ Harry J. Smith, May 24 2009
(Magma) SetDefaultRealField(RealField(100)); Log(86); // G. C. Greubel, Sep 17 2018
CROSSREFS
Cf. A016514 (continued fraction).
Sequence in context: A379134 A011333 A283268 * A023403 A091283 A161758
KEYWORD
nonn,cons
STATUS
approved