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!)
A016524 Continued fraction for log(96). 2
4, 1, 1, 3, 2, 1, 1, 2, 11, 1, 1, 53, 2, 7, 1, 1, 6, 3, 1, 1, 5, 15, 7, 1, 1, 1, 6, 1, 3, 1, 1, 1, 2, 3, 1, 3, 1, 53, 1, 2, 2, 2, 8, 1, 1, 9, 3, 1, 1, 26, 1, 28, 3, 95, 4, 11, 2, 1, 4, 1, 1, 1, 1, 1, 1, 1, 4, 19, 1, 6, 4, 1, 1, 1, 1, 7, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.564348191467836238481405844... = 4 + 1/(1 + 1/(1 + 1/(3 + 1/(2 + ...)))). - Harry J. Smith, May 25 2009
MATHEMATICA
ContinuedFraction[Log[96], 100] (* Paolo Xausa, Mar 31 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(96)); for (n=1, 20000, write("b016524.txt", n, " ", x[n])); } \\ Harry J. Smith, May 25 2009
CROSSREFS
Cf. A016719 (decimal expansion).
Sequence in context: A326410 A255235 A293882 * A087963 A316586 A274540
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 15 11:36 EDT 2024. Contains 372540 sequences. (Running on oeis4.)