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.
%I A058285 #11 Dec 15 2017 17:34:53 %S A058285 31,159,3,7,1,13,2,1,3,1,12,2,2,4,34,2,43,3,1,3,2,1,1,5,1,1,4,1,5,4,2, %T A058285 4,11,3,3,1,1,2,1,7,2,1,1,3,1,12,3,1,9,2,1,8,23,1,45,1,1,2,1,23,3,2,2, %U A058285 2,1,2,2,1,1,2,2,1,16,1,15,1,2,4,1,2,1,12,8,1,8,2,1,7,2,2,4,1,11,2,23 %N A058285 Continued fraction for Pi^3. %H A058285 Harry J. Smith, <a href="/A058285/b058285.txt">Table of n, a(n) for n = 0..20000</a> %e A058285 31.00627668029982017547631... = 31 + 1/(159 + 1/(3 + 1/(7 + 1/(1 + ...)))). - _Harry J. Smith_, Jun 22 2009 %t A058285 ContinuedFraction[ Pi^3, 100] %o A058285 (PARI) contfrac(Pi^3) %o A058285 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi^3); for (n=0, 20000, write("b058285.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, Jun 22 2009 %Y A058285 Cf. A091925 Decimal expansion. - _Harry J. Smith_, Jun 22 2009 %K A058285 cofr,nonn,easy %O A058285 0,1 %A A058285 _Robert G. Wilson v_, Dec 07 2000 %E A058285 More terms from _Jason Earls_, Jul 24 2001