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.

A016479 Continued fraction for log(51).

This page as a plain text file.
%I A016479 #13 Dec 24 2015 23:35:14
%S A016479 3,1,13,1,2,68,1,59,4,9,3,1,1,3,1,17,1,2,4,4,1,4,1,1,2,3,1,9,4,5,1,1,
%T A016479 21,186,1,1,15,1,8,25,1,1,1,1,107,163,1,2,1,1,2,9,10,2,2,4,1,1,121,1,
%U A016479 2,19,1,2,1,47,1,2,2,1,3,4,6
%N A016479 Continued fraction for log(51).
%H A016479 Harry J. Smith, <a href="/A016479/b016479.txt">Table of n, a(n) for n = 1..20000</a>
%e A016479 3.93182563272432577164477985... = 3 + 1/(1 + 1/(13 + 1/(1 + 1/(2 + ...)))). - _Harry J. Smith_, May 21 2009
%t A016479 ContinuedFraction[Log[51],80] (* _Harvey P. Dale_, Jan 28 2014 *)
%o A016479 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(51)); for (n=1, 20000, write("b016479.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 21 2009
%Y A016479 Cf. A016674 Decimal expansion. - _Harry J. Smith_, May 21 2009
%K A016479 nonn,cofr
%O A016479 1,1
%A A016479 _N. J. A. Sloane_