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.

A016528 Continued fraction for log(100).

This page as a plain text file.
%I A016528 #18 Jul 13 2016 18:24:03
%S A016528 4,1,1,1,1,7,7,3,6,1,1,9,1,2,1,2,1,1,1,12,1,1,2,2,11,1,4,2,2,1,1,39,1,
%T A016528 1,1433,2,3,1,5,1,10,1,35,2,2,6,1,1,3,6,2,1,4,3,3,1,1,3,3,1,1,1,2,32,
%U A016528 1,1,1,2,1,1,1,58,5,2,2,1
%N A016528 Continued fraction for log(100).
%H A016528 Harry J. Smith, <a href="/A016528/b016528.txt">Table of n, a(n) for n = 1..20000</a>
%H A016528 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>
%H A016528 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%e A016528 4.605170185988091368035982909... = 4 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, May 25 2009
%t A016528 ContinuedFraction[Log[100],120] (* _Harvey P. Dale_, Jul 13 2016 *)
%o A016528 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(log(100)); for (n=1, 20000, write("b016528.txt", n, " ", x[n])); } \\ _Harry J. Smith_, May 25 2009
%Y A016528 Cf. A016723 Decimal expansion. - _Harry J. Smith_, May 25 2009
%K A016528 nonn,cofr
%O A016528 1,1
%A A016528 _N. J. A. Sloane_