cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A016483 Continued fraction for log(55).

This page as a plain text file.
%I A016483 #13 May 08 2017 10:39:31
%S A016483 4,136,2,1,2,1,2,3,1,1,1,8,1,1,2,1,5,1,1,2,7,3,1,22,5,3,6,1,3,4,1,1,1,
%T A016483 1,2,2,1,5,1,1,1,2,3,2,1,1,5,2,2,25,6,1,4,1,7,2,1,2,1,15,2,3,5,1,3,1,
%U A016483 18,8,9,1,4,1,4,2,1,3,1,1,1
%N A016483 Continued fraction for log(55).
%H A016483 Harry J. Smith, <a href="/A016483/b016483.txt">Table of n, a(n) for n = 1..20000</a>
%e A016483 4.0073331852324709186627029... = 4 + 1/(136 + 1/(2 + 1/(1 + 1/(2 + ...)))). - _Harry J. Smith_, May 22 2009
%t A016483 ContinuedFraction[Log[55],120] (* _Harvey P. Dale_, May 08 2017 *)
%o A016483 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(55)); for (n=1, 20000, write("b016483.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 22 2009
%Y A016483 Cf. A016678 Decimal expansion. - _Harry J. Smith_, May 22 2009
%K A016483 nonn,cofr
%O A016483 1,1
%A A016483 _N. J. A. Sloane_