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.

A016476 Continued fraction for log(48).

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