|
| |
|
|
A016471
|
|
Continued fraction for ln(43).
|
|
2
| |
|
|
3, 1, 3, 5, 3, 36, 3, 2, 3, 1, 2, 3, 2, 1, 4, 1, 1, 1, 2, 5, 12, 96, 2, 1, 2, 2, 2, 1, 1184, 2, 3, 5, 1, 16, 1, 4, 1, 2, 3, 1, 1, 1, 1, 23, 1, 2, 2, 1, 32, 1, 1, 7, 1, 2, 8, 1, 1, 1, 1, 1, 1, 5, 6, 1, 3, 1, 4, 1, 1, 1, 5, 2, 1, 17, 42, 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
| 3.761200115693562423472842513... = 3 + 1/(1 + 1/(3 + 1/(5 + 1/(3 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(43)); for (n=1, 20000, write("b016471.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
CROSSREFS
| Cf. A016666 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
Sequence in context: A063198 A122582 A173039 * A082082 A016646 A182600
Adjacent sequences: A016468 A016469 A016470 * A016472 A016473 A016474
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|