login
Primes containing only digits from the set (0,1,2,3,4,5).
1

%I #19 Nov 20 2019 19:14:21

%S 2,3,5,11,13,23,31,41,43,53,101,103,113,131,151,211,223,233,241,251,

%T 311,313,331,353,401,421,431,433,443,503,521,523,541,1013,1021,1031,

%U 1033,1051,1103,1123,1151,1153,1201,1213,1223,1231,1301,1303,1321

%N Primes containing only digits from the set (0,1,2,3,4,5).

%H Harvey P. Dale, <a href="/A036958/b036958.txt">Table of n, a(n) for n = 1..1000</a> [offset shifted by _Georg Fischer_, Oct 14 2019]

%H James Maynard and Brady Haran, <a href="https://www.youtube.com/watch?v=eeoBCS7IEqs">Primes without a 7</a>, Numberphile video (2019)

%t Select[Prime[Range[220]],Max[IntegerDigits[#]]<6&] (* _Harvey P. Dale_, Sep 23 2011 *)

%Y Cf. A036952-A036964.

%K nonn,base

%O 1,1

%A _Patrick De Geest_, Jan 04 1999

%E Offset 1 from _Michel Marcus_, Oct 10 2019