%I #14 Apr 04 2024 15:38:39
%S 3,2,1,1,1,1,25,1,2,48,1,1,1,1,1,1,18,1,60,1,2,44,1,1,8,1,1,2,2,2,1,1,
%T 1,13,157,2,6,1,1,1,8,10,4,53,1,1,1,3,2,1,2,10,6,2,1,2,1,1,1,15,1,2,2,
%U 13,2,8,2,2,1,1,2,10,1,5,1
%N Continued fraction for log(59/2).
%H Harry J. Smith, <a href="/A016557/b016557.txt">Table of n, a(n) for n=1..20000</a>
%H G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>.
%e 3.384390263345774141198818252... = 3 + 1/(2 + 1/(1 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, May 28 2009
%t ContinuedFraction[Log[59/2], 100] (* _Paolo Xausa_, Apr 04 2024 *)
%o (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(59/2)); for (n=1, 20000, write("b016557.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 28 2009
%Y Cf. A016606 (decimal expansion).
%K nonn,cofr
%O 1,1
%A _N. J. A. Sloane_