login
A016574
Continued fraction for log(93/2).
2
3, 1, 5, 4, 2, 1, 2, 7, 4, 1, 1, 12, 22, 1, 2, 2, 6, 16, 10, 1, 2, 129, 1, 1, 7, 1, 96, 1, 2, 3, 8, 1, 2, 1, 5, 5, 4, 1, 7, 2, 1, 1, 406, 1, 18, 1, 1, 2, 1, 17, 1, 2, 3, 15, 1, 1, 1, 1, 3, 6, 1, 1, 20, 1, 1, 1, 1, 5, 1, 11, 1, 1, 1, 1
OFFSET
1,1
LINKS
G. Xiao, Contfrac
EXAMPLE
3.839452312593310627907177440... = 3 + 1/(1 + 1/(5 + 1/(4 + 1/(2 + ...)))). - Harry J. Smith, May 30 2009
MATHEMATICA
ContinuedFraction[Log[93/2], 80] (* Harvey P. Dale, Jul 13 2013 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(93/2)); for (n=1, 20000, write("b016574.txt", n, " ", x[n])); } \\ Harry J. Smith, May 30 2009
CROSSREFS
Cf. A016623 Decimal expansion. - Harry J. Smith, May 30 2009
Sequence in context: A308674 A308676 A131809 * A210560 A208922 A209770
KEYWORD
nonn,cofr
STATUS
approved