|
| |
|
|
A016441
|
|
Continued fraction for ln(13).
|
|
3
| |
|
|
2, 1, 1, 3, 2, 1, 6, 2, 1, 4, 47, 1, 1, 1, 1, 1, 11, 4, 2, 18, 1, 2, 2, 3, 1, 1, 2, 2, 3, 2, 40, 7, 1, 4, 1, 28, 6, 1, 2, 7, 1, 1, 1, 8, 1, 3, 1, 21, 1, 4, 1, 2, 4, 44, 3, 4, 4, 1, 3, 1, 23, 2, 2, 5, 1, 1, 33, 1, 1, 13, 1, 60, 115, 1, 2, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
|
|
|
EXAMPLE
| 2.564949357461536736053487441... = 2 + 1/(1 + 1/(1 + 1/(3 + 1/(2 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(13)); for (n=1, 20000, write("b016441.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
|
|
|
CROSSREFS
| Cf. A016636 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
Sequence in context: A023996 A049998 A029253 * A131333 A120643 A111867
Adjacent sequences: A016438 A016439 A016440 * A016442 A016443 A016444
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|