|
| |
|
|
A016737
|
|
Continued fraction for ln(9).
|
|
2
| |
|
|
2, 5, 14, 4, 1, 2, 2, 8, 1, 15, 1, 2, 1, 8, 2, 7, 1, 3, 3, 1, 1, 1, 2, 17, 1, 4, 2, 1, 2, 6, 1, 2, 2, 5, 1, 1, 2, 2, 1, 1, 1, 27, 3, 3, 4, 1, 1, 306, 2, 1, 1, 2, 3, 1, 1, 4, 5, 1, 1, 38, 1, 4, 1, 6, 1, 11, 10, 1, 9, 10, 2, 5, 2, 1, 3, 8, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
G. Xiao, Contfrac
|
|
|
EXAMPLE
| 2.19722457733621938279049047... = 2 + 1/(5 + 1/(14 + 1/(4 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(9)); for (n=1, 20000, write("b016737.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
|
|
|
CROSSREFS
| Cf. A016632 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 16 2009]
Sequence in context: A190478 A155838 A166405 * A151854 A146526 A120626
Adjacent sequences: A016734 A016735 A016736 * A016738 A016739 A016740
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|