A036958 Primes containing only digits from the set (0,1,2,3,4,5).
2, 3, 5, 11, 13, 23, 31, 41, 43, 53, 101, 103, 113, 131, 151, 211, 223, 233, 241, 251, 311, 313, 331, 353, 401, 421, 431, 433, 443, 503, 521, 523, 541, 1013, 1021, 1031, 1033, 1051, 1103, 1123, 1151, 1153, 1201, 1213, 1223, 1231, 1301, 1303, 1321
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000 [offset shifted by _Georg Fischer_, Oct 14 2019]
- James Maynard and Brady Haran, Primes without a 7, Numberphile video (2019)
Programs
-
Mathematica
Select[Prime[Range[220]],Max[IntegerDigits[#]]<6&] (* Harvey P. Dale, Sep 23 2011 *)
Extensions
Offset 1 from Michel Marcus, Oct 10 2019