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.

A016452 Continued fraction for log(24).

This page as a plain text file.
%I A016452 #17 Dec 20 2015 09:06:43
%S A016452 3,5,1,1,1,1,1,1,6,35660,1,3,1,2,1,3,3,2,1,13,2,4,1,16,3,7,10,2,16,1,
%T A016452 3,1,1,9,1,1,5,2,6,2,4,203,1,4,7,1,1,1,1,2,33,1,8,1,5,2,12,136,3,6,1,
%U A016452 1,1,1,1,37,8,1,1,3,1,27,1
%N A016452 Continued fraction for log(24).
%H A016452 Harry J. Smith, <a href="/A016452/b016452.txt">Table of n, a(n) for n = 1..20000</a>
%e A016452 3.178053830347945619646941601... = 3 + 1/(5 + 1/(1 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, May 19 2009
%t A016452 ContinuedFraction[Log[24],120] (* _Harvey P. Dale_, Jun 04 2011 *)
%o A016452 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(24)); for (n=1, 20000, write("b016452.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 19 2009
%Y A016452 Cf. A016647 Decimal expansion. - _Harry J. Smith_, May 19 2009
%K A016452 nonn,cofr
%O A016452 1,1
%A A016452 _N. J. A. Sloane_