login
Continued fraction for log(41/2).
2

%I #15 Jan 02 2016 00:27:58

%S 3,48,1,23,1,12,1,1,19,6,1,4,15,1440,1,1,2,1,2,1,1,1,1,2,1,5,1,2,4,1,

%T 4,1,1,4,1,1,1,26,2,1,11,4,4,1,2,1,3,3,55,26,1,22,2,1,10,1,20,5,2,336,

%U 2,1,1,3,2,1,2,2,9,1,1,1,2

%N Continued fraction for log(41/2).

%H Harry J. Smith, <a href="/A016548/b016548.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.0204248861443624944495312... = 3 + 1/(48 + 1/(1 + 1/(23 + 1/(1 + ...)))). - _Harry J. Smith_, May 27 2009

%t ContinuedFraction[Log[41/2],80] (* _Harvey P. Dale_, Dec 13 2011 *)

%o (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(41/2)); for (n=1, 20000, write("b016548.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 27 2009

%Y Cf. A016597 Decimal expansion. - _Harry J. Smith_, May 27 2009

%K nonn,cofr

%O 1,1

%A _N. J. A. Sloane_