[go: up one dir, main page]

login
A016722
Decimal expansion of log(99).
2
4, 5, 9, 5, 1, 1, 9, 8, 5, 0, 1, 3, 4, 5, 8, 9, 9, 2, 6, 8, 5, 2, 4, 3, 4, 0, 5, 1, 8, 1, 0, 1, 8, 0, 7, 0, 9, 1, 1, 6, 6, 8, 7, 9, 6, 9, 5, 8, 2, 9, 1, 6, 0, 7, 8, 6, 8, 7, 9, 5, 6, 3, 7, 6, 4, 0, 5, 5, 6, 2, 2, 1, 0, 3, 5, 0, 4, 5, 4, 6, 4, 6, 8, 2, 2, 2, 8, 6, 2, 1, 7, 6, 3, 0, 0, 9, 8, 9, 6
OFFSET
1,1
REFERENCES
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 2.
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.595119850134589926852434051810180709116687969582916078687956376405562....
MATHEMATICA
RealDigits[Log[99], 10, 120][[1]] (* Harvey P. Dale, Dec 09 2013 *)
PROG
(PARI) default(realprecision, 20080); x=log(99); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016722.txt", n, " ", d)); \\ Harry J. Smith, May 25 2009
(Magma) SetDefaultRealField(RealField(100)); Log(99); // G. C. Greubel, Sep 15 2018
CROSSREFS
Cf. A016527 (continued fraction).
Sequence in context: A195787 A010667 A371336 * A030139 A356509 A371936
KEYWORD
nonn,cons
STATUS
approved