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!)
A016491 Continued fraction for log(63). 2
4, 6, 1, 72, 1, 1, 1, 36, 4, 7, 1, 2, 5, 5, 1, 6, 2, 1, 9, 1, 4, 1, 1, 9, 2, 8, 1, 10, 1, 4, 1, 2, 1, 2, 2, 4, 6, 1, 33, 2, 8, 1, 1, 1, 1, 4, 1, 1, 12, 1, 1, 1, 1, 8, 7, 1, 2, 1, 1019, 4, 2, 6, 1604, 1, 1, 6, 3, 12, 1, 1, 7, 2, 1, 8, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4.14313472639153268789584321... = 4 + 1/(6 + 1/(1 + 1/(72 + 1/(1 + ...)))). - Harry J. Smith, May 22 2009
MATHEMATICA
ContinuedFraction[Log[63], 100] (* Harvey P. Dale, Nov 30 2015 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(63)); for (n=1, 20000, write("b016491.txt", n, " ", x[n])); } \\ Harry J. Smith, May 22 2009
CROSSREFS
Cf. A016686 Decimal expansion. - Harry J. Smith, May 22 2009
Sequence in context: A193293 A258220 A158391 * A347052 A375366 A373635
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 August 25 10:40 EDT 2024. Contains 375437 sequences. (Running on oeis4.)