login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; constant; graph; refs; listen; history; text; internal format)
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 A177158
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)