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

A016705
Decimal expansion of log(82).
2
4, 4, 0, 6, 7, 1, 9, 2, 4, 7, 2, 6, 4, 2, 5, 3, 1, 1, 3, 2, 8, 3, 9, 9, 5, 4, 9, 4, 4, 9, 5, 5, 8, 4, 1, 5, 6, 4, 5, 1, 9, 1, 0, 6, 0, 3, 7, 5, 9, 5, 5, 6, 8, 8, 7, 7, 3, 9, 9, 4, 2, 9, 1, 9, 7, 5, 3, 3, 7, 2, 2, 3, 8, 3, 7, 5, 3, 5, 2, 2, 2, 1, 5, 6, 8, 1, 8, 0, 4, 6, 8, 3, 6, 8, 4, 0, 5, 4, 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.406719247264253113283995494495584156451910603759556887739942919753372....
MATHEMATICA
RealDigits[Log[82], 10, 100][[1]] (* G. C. Greubel, Sep 17 2018 *)
PROG
(PARI) default(realprecision, 20080); x=log(82); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016705.txt", n, " ", d)); \\ Harry J. Smith, May 24 2009
(Magma) SetDefaultRealField(RealField(100)); Log(82); // G. C. Greubel, Sep 17 2018
CROSSREFS
Cf. A016510 (continued fraction).
Sequence in context: A197140 A155502 A228048 * A245592 A169783 A133657
KEYWORD
nonn,cons
STATUS
approved