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.

A016488 Continued fraction for log(60).

This page as a plain text file.
%I A016488 #15 Mar 27 2024 16:44:02
%S A016488 4,10,1,1,2,71,1,2,14,14,1,1,122,1,3,1,1,87,2,2,4,2,3,3,3,4,3,5,2,4,3,
%T A016488 1,2,2,1,3,1,3,75,1,38,2,3,10,22,1,10,4,1,2,3,1,1,7,1,2,2,1,1,1,8,2,2,
%U A016488 8,1,3,1,2,1,1,3,1,3,1,4,5
%N A016488 Continued fraction for log(60).
%H A016488 Harry J. Smith, <a href="/A016488/b016488.txt">Table of n, a(n) for n = 1..20000</a>
%e A016488 4.09434456222210068483046881... = 4 + 1/(10 + 1/(1 + 1/(1 + 1/(2 + ...)))). - _Harry J. Smith_, May 22 2009
%t A016488 ContinuedFraction[Log[60], 100] (* _Paolo Xausa_, Mar 27 2024 *)
%o A016488 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(60)); for (n=1, 20000, write("b016488.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 22 2009
%Y A016488 Cf. A016683 (decimal expansion).
%K A016488 nonn,cofr
%O A016488 1,1
%A A016488 _N. J. A. Sloane_