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.

A016460 Continued fraction for log(32).

This page as a plain text file.
%I A016460 #14 Oct 04 2023 22:44:12
%S A016460 3,2,6,1,3,1,9,1,10,1,3,1,1,12,1,1,1,1,2,12,3,1,2,36,13,2,2,4,2,1,1,4,
%T A016460 4,2,1,3,1,1,1,1,3,2,3,3,2,4,1,2,1,2,1,10,1,2,5,1,69,3,5,7,2,1,1,1,1,
%U A016460 3,3,3,1,13,6,1,1,10,1,23,1
%N A016460 Continued fraction for log(32).
%H A016460 Harry J. Smith, <a href="/A016460/b016460.txt">Table of n, a(n) for n = 1..20000</a>
%e A016460 3.465735902799726547086160607... = 3 + 1/(2 + 1/(6 + 1/(1 + 1/(3 + ...)))). - _Harry J. Smith_, May 20 2009
%t A016460 ContinuedFraction[Log[32],100] (* _Harvey P. Dale_, Oct 04 2023 *)
%o A016460 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(32)); for (n=1, 20000, write("b016460.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 20 2009
%Y A016460 Cf. A016655 Decimal expansion. - _Harry J. Smith_, May 20 2009
%K A016460 nonn,cofr
%O A016460 1,1
%A A016460 _N. J. A. Sloane_