login
A016694
Decimal expansion of log(71).
2
4, 2, 6, 2, 6, 7, 9, 8, 7, 7, 0, 4, 1, 3, 1, 5, 4, 2, 1, 3, 2, 9, 4, 5, 4, 5, 3, 2, 5, 1, 3, 0, 3, 4, 0, 9, 6, 7, 5, 9, 5, 7, 6, 5, 2, 6, 7, 1, 0, 5, 6, 6, 1, 0, 8, 1, 2, 1, 4, 2, 5, 8, 0, 2, 0, 2, 7, 3, 5, 1, 5, 0, 6, 8, 2, 4, 2, 3, 0, 3, 6, 5, 9, 6, 6, 2, 4, 3, 3, 2, 4, 2, 7, 2, 6, 3, 5, 1, 3
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.262679877041315421329454532513034096759576526710566108121425802027351....
MATHEMATICA
RealDigits[Log[71], 10, 120][[1]] (* Harvey P. Dale, Jan 20 2012 *)
PROG
(PARI) default(realprecision, 20080); x=log(71); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016694.txt", n, " ", d)); \\ Harry J. Smith, May 23 2009
(Magma) SetDefaultRealField(RealField(100)); Log(71); // G. C. Greubel, Sep 21 2018
CROSSREFS
Cf. A016499 (continued fraction).
Sequence in context: A205111 A340177 A236213 * A175038 A035505 A244997
KEYWORD
nonn,cons
STATUS
approved