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!)
A016496 Continued fraction for log(68). 2
4, 4, 1, 1, 3, 1, 131, 1, 2, 2, 8, 2, 2, 2, 10, 1, 1, 3, 1, 39, 1, 6, 1, 1, 1, 1, 1, 3, 3, 3, 3, 1, 2, 12, 2, 3, 1, 7, 3, 25, 4, 2, 2, 2, 2, 1, 1, 2, 1, 1, 1, 2, 26, 2, 3, 9, 1, 133, 1, 1, 2, 3, 1, 1, 1, 1, 10, 7, 7, 1, 1, 7, 1, 11, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.219507705176106699083998860... = 4 + 1/(4 + 1/(1 + 1/(1 + 1/(3 + ...)))). - Harry J. Smith, May 23 2009
MATHEMATICA
ContinuedFraction[Log[68], 100] (* Paolo Xausa, Mar 27 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(68)); for (n=1, 20000, write("b016496.txt", n, " ", x[n])); } \\ Harry J. Smith, May 23 2009
CROSSREFS
Cf. A016691 (decimal expansion).
Sequence in context: A351122 A214499 A234002 * A143253 A060036 A202024
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 June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)