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 A032630 #9 Sep 20 2016 14:47:04 %S A032630 29,613,2027,2633,3037,3643,4451,6067,6269,6673,7481,8087,8693, %T A032630 10041011,10341041,10461053,10861093,10941101,11041111,11361143, %U A032630 11421149,11941201,12001207,12061213,12141221,12241231,12501257 %N A032630 Primes that are concatenations of n with n + 7. %H A032630 Harvey P. Dale, <a href="/A032630/b032630.txt">Table of n, a(n) for n = 1..1000</a> %t A032630 Select[Table[FromDigits[Join[IntegerDigits[n],IntegerDigits[n+7]]],{n,1500}],PrimeQ] (* _Harvey P. Dale_, Sep 20 2016 *) %Y A032630 Cf. A032612, A032622. %K A032630 nonn,base %O A032630 1,1 %A A032630 _Patrick De Geest_, May 15 1998 %E A032630 Edited by _Charles R Greathouse IV_, Apr 28 2010