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!)
A016585 Decimal expansion of log(17/2). 2
2, 1, 4, 0, 0, 6, 6, 1, 6, 3, 4, 9, 6, 2, 7, 0, 7, 7, 0, 8, 3, 2, 3, 0, 2, 4, 9, 6, 4, 1, 4, 9, 4, 9, 9, 6, 7, 5, 1, 2, 7, 0, 2, 8, 7, 8, 2, 2, 5, 4, 8, 9, 5, 3, 3, 1, 7, 6, 5, 5, 7, 7, 2, 8, 3, 8, 8, 8, 9, 8, 9, 5, 3, 8, 3, 1, 2, 3, 6, 5, 6, 5, 3, 0, 6, 2, 3, 1, 5, 4, 1, 0, 4, 1, 0, 8, 4, 2, 5, 9, 9, 7, 6, 3, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.140066163496270770832302496414949967512702878225489533176557728388898...
MATHEMATICA
RealDigits[Log[17/2], 10, 120][[1]] (* Harvey P. Dale, Apr 26 2011 *)
PROG
(PARI) default(realprecision, 20080); x=log(17/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016585.txt", n, " ", d)); \\ Harry J. Smith, May 26 2009
CROSSREFS
Cf. A016536 Continued fraction.
Sequence in context: A212805 A246431 A225777 * A309054 A143316 A127192
KEYWORD
nonn,cons
AUTHOR
EXTENSIONS
Final digits of sequence corrected using the b-file. - N. J. A. Sloane, Aug 30 2009
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 June 8 13:51 EDT 2024. Contains 373217 sequences. (Running on oeis4.)