OFFSET
1,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
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
KEYWORD
nonn,cons
AUTHOR
STATUS
approved