|
| |
|
|
A016534
|
|
Continued fraction for ln(13/2).
|
|
2
|
|
|
|
1, 1, 6, 1, 4, 89, 1, 3, 1, 7, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 4, 3, 2, 365, 1, 1, 3, 2, 1, 1, 5, 1, 3, 2, 1, 1, 3, 3, 1, 2, 1, 4, 6, 20, 2, 4, 5, 2, 1, 5, 4, 1, 12, 56, 4, 7, 1, 1, 3, 10, 4, 3, 2, 1, 1, 1, 1, 5, 1, 16, 1, 5, 7, 3, 3, 7, 1, 7, 1
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,3
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,20000
G. Xiao, Contfrac
|
|
|
EXAMPLE
|
1.871802176901591426636255320... = 1 + 1/(1 + 1/(6 + 1/(1 + 1/(4 + ...)))) [From Harry J. Smith, May 26 2009]
|
|
|
PROG
|
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(13/2)); for (n=1, 20000, write("b016534.txt", n, " ", x[n])); } [From Harry J. Smith, May 26 2009]
|
|
|
CROSSREFS
|
Cf. A016583 Decimal expansion. [From Harry J. Smith, May 26 2009]
Sequence in context: A068226 A011237 A195433 * A160135 A178645 A010137
Adjacent sequences: A016531 A016532 A016533 * A016535 A016536 A016537
|
|
|
KEYWORD
|
nonn,cofr
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|