|
| |
|
|
A016570
|
|
Continued fraction for ln(85/2).
|
|
2
| |
|
|
3, 1, 2, 1, 125, 3, 1, 1, 1, 1, 6, 1, 2, 1, 2, 1, 2, 1, 5, 20, 1, 1, 1, 2, 3, 6, 2, 1, 8, 19, 1, 62, 1, 1, 6, 2, 3, 6, 2, 6, 1, 1, 1, 1, 1, 5, 6, 7, 8, 3, 2, 8, 8, 1, 6, 3, 4, 1, 11, 1, 1, 1, 1, 3, 7, 4, 1, 2, 1, 4, 1, 2, 7, 1, 14, 22, 76
(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.7495040759303711454330618... = 3 + 1/(1 + 1/(2 + 1/(1 + 1/(125 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 29 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(85/2)); for (n=1, 20000, write("b016570.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 29 2009]
|
|
|
CROSSREFS
| Cf. A016619 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 29 2009]
Sequence in context: A011086 A188584 A103514 * A070773 A046804 A056529
Adjacent sequences: A016567 A016568 A016569 * A016571 A016572 A016573
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|