login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)