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 A102498 #6 Dec 24 2012 14:12:01 %S A102498 13,23,28,29,38,43,49,50,52,56,64,67,80,83,92,94,95,97,1000,1003,1024, %T A102498 1025,1028,1039,1046,1048,1051,1058,1063,1072,1073,1075,1084,1087, %U A102498 1091,1096,1103,1109,1114,1117,1130,1136,1145,1154,1168,1189,1192 %N A102498 Values of n for which the concatenation 3nn3 (from sequence A100896) are primes. %H A102498 Harvey P. Dale, <a href="/A102498/b102498.txt">Table of n, a(n) for n = 0..1000</a> %e A102498 The number 313133 is prime and corresponds to n=13. %e A102498 The number 3100010003 is prime and corresponds to n=1000. %t A102498 Select[Range[1200],PrimeQ[FromDigits[Join[{3},IntegerDigits[#], IntegerDigits[ #],{3}]]]&] (* _Harvey P. Dale_, Dec 24 2012 *) %Y A102498 The full sequence of integers of the form 3nn3 is A100896. The primes the correspond to these values of n are sequence A102499. %K A102498 easy,nonn,base %O A102498 0,1 %A A102498 Mark Hudson (mrmarkhudson(AT)hotmail.com), Jan 13 2005