|
|
A016518
|
|
Continued fraction for log(90).
|
|
2
|
|
|
4, 2, 1313, 96, 5, 2, 2, 1, 26, 1, 38, 2, 2, 15, 1, 2, 2, 1, 1, 1, 4, 2, 2, 31, 1, 1, 1, 22, 2, 1, 18, 4, 2, 4, 1, 2, 5, 1, 15, 4, 1, 2, 2, 2, 3, 1, 1, 2, 2, 36, 1, 10, 1, 1, 1, 1, 29, 1, 7, 1, 4, 1, 1, 3, 7, 3, 6, 1, 1, 1, 1, 12, 17, 1, 1
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n = 1..20000
|
|
EXAMPLE
|
4.49980967033026506680848... = 4 + 1/(2 + 1/(1313 + 1/(96 + 1/(5 + ...)))). - Harry J. Smith, May 25 2009
|
|
MATHEMATICA
|
ContinuedFraction[Log[90], 90] (* Harvey P. Dale, Dec 30 2013 *)
|
|
PROG
|
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(90)); for (n=1, 20000, write("b016518.txt", n, " ", x[n])); } \\ Harry J. Smith, May 25 2009
|
|
CROSSREFS
|
Cf. A016713 Decimal expansion. - Harry J. Smith, May 25 2009
Sequence in context: A350725 A152030 A072349 * A118202 A277578 A089331
Adjacent sequences: A016515 A016516 A016517 * A016519 A016520 A016521
|
|
KEYWORD
|
nonn,cofr
|
|
AUTHOR
|
N. J. A. Sloane
|
|
STATUS
|
approved
|
|
|
|