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.

A058284 Continued fraction for Pi^2.

This page as a plain text file.
%I A058284 #13 Dec 15 2017 17:34:52
%S A058284 9,1,6,1,2,47,1,8,1,1,2,2,1,1,8,3,1,10,5,1,3,1,2,1,1,3,15,1,1,2,2,1,3,
%T A058284 2,7,1,9,18,30,2,145,1,1,17,9,1,1,1,1,7,12,1,2,1,12,1,1,4,1,5,1,1,2,3,
%U A058284 4,1,3,2,9,1,20,11,14,3,1,1,7,1,1,1,1,2,268,2,1,25,3,8,1,6,1,1,22,1,1
%N A058284 Continued fraction for Pi^2.
%H A058284 Harry J. Smith, <a href="/A058284/b058284.txt">Table of n, a(n) for n = 0..20000</a>
%H A058284 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>
%H A058284 <a href="/index/Con#confC">Index entries for continued fractions for constants</a>
%e A058284 9.869604401089358618834490999... = 9 + 1/(1 + 1/(6 + 1/(1 + 1/(2 + ...)))). - _Harry J. Smith_, May 31 2009
%t A058284 ContinuedFraction[ Pi^2, 100]
%o A058284 (PARI) contfrac(Pi^2)
%o A058284 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi^2); for (n=0, 20000, write("b058284.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, May 31 2009
%Y A058284 Cf. A002388 Decimal expansion. - _Harry J. Smith_, May 31 2009
%K A058284 cofr,nonn,easy
%O A058284 0,1
%A A058284 _Robert G. Wilson v_, Dec 07 2000
%E A058284 More terms from _Jason Earls_, Jul 11 2001