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.

A016482 Continued fraction for log(54).

This page as a plain text file.
%I A016482 #17 Mar 25 2024 14:58:41
%S A016482 3,1,89,1,3,2,35,1,1,1,1,39,3,1,1,1,14,4,13,2,6,1,3,1,1,12,1,2,12,1,3,
%T A016482 1,1,14,2,1,10,123,1,14,2,3,1,2,1,3,1,72,2,8,21,1,1,1,5,1,25,4,4,1,1,
%U A016482 89,3,1,2,1,1,4,3,6,1,3,5,59
%N A016482 Continued fraction for log(54).
%H A016482 Harry J. Smith, <a href="/A016482/b016482.txt">Table of n, a(n) for n = 1..20000</a>
%e A016482 3.98898404656427438360296783... = 3 + 1/(1 + 1/(89 + 1/(1 + 1/(3 + ...)))). - _Harry J. Smith_, May 22 2009
%t A016482 ContinuedFraction[Log[54], 100] (* _Paolo Xausa_, Mar 25 2024 *)
%o A016482 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(54)); for (n=1, 20000, write("b016482.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 22 2009
%Y A016482 Cf. A016677 (decimal expansion).
%K A016482 nonn,cofr
%O A016482 1,1
%A A016482 _N. J. A. Sloane_