|
| |
|
|
A016493
|
|
Continued fraction for ln(65).
|
|
2
| |
|
|
4, 5, 1, 2, 1, 3, 4, 21, 22, 2, 4, 1, 2, 1, 2, 1, 1, 1, 1, 3, 22, 2, 1, 4, 4, 2, 2, 1, 1, 1, 278, 5, 1, 7, 2, 1, 1, 1, 4, 6, 22, 4, 2, 5, 1, 43, 1, 1, 8, 1, 22, 19, 2, 64, 1, 17, 2, 3, 3, 2, 1, 1, 2, 19, 5, 9, 2, 2, 2, 13, 1, 8, 1, 1, 1, 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.174387269895637110654246774... = 4 + 1/(5 + 1/(1 + 1/(2 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 22 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(65)); for (n=1, 20000, write("b016493.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 22 2009]
|
|
|
CROSSREFS
| Cf. A016688 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 22 2009]
Sequence in context: A010301 A200385 A046576 * A101626 A195853 A070769
Adjacent sequences: A016490 A016491 A016492 * A016494 A016495 A016496
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|