|
| |
|
|
A016492
|
|
Continued fraction for ln(64).
|
|
2
| |
|
|
4, 6, 3, 2, 2, 18, 1, 1, 1, 64, 1, 3, 1, 10, 1, 2, 1, 7, 2, 5, 3, 1, 2, 2, 3, 2, 1, 2, 1, 4, 1, 3, 3, 2, 1, 1, 1, 4, 1, 1, 7, 2, 1, 27, 2, 1, 1, 4, 4, 1, 1, 1, 4, 1, 1, 6, 20, 1, 8, 2, 2, 1, 5, 1, 11, 1, 10, 1, 5, 1, 1, 2, 5, 9, 1, 5, 1, 2, 2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
|
|
|
EXAMPLE
| 4.158883083359671856503392728... = 4 + 1/(6 + 1/(3 + 1/(2 + 1/(2 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 22 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(64)); for (n=1, 20000, write("b016492.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 22 2009]
|
|
|
CROSSREFS
| Cf. A016687 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 22 2009]
Sequence in context: A086467 A197731 A138508 * A200365 A198121 A179374
Adjacent sequences: A016489 A016490 A016491 * A016493 A016494 A016495
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|