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!)
A016527 Continued fraction for log(99). 2
4, 1, 1, 2, 7, 1, 3, 1, 10, 1, 1, 7, 1, 3, 1, 3, 1, 71, 2, 1, 1, 1, 4, 1, 3, 173, 1, 3, 6, 3, 2, 7, 2, 2, 30, 5, 2, 2, 1, 1, 11, 4, 7, 1, 6, 2, 1, 1, 4, 4, 1, 3, 4, 17, 2, 2, 25, 6, 2, 2, 1, 1, 1, 1, 13, 1, 3, 2, 10, 2, 3, 3, 117, 2, 7, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.595119850134589926852434051... = 4 + 1/(1 + 1/(1 + 1/(2 + 1/(7 + ...)))). - Harry J. Smith, May 25 2009
MATHEMATICA
ContinuedFraction[Log[99], 100] (* Harvey P. Dale, May 05 2015 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(99)); for (n=1, 20000, write("b016527.txt", n, " ", x[n])); } \\ Harry J. Smith, May 25 2009
CROSSREFS
Cf. A016722 Decimal expansion. - Harry J. Smith, May 25 2009
Sequence in context: A143441 A279206 A333989 * A010325 A355694 A265273
KEYWORD
nonn,cofr
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 29 03:48 EDT 2024. Contains 372921 sequences. (Running on oeis4.)