close
login
A016564
Continued fraction for log(73/2).
2
3, 1, 1, 2, 14, 2, 13, 1, 2, 2, 1, 14, 1, 106, 2, 1, 3, 5, 1, 51, 1, 1, 2, 4, 1, 13, 1, 6, 1, 1, 18, 1, 2, 1, 1, 3, 33, 3, 1, 3, 1, 3, 5, 8, 1, 126, 1, 9, 1, 1, 16, 4, 1, 2, 1, 4, 7, 1, 1, 17, 1, 1, 3, 1, 2, 6, 1, 3, 1, 2, 1, 1, 2, 1, 3
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.59731226058844581967487673... = 3 + 1/(1 + 1/(1 + 1/(2 + 1/(14 + ...)))). - Harry J. Smith, May 29 2009
MATHEMATICA
ContinuedFraction[Log[73/2], 100] (* Harvey P. Dale, Jul 11 2014 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(73/2)); for (n=1, 20000, write("b016564.txt", n, " ", x[n])); } \\ Harry J. Smith, May 29 2009
CROSSREFS
Cf. A016613 Decimal expansion. - Harry J. Smith, May 29 2009
Sequence in context: A331599 A328901 A362019 * A104443 A218489 A218332
KEYWORD
nonn,cofr
STATUS
approved