|
|
A036962
|
|
Primes containing only digits from the set (0,1,2,3,4,5,6,7).
|
|
1
|
|
|
2, 3, 5, 7, 11, 13, 17, 23, 31, 37, 41, 43, 47, 53, 61, 67, 71, 73, 101, 103, 107, 113, 127, 131, 137, 151, 157, 163, 167, 173, 211, 223, 227, 233, 241, 251, 257, 263, 271, 277, 307, 311, 313, 317, 331, 337, 347, 353, 367, 373, 401, 421, 431, 433, 443, 457, 461
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
Harvey P. Dale, Table of n, a(n) for n = 1..10000
James Maynard, Primes with restricted digits, arXiv:1604.01041 [math.NT], 2016.
James Maynard and Brady Haran, Primes without a 7, Numberphile video (2019)
|
|
MATHEMATICA
|
Select[FromDigits/@Tuples[Range[0, 7], 3], PrimeQ] (* Harvey P. Dale, Apr 13 2017 *)
|
|
CROSSREFS
|
Cf. A036952-A036964.
Sequence in context: A042986 A143390 A038617 * A350535 A160337 A190222
Adjacent sequences: A036959 A036960 A036961 * A036963 A036964 A036965
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Patrick De Geest, Jan 04 1999
|
|
STATUS
|
approved
|
|
|
|