|
| |
|
|
A016553
|
|
Continued fraction for ln(51/2).
|
|
2
|
|
|
|
3, 4, 5, 3, 1, 2, 3, 3, 1, 5, 2, 16, 1, 90, 4, 1, 1, 2, 4, 18, 4, 2, 3, 3, 2, 1, 3, 1, 4, 1, 1, 2, 22, 138, 4, 14, 1, 1, 1, 6, 2, 1, 1, 8, 7, 1, 2, 1, 22, 2, 16, 3, 1, 1, 73, 1, 1, 1, 1, 1, 2, 9, 8, 2, 19, 3, 2, 1, 2, 1, 1, 63, 2, 2, 4, 1, 7
(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.238678452164380462227547733... = 3 + 1/(4 + 1/(5 + 1/(3 + 1/(1 + ...)))) [From Harry J. Smith, May 28 2009]
|
|
|
PROG
|
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(51/2)); for (n=1, 20000, write("b016553.txt", n, " ", x[n])); } [From Harry J. Smith, May 28 2009]
|
|
|
CROSSREFS
|
Cf. A016602 Decimal expansion. [From Harry J. Smith, May 28 2009]
Sequence in context: A099816 A099120 A199620 * A163874 A165565 A033706
Adjacent sequences: A016550 A016551 A016552 * A016554 A016555 A016556
|
|
|
KEYWORD
|
nonn,cofr
|
|
|
AUTHOR
|
N. J. A. Sloane.
|
|
|
STATUS
|
approved
|
| |
|
|