|
| |
|
|
A016477
|
|
Continued fraction for ln(49).
|
|
3
| |
|
|
3, 1, 8, 4, 9, 1, 23, 1, 3, 20, 1, 1, 16, 1, 2, 2, 5, 4, 1, 1, 4, 1, 2, 2, 1, 3, 1, 1, 1, 1, 2, 1, 5, 5, 1, 1, 3, 1, 11, 1, 2, 3, 2, 1, 3, 4, 1, 1, 1, 11, 2, 1, 3, 2, 1, 1, 1, 2, 4, 1, 1, 3, 2, 1, 9, 1, 1, 5, 1, 1, 1, 5, 4, 3, 6, 4, 1, 2, 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.891820298110626610210705486... = 3 + 1/(1 + 1/(8 + 1/(4 + 1/(9 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(49)); for (n=1, 20000, write("b016477.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
CROSSREFS
| f. A016672 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
Sequence in context: A073732 A021318 A068437 * A172157 A206800 A188939
Adjacent sequences: A016474 A016475 A016476 * A016478 A016479 A016480
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|