The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016689 Decimal expansion of log(66). 2
4, 1, 8, 9, 6, 5, 4, 7, 4, 2, 0, 2, 6, 4, 2, 5, 5, 4, 4, 8, 7, 4, 4, 2, 0, 9, 3, 6, 3, 4, 5, 8, 3, 1, 5, 7, 2, 5, 4, 4, 6, 9, 7, 5, 4, 6, 1, 2, 0, 4, 2, 1, 8, 8, 1, 0, 7, 3, 9, 4, 2, 0, 5, 2, 2, 6, 1, 4, 6, 1, 5, 3, 9, 1, 0, 1, 5, 4, 0, 3, 9, 5, 5, 5, 4, 5, 3, 3, 7, 8, 9, 8, 1, 2, 7, 8, 5, 5, 6 (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.189654742026425544874420936345831572544697546120421881073942052261461....
MATHEMATICA
RealDigits[Log[66], 10, 120][[1]] (* Harvey P. Dale, Apr 29 2011 *)
PROG
(PARI) default(realprecision, 20080); x=log(66); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016689.txt", n, " ", d)); \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016494 (continued fraction).
Sequence in context: A125092 A122914 A245566 * A105533 A179193 A124848
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 May 23 09:19 EDT 2024. Contains 372760 sequences. (Running on oeis4.)