[go: up one dir, main page]

login
A016681
Decimal expansion of log(58).
2
4, 0, 6, 0, 4, 4, 3, 0, 1, 0, 5, 4, 6, 4, 1, 9, 3, 3, 6, 6, 0, 0, 5, 0, 4, 1, 5, 3, 8, 2, 0, 0, 8, 8, 1, 7, 3, 5, 7, 0, 0, 1, 3, 0, 4, 8, 2, 8, 2, 9, 9, 9, 3, 3, 3, 0, 4, 2, 3, 5, 0, 3, 6, 1, 1, 3, 6, 1, 7, 4, 4, 0, 3, 1, 0, 7, 5, 4, 7, 0, 4, 8, 8, 9, 9, 2, 3, 0, 4, 4, 1, 8, 1, 4, 2, 7, 5, 1, 1
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.060443010546419336600504153820088173570013048282999333042350361136174....
MATHEMATICA
RealDigits[Log[58], 10, 120][[1]] (* Vincenzo Librandi, Jun 21 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(58); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016681.txt", n, " ", d)); \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016486 (continued fraction).
Sequence in context: A246004 A103688 A125961 * A210625 A210615 A179312
KEYWORD
nonn,cons
STATUS
approved