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 A092908 #6 Jan 21 2019 19:01:55 %S A092908 2,3,5,7,101,103,107,109,307,401,409,503,509,601,607,701,709,809,907, %T A092908 10007,10009,10103,10301,10303,10501,10601,10607,10709,10903,10909, %U A092908 20101,20107,20201,20407,20507,20509,20707,20807,20809,20903 %N A092908 Primes in A051022. %H A092908 Harvey P. Dale, <a href="/A092908/b092908.txt">Table of n, a(n) for n = 1..1000</a> %t A092908 Select[Table[FromDigits[Riffle[IntegerDigits[n],0]],{n,300}],PrimeQ] (* _Harvey P. Dale_, Nov 17 2013 *) %K A092908 nonn,base,easy %O A092908 1,1 %A A092908 _Jorge Coveiro_, Apr 15 2004 %E A092908 More terms from Pab Ter (pabrlos(AT)yahoo.com), May 24 2004