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 A161684 #10 Dec 24 2015 23:40:24 %S A161684 1,9,31,1,1,17,2,3,3,2,3,1,1,2,2,1,4,9,1,3,1,1,3,2,3,3,2,10,7,1,5,1,9, %T A161684 1,13,1,1,1,1,1,4,3,4,8,1,3,7,1,15,1,3,1,3,5,2,1,1,5,1,1,5,1,3,3,2,33, %U A161684 1,4,3,111,3,1,3,4,1,5,1,5,31,1,8,1,2,2,1,1,12,1,5,3,2,1,1,1,1,147,3,2,3,8 %N A161684 Continued fraction for Pi/(2*sqrt(2)). %H A161684 Harry J. Smith, <a href="/A161684/b161684.txt">Table of n, a(n) for n = 0..20000</a> %e A161684 1.11072073453959156175397024... = 1 + 1/(9 + 1/(31 + 1/(1 + 1/(1 + ...)))) %t A161684 ContinuedFraction[Pi/(2Sqrt[2]),100] (* _Harvey P. Dale_, Oct 22 2011 *) %o A161684 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi*sqrt(2)/4); for (n=0, 20000, write("b161684.txt", n, " ", x[n+1])); } %Y A161684 Cf. A093954 Decimal expansion. %K A161684 nonn,cofr %O A161684 0,2 %A A161684 _Harry J. Smith_, Jun 17 2009