login
Continued fraction for log(38).
2

%I #14 Apr 26 2018 05:11:13

%S 3,1,1,1,3,6,2,19,2,2,7,1,2,18,7,1,4,1,1,1,4,1,6,2,2,1,1,1,6,4,2,9,2,

%T 5,2,17,2,3,1,15,1,3,2,9,1,8,1,11,2,1,3,1,1,125,1,1,7,1,36,1,1,5,1,18,

%U 1,7,1,103,49,20,1,2,1,2,6

%N Continued fraction for log(38).

%H Harry J. Smith, <a href="/A016466/b016466.txt">Table of n, a(n) for n = 1..20000</a>

%e 3.637586159726385769426259553... = 3 + 1/(1 + 1/(1 + 1/(1 + 1/(3 + ...)))). - _Harry J. Smith_, May 21 2009

%t ContinuedFraction[Log[38],100] (* _Harvey P. Dale_, Apr 26 2018 *)

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

%Y Cf. A016661 Decimal expansion. - _Harry J. Smith_, May 21 2009

%K nonn,cofr

%O 1,1

%A _N. J. A. Sloane_