[go: up one dir, main page]

login
A016696
Decimal expansion of log(73).
2
4, 2, 9, 0, 4, 5, 9, 4, 4, 1, 1, 4, 8, 3, 9, 1, 1, 2, 9, 0, 9, 2, 1, 0, 8, 8, 5, 7, 4, 3, 8, 5, 4, 2, 5, 7, 0, 9, 0, 4, 7, 5, 2, 8, 4, 4, 8, 7, 1, 5, 9, 7, 6, 6, 4, 5, 9, 5, 6, 9, 8, 8, 5, 7, 1, 6, 1, 7, 8, 9, 9, 7, 5, 9, 2, 0, 5, 9, 7, 2, 9, 3, 2, 7, 6, 3, 2, 9, 3, 2, 2, 8, 3, 4, 8, 5, 8, 8, 9
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.290459441148391129092108857438542570904752844871597664595698857161789....
MATHEMATICA
RealDigits[Log[73], 10, 100][[1]] (* G. C. Greubel, Sep 21 2018 *)
PROG
(PARI) default(realprecision, 20080); x=log(73); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016696.txt", n, " ", d)); \\ Harry J. Smith, May 23 2009
(Magma) SetDefaultRealField(RealField(100)); Log(73); // G. C. Greubel, Sep 21 2018
CROSSREFS
Cf. A016501 (continued fraction).
Sequence in context: A072562 A190477 A143311 * A127470 A199449 A010649
KEYWORD
nonn,cons
STATUS
approved