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

%I #14 Dec 24 2015 23:25:22

%S 2,3,1,47,1,1,1,2,1,1,4,4,3,3,3,1,3,20,2,7,1,1,1,1,2,3,3,1,60,1,15,1,

%T 2,2,4,10,1,1,1,1,4,1,29,2,3,1,1,1,16,1,3,1,3,7,1,1,6,1,2,1,7,2,2,3,1,

%U 4,1,8,1,20,1,1,1,1,6,1,2,36

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

%H Harry J. Smith, <a href="/A016537/b016537.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 2.25129179860649515059179531... = 2 + 1/(3 + 1/(1 + 1/(47 + 1/(1 + ...)))). - _Harry J. Smith_, May 26 2009

%t ContinuedFraction[Log[19/2],90] (* _Harvey P. Dale_, Apr 29 2013 *)

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

%Y Cf. A016586 Decimal expansion. - _Harry J. Smith_, May 26 2009

%K nonn,cofr

%O 1,1

%A _N. J. A. Sloane_