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!)
A016591 Decimal expansion of log(29/2). 2
2, 6, 7, 4, 1, 4, 8, 6, 4, 9, 4, 2, 6, 5, 2, 8, 7, 1, 7, 7, 6, 6, 0, 3, 9, 9, 1, 0, 9, 0, 3, 7, 3, 5, 0, 3, 7, 4, 1, 9, 0, 1, 2, 7, 7, 9, 5, 6, 2, 4, 8, 8, 8, 2, 4, 8, 0, 0, 9, 9, 0, 3, 4, 2, 1, 4, 9, 3, 8, 7, 1, 5, 9, 1, 6, 8, 1, 5, 7, 6, 1, 7, 6, 8, 7, 5, 0, 3, 7, 8, 7, 8, 2, 1, 4, 3, 7, 7, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
2.674148649426528717766039910903735037419012779562488824800990342149387...
MATHEMATICA
RealDigits[Log[29/2], 10, 120][[1]] (* Harvey P. Dale, Oct 03 2014 *)
PROG
(PARI) default(realprecision, 20080); x=log(29/2); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b016591.txt", n, " ", d)); \\ Harry J. Smith, May 27 2009
CROSSREFS
Cf. A016542 Continued fraction.
Sequence in context: A201891 A198430 A065488 * A021793 A365256 A327558
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 23:15 EDT 2024. Contains 372524 sequences. (Running on oeis4.)