login
A016712
Decimal expansion of log(89).
2
4, 4, 8, 8, 6, 3, 6, 3, 6, 9, 7, 3, 2, 1, 3, 9, 8, 3, 8, 3, 1, 7, 8, 1, 5, 5, 4, 0, 6, 6, 9, 8, 4, 9, 2, 1, 9, 4, 0, 4, 6, 6, 0, 3, 8, 7, 1, 3, 2, 9, 5, 9, 3, 6, 4, 1, 0, 6, 6, 9, 7, 5, 7, 7, 2, 8, 7, 9, 5, 3, 8, 9, 2, 7, 7, 9, 4, 5, 6, 2, 4, 6, 4, 4, 7, 0, 6, 3, 5, 5, 1, 9, 4, 9, 4, 7, 5, 7, 4
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], see page 3.
EXAMPLE
4.488636369732139838317815540669849219404660387132959364106697577287953....
MATHEMATICA
RealDigits[Log[89], 10, 120][[1]] (* Harvey P. Dale, Oct 30 2011 *)
PROG
(PARI) default(realprecision, 20080); x=log(89); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016712.txt", n, " ", d)); \\ Harry J. Smith, May 24 2009
(Magma) SetDefaultRealField(RealField(100)); Log(89); // G. C. Greubel, Sep 17 2018
CROSSREFS
Cf. A016517 (continued fraction).
Sequence in context: A289091 A019674 A264606 * A346062 A333167 A246066
KEYWORD
nonn,cons
STATUS
approved