|
| |
|
|
A016571
|
|
Continued fraction for ln(87/2).
|
|
2
|
|
|
|
3, 1, 3, 2, 2, 60, 1, 26, 15, 1, 1, 4, 1, 1, 2, 2, 3, 1, 1, 1, 5, 1, 8, 2, 1, 1, 1, 4, 3, 21, 2, 1, 6, 1, 3, 1, 7, 6, 29, 1, 1, 14, 2, 19, 2, 3, 2, 2, 3, 2, 3, 1, 1, 1, 1, 4, 3, 1, 7, 1, 2, 4, 17, 5, 1, 3, 14, 2, 97, 1, 8, 3, 1, 9, 1, 5, 12
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,20000
G. Xiao, Contfrac
|
|
|
EXAMPLE
|
3.772760938094638409161285147... = 3 + 1/(1 + 1/(3 + 1/(2 + 1/(2 + ...)))) [From Harry J. Smith, May 29 2009]
|
|
|
PROG
|
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(87/2)); for (n=1, 20000, write("b016571.txt", n, " ", x[n])); } [From Harry J. Smith, May 29 2009]
|
|
|
CROSSREFS
|
Cf. A016620 Decimal expansion. [From Harry J. Smith, May 29 2009]
Sequence in context: A213885 A083208 A126682 * A055189 A106824 A123508
Adjacent sequences: A016568 A016569 A016570 * A016572 A016573 A016574
|
|
|
KEYWORD
|
nonn,cofr
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|