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 A153640 #6 Aug 24 2017 17:32:21 %S A153640 1009,1019,1049,1061,1069,1091,1109,1181,1409,1481,1489,1499,1601, %T A153640 1609,1619,1669,1699,1801,1811,1861,1889,1901,1949,1999,4001,4019, %U A153640 4049,4091,4099,4111,4409,4441,4481,4649,4691,4801,4861,4889,4909,4919,4969,4999,6011 %N A153640 Primes made up of a nonprime number of only nonprime digits. %C A153640 There are no one-digit terms, 106 four-digit terms, 2493 six-digit terms, 65989 eight-digit terms, and 350408 nine-digit terms. Of course, there are many more terms of greater-than-9-digit length. - _Harvey P. Dale_, Aug 24 2017 %t A153640 Select[FromDigits/@Tuples[{0,1,4,6,8,9},4],IntegerLength[#]==4&&PrimeQ[#]&] (* _Harvey P. Dale_, Aug 24 2017 *) %Y A153640 A034844 %K A153640 nonn,base %O A153640 1,1 %A A153640 _Lekraj Beedassy_, Dec 29 2008 %E A153640 Corrected by _Harvey P. Dale_, Aug 24 2017