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 A102501 #9 Jun 05 2024 11:51:13 %S A102501 715157,718187,719197,734347,736367,739397,748487,752527,757577, %T A102501 760607,767677,775757,779797,781817,785857,796967,797977,7100510057, %U A102501 7102010207,7103010307,7104710477,7105410547,7106210627,7106510657,7107410747 %N A102501 Primes of the concatenated form 7nn7. %H A102501 Harvey P. Dale, <a href="/A102501/b102501.txt">Table of n, a(n) for n = 1..1000</a> %e A102501 715157 is prime and of the form 7nn7 for n=15. %e A102501 7100510057 is prime and of the form 7nn7 for n=1005. %t A102501 Select[Table[FromDigits[Join[{7},IntegerDigits[n],IntegerDigits[n],{7}]],{n,1100}],PrimeQ] (* _Harvey P. Dale_, Jun 05 2024 *) %Y A102501 Cf. A102897 for sequence of all numbers of form 7nn7. A102500 for the n values corresponding to the primes in this sequence. %K A102501 easy,nonn,base %O A102501 1,1 %A A102501 Mark Hudson (mrmarkhudson(AT)hotmail.com), Jan 13 2005