|
| |
|
|
A016458
|
|
Continued fraction for ln(30).
|
|
2
| |
|
|
3, 2, 2, 33, 160, 1, 2, 51, 1, 3, 22, 1, 7, 1, 2, 4, 7, 7, 1, 1, 1, 5, 4, 2, 18, 3, 12, 1, 2, 1, 1, 2, 1, 2, 1, 1, 1, 2, 1, 5, 2, 7, 2, 1, 2, 2, 5, 4, 2, 1, 1, 3, 1, 2, 2, 12, 1, 1, 4, 2, 1, 1, 2, 2, 4, 2, 2, 3, 3, 2, 1, 3, 2, 2, 3, 1, 1, 1, 11
(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.401197381662155375413236... = 3 + 1/(2 + 1/(2 + 1/(33 + 1/(160 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 20 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(30)); for (n=1, 20000, write("b016458.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 20 2009]
|
|
|
CROSSREFS
| Cf. A016653 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 20 2009]
Sequence in context: A122101 A108032 A053370 * A058513 A047160 A093347
Adjacent sequences: A016455 A016456 A016457 * A016459 A016460 A016461
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|