login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A016699
Decimal expansion of log(76).
2
4, 3, 3, 0, 7, 3, 3, 3, 4, 0, 2, 8, 6, 3, 3, 1, 0, 7, 8, 8, 4, 3, 4, 9, 1, 6, 7, 4, 8, 0, 4, 2, 0, 6, 6, 7, 3, 3, 8, 8, 3, 7, 9, 5, 3, 0, 0, 1, 9, 6, 3, 9, 3, 2, 6, 7, 7, 9, 3, 2, 0, 2, 5, 5, 3, 9, 6, 0, 7, 9, 9, 4, 6, 0, 0, 3, 5, 8, 6, 7, 1, 9, 9, 2, 5, 8, 8, 5, 0, 3, 7, 8, 0, 8, 5, 7, 7, 2, 7
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.330733340286331078843491674804206673388379530019639326779320255396079....
MATHEMATICA
RealDigits[Log[76], 10, 120][[1]] (* Harvey P. Dale, Dec 05 2015 *)
PROG
(PARI) default(realprecision, 20080); x=log(76); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016699.txt", n, " ", d)); \\ Harry J. Smith, May 24 2009
(Magma) SetDefaultRealField(RealField(100)); Log(76); // G. C. Greubel, Sep 21 2018
CROSSREFS
Cf. A016504 (continued fraction).
Sequence in context: A120011 A177924 A200617 * A060373 A090280 A377539
KEYWORD
nonn,cons
STATUS
approved