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.

A016464 Continued fraction for log(36).

This page as a plain text file.
%I A016464 #15 Mar 22 2024 13:01:25
%S A016464 3,1,1,2,2,36,1,660,1,1,6,10,1,1,1,2,1,2,1,2,2,7,2,11,1,2,1,1,1,2,2,1,
%T A016464 76,3,1,1,6,6,11,2,4,1,2,18,1,1,1,1,1,15,3,1,24,2,3,1,13,1,14,1,4,2,4,
%U A016464 3,3,1,3,1,3,1,19,1,2,2,6
%N A016464 Continued fraction for log(36).
%H A016464 Harry J. Smith, <a href="/A016464/b016464.txt">Table of n, a(n) for n = 1..20000</a>
%e A016464 3.583518938456110001624954716... = 3 + 1/(1 + 1/(1 + 1/(2 + 1/(2 + ...)))). - _Harry J. Smith_, May 21 2009
%t A016464 ContinuedFraction[Log[36], 100] (* _Paolo Xausa_, Mar 22 2024 *)
%o A016464 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(36)); for (n=1, 20000, write("b016464.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 21 2009
%Y A016464 Cf. A016659 Decimal expansion. - _Harry J. Smith_, May 21 2009
%K A016464 nonn,cofr
%O A016464 1,1
%A A016464 _N. J. A. Sloane_