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.574710978503382822116721621703961713808914902658781355976234368760177....
MATHEMATICA
RealDigits[Log[97], 10, 120][[1]] (* Harvey P. Dale, Dec 23 2012 *)
PROG
(PARI) default(realprecision, 20080); x=log(97); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016720.txt", n, " ", d)); \\ Harry J. Smith, May 25 2009
(Magma) SetDefaultRealField(RealField(100)); Log(97); // G. C. Greubel, Sep 17 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
EXTENSIONS
Final digits of sequence corrected using the b-file. - N. J. A. Sloane, Aug 30 2009
STATUS
approved