|
| |
|
|
A016476
|
|
Continued fraction for ln(48).
|
|
2
| |
|
|
3, 1, 6, 1, 3, 4, 4, 1, 13, 2, 4, 1, 22, 3, 2, 7, 3, 4, 1, 3, 4, 7, 11, 2, 1, 39, 1, 1, 1, 7, 8, 3, 1, 5, 4, 2, 6, 1, 1, 4, 35, 2, 45, 2, 1, 1, 6, 2, 1, 1, 3, 1, 3, 1, 13, 1, 3, 3, 26, 2, 17, 1, 1, 3, 1, 45, 1, 5, 1, 1, 1, 3, 2, 2, 1, 3, 4
(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.871201010907890929064173722... = 3 + 1/(1 + 1/(6 + 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(48)); for (n=1, 20000, write("b016476.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
|
|
|
CROSSREFS
| Cf. A016671 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 21 2009]
Sequence in context: A130270 A090049 A115364 * A169814 A068436 A019570
Adjacent sequences: A016473 A016474 A016475 * A016477 A016478 A016479
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|