login
A261268
Primes that contain only the digits (0, 2, 9).
2
2, 29, 229, 929, 2029, 2099, 2909, 2999, 9029, 9209, 9929, 20029, 20929, 22229, 29009, 29209, 92009, 99929, 200009, 200029, 200909, 200929, 202099, 202999, 209029, 209299, 209929, 220009, 222029, 290209, 290999, 292909, 299029, 299099, 299909, 900929
OFFSET
1,1
COMMENTS
A020460 is a subsequence.
LINKS
MATHEMATICA
Select[Prime[Range[2 10^5]], Complement[IntegerDigits[#], {0, 2, 9}] == {} &]
PROG
(Magma) [p: p in PrimesUpTo(2*10^6) | Set(Intseq(p)) subset [0, 2, 9]];
CROSSREFS
Cf. similar sequences listed in A261267.
Sequence in context: A179024 A179025 A244599 * A020460 A178000 A036939
KEYWORD
nonn,easy,base
AUTHOR
Vincenzo Librandi, Aug 18 2015
STATUS
approved