%I #14 Dec 24 2015 23:31:33
%S 4,3,3,2,6,3,1,49,1,1,4,1,1,7,3,1,1,20,3,30,20,1,1,4,1,1,5,1,10,1,96,
%T 1,3,2,1,4,5,1,1,2,2,1,2,3,4,1,4,1,1,7,1,4,1,4,79,1,2,4,1,14,4,4,11,1,
%U 1,2,2,2,2,10,1,2,1,3,1,21
%N Continued fraction for log(74).
%H Harry J. Smith, <a href="/A016502/b016502.txt">Table of n, a(n) for n = 1..20000</a>
%e 4.304065093204169753785327792... = 4 + 1/(3 + 1/(3 + 1/(2 + 1/(6 + ...)))). - _Harry J. Smith_, May 23 2009
%t ContinuedFraction[Log[74],80] (* _Harvey P. Dale_, Apr 05 2011 *)
%o (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(74)); for (n=1, 20000, write("b016502.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 23 2009
%Y Cf. A016697 Decimal expansion. - _Harry J. Smith_, May 23 2009
%K nonn,cofr
%O 1,1
%A _N. J. A. Sloane_