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 A133076 #12 Mar 11 2014 01:34:10 %S A133076 2,2,3,3,7,4,7,5,3,6,7,7,9,8,3,8,9,9,7,1,1,3,1,2,7,1,3,1,1,5,7,1,6,3, %T A133076 1,6,7,1,7,3,2,1,1,2,2,3,2,3,3,2,5,1,2,5,7,2,6,3,2,7,7,2,9,3,3,0,7,3, %U A133076 1,7,3,3,1,3,3,7,3,5,3,3,5,9 %N A133076 Successive digits of isolated primes A007510(n). %H A133076 Omar E. Pol, <a href="http://www.polprimos.com">Determinacion geometrica de los numeros primos y perfectos</a>. %t A133076 With[{prs=Prime[Range[100]]},Flatten[IntegerDigits/@Complement[prs, Flatten[Select[Partition[prs,2,1],Last[#]-First[#]==2&]]]]] (* _Harvey P. Dale_, Sep 20 2011 *) %Y A133076 Cf. A033308, A007510. %K A133076 easy,nonn,base,less %O A133076 1,1 %A A133076 _Omar E. Pol_, Nov 10 2007