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 A084551 #10 Nov 11 2014 10:57:56 %S A084551 1516171819,3940414243,5758596061,6566676869,7778798081,8384858687, %T A084551 8990919293,129130131132133,153154155156157,197198199200201, %U A084551 213214215216217,239240241242243,269270271272273,387388389390391,399400401402403,443444445446447,459460461462463 %N A084551 Primes which are a concatenation of five consecutive numbers. %H A084551 Harvey P. Dale, <a href="/A084551/b084551.txt">Table of n, a(n) for n = 1..1000</a> %t A084551 Select[Table[FromDigits[Flatten[IntegerDigits[n+Range[-2,2]]]],{n,2,500}],PrimeQ] (* _Jayanta Basu_, May 24 2013 *) %t A084551 Select[FromDigits[Flatten[IntegerDigits[#]]]&/@Partition[Range[600],5,1], PrimeQ] (* _Harvey P. Dale_, Nov 11 2014 *) %Y A084551 Cf. A030458, A030471, A052087, A052088, A052089. %K A084551 easy,nonn,base %O A084551 1,1 %A A084551 _Zak Seidov_, Jun 27 2003