|
| |
|
|
A016554
|
|
Continued fraction for ln(53/2).
|
|
2
| |
|
|
3, 3, 1, 1, 1, 1, 4, 3, 1, 3, 1, 1, 2, 3, 4, 1, 4, 3, 1, 1, 4, 2, 1, 5, 6, 3, 4, 1, 7, 1, 1, 6, 2, 2, 19, 1, 4, 2, 13, 1, 3, 1, 51, 8, 1, 7, 3, 1, 64, 1, 1, 1, 1, 2, 1, 1, 2, 1, 10, 1, 1, 4, 1, 1, 1, 3, 15, 2, 1, 24, 38, 4, 1, 3, 4, 1, 186
(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
| 3.277144732992176524727237017... = 3 + 1/(3 + 1/(1 + 1/(1 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 28 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(53/2)); for (n=1, 20000, write("b016554.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 28 2009]
|
|
|
CROSSREFS
| Cf. A016603 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 28 2009]
Sequence in context: A186028 A059790 A130778 * A046533 A046532 A014421
Adjacent sequences: A016551 A016552 A016553 * A016555 A016556 A016557
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|