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!)
A016600 Decimal expansion of log(47/2). 2
3, 1, 5, 7, 0, 0, 0, 4, 2, 1, 1, 5, 0, 1, 1, 3, 2, 7, 7, 4, 0, 3, 7, 1, 8, 5, 4, 8, 3, 1, 3, 9, 9, 7, 1, 4, 0, 8, 2, 0, 5, 5, 0, 3, 6, 7, 6, 5, 9, 9, 6, 8, 7, 7, 9, 0, 7, 9, 8, 2, 8, 3, 3, 7, 3, 1, 3, 4, 2, 4, 5, 9, 1, 5, 3, 6, 1, 0, 6, 3, 5, 7, 0, 0, 4, 8, 2, 6, 4, 2, 6, 4, 3, 8, 3, 2, 7, 2, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3.157000421150113277403718548313997140820550367659968779079828337313424....
MATHEMATICA
RealDigits[Log[47/2], 10, 120][[1]] (* Harvey P. Dale, Dec 29 2013 *)
PROG
(PARI) default(realprecision, 20080); x=log(47/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016600.txt", n, " ", d)); \\ Harry J. Smith, May 27 2009
CROSSREFS
Cf. A016551 (continued fraction).
Sequence in context: A205713 A254344 A278032 * A130418 A038871 A209819
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 June 12 21:26 EDT 2024. Contains 373360 sequences. (Running on oeis4.)