login
Continued fraction for log(47).
2

%I #13 Jul 01 2021 19:32:02

%S 3,1,5,1,2,16,1,1,2,2,1,3,1,5,32,1,10,1,1,1,3,1,19,3,4,1,19,1,6,1,3,2,

%T 2,2,2,250,2,1,1,5,3,1,3,4,23,7,2,3,19,3,1,1,43,1,10,4,5,1,1,129,1,1,

%U 1,1,3,2,3,2,1,3,9,94,2,6,3

%N Continued fraction for log(47).

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

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

%t ContinuedFraction[Log[47],100] (* _Harvey P. Dale_, Jul 01 2021 *)

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

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

%K nonn,cofr

%O 1,1

%A _N. J. A. Sloane_