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!)
A016494 Continued fraction for log(66). 2
4, 5, 3, 1, 1, 1, 690, 18, 2, 5, 4, 1, 20, 4, 5, 2, 3, 1, 1, 1, 1, 4, 1, 46, 11, 10, 1, 2, 3, 1, 4, 1, 2, 3, 1, 52, 1, 2, 2, 2, 1, 8, 1, 33, 2, 13, 1, 6, 2, 3, 1, 3, 1, 4, 18, 1, 6, 1, 25, 1, 1, 123, 2, 1, 2, 1, 4, 1, 8, 12, 38, 1, 3, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.189654742026425544874420936... = 4 + 1/(5 + 1/(3 + 1/(1 + 1/(1 + ...)))). - Harry J. Smith, May 22 2009
MATHEMATICA
ContinuedFraction[Log[66], 100] (* Paolo Xausa, Mar 27 2024 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(66)); for (n=1, 20000, write("b016494.txt", n, " ", x[n])); } \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016689 (decimal expansion).
Sequence in context: A046574 A019743 A010663 * A248144 A171870 A244144
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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)