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 A092142 #5 Nov 02 2014 18:37:51 %S A092142 2,1,5,1,12,1,301,2,78,1,14,1,1,1,10,1,1,2,4,1,4,1,94,1,3,1,1,1,8,1,5, %T A092142 1,2,2,4,1,10,1,8,1,10,1,13,1,158,1,42,1,18,1,21,1,8,2,2,1,3,1,2,3,23, %U A092142 1,8,2,39,1,3,1,1,1,7,2,2,1,7,1,5,3,53,1,14,1,6,1,15,1,14,2,5,1,28,1,1,2,4 %N A092142 Compute the continued fraction expansion of Pi; multiply each term by i, the square root of -1, compute this new continued fraction and get a number with a real part equal to 0. Then compute the regular continued fraction of the imaginary part of that new number. %o A092142 (PARI) k=contfracpnqn(contfrac(Pi,500)*I);contfrac(imag(k[1,1]/k[2,1]),200) %K A092142 easy,nonn %O A092142 0,1 %A A092142 _Thomas Baruchel_, Mar 31 2004