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!)
A016657 Decimal expansion of log(34). 2
3, 5, 2, 6, 3, 6, 0, 5, 2, 4, 6, 1, 6, 1, 6, 1, 3, 8, 9, 6, 6, 6, 7, 6, 6, 7, 3, 9, 3, 3, 1, 3, 0, 3, 1, 0, 3, 6, 6, 3, 7, 0, 3, 1, 4, 6, 9, 4, 6, 0, 0, 0, 0, 4, 1, 4, 1, 7, 9, 1, 7, 7, 4, 7, 3, 7, 5, 6, 8, 6, 1, 9, 7, 7, 7, 0, 6, 2, 5, 9, 9, 6, 5, 1, 7, 9, 5, 8, 1, 9, 5, 0, 3, 3, 9, 2, 1, 6, 3 (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
3.526360524616161389666766739331303103663703146946000041417917747375686....
MATHEMATICA
RealDigits[Log[34], 10, 120][[1]] (* Harvey P. Dale, Jul 25 2011 *)
PROG
(PARI) default(realprecision, 20080); x=log(34); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016657.txt", n, " ", d)); \\ Harry J. Smith, May 20 2009
CROSSREFS
Cf. A016462 (continued fraction).
Sequence in context: A086387 A073264 A198099 * A372143 A302793 A010782
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 13 00:07 EDT 2024. Contains 372497 sequences. (Running on oeis4.)