|
| |
|
|
A016466
|
|
Continued fraction for ln(38).
|
|
2
| |
|
|
3, 1, 1, 1, 3, 6, 2, 19, 2, 2, 7, 1, 2, 18, 7, 1, 4, 1, 1, 1, 4, 1, 6, 2, 2, 1, 1, 1, 6, 4, 2, 9, 2, 5, 2, 17, 2, 3, 1, 15, 1, 3, 2, 9, 1, 8, 1, 11, 2, 1, 3, 1, 1, 125, 1, 1, 7, 1, 36, 1, 1, 5, 1, 18, 1, 7, 1, 103, 49, 20, 1, 2, 1, 2, 6
(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.637586159726385769426259553... = 3 + 1/(1 + 1/(1 + 1/(1 + 1/(3 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(38)); for (n=1, 20000, write("b016466.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
CROSSREFS
| Cf. A016661 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
Sequence in context: A131270 A109223 A176246 * A055210 A082553 A195644
Adjacent sequences: A016463 A016464 A016465 * A016467 A016468 A016469
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|