|
| |
|
|
A016547
|
|
Continued fraction for ln(39/2).
|
|
2
| |
|
|
2, 1, 32, 1, 4, 132, 4, 2, 1, 3, 8, 4, 9, 20, 1, 1, 1, 2, 1, 4, 4, 1, 6, 2, 1, 7, 1, 24, 3, 1, 1, 11, 2, 8, 2, 1, 23, 1, 1, 2, 1, 17, 1, 6, 34, 2, 3, 1, 39, 2, 4, 1, 10, 9, 1, 5, 1, 33, 2, 4, 1, 4, 2, 2, 1, 14, 1, 2, 2, 1, 1, 5, 1, 1, 5
(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.97041446556970111803150055... = 2 + 1/(1 + 1/(32 + 1/(1 + 1/(4 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 27 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(39/2)); for (n=1, 20000, write("b016547.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 27 2009]
|
|
|
CROSSREFS
| Cf. A016596 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 27 2009]
Sequence in context: A158419 A074011 A054235 * A081541 A113465 A113456
Adjacent sequences: A016544 A016545 A016546 * A016548 A016549 A016550
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|