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!)
A260381 Primes that contain only the digits (3, 7, 8). 2
3, 7, 37, 73, 83, 337, 373, 383, 733, 773, 787, 877, 883, 887, 3373, 3733, 3833, 3877, 7333, 7873, 7877, 7883, 8377, 8387, 8737, 8783, 8837, 8887, 33377, 33773, 37337, 37783, 38333, 38377, 38737, 38783, 38833, 38873, 73387, 73783, 73877, 73883, 77377, 77383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A020463, A020464 and A020470 are subsequences.
LINKS
MATHEMATICA
Select[Prime[Range[2 10^4]], Complement[IntegerDigits[#], {3, 7, 8}]=={} &]
PROG
(Magma) [p: p in PrimesUpTo(2*10^5) | Set(Intseq(p)) subset [3, 7, 8]];
CROSSREFS
Cf. similar sequences listed in A260378.
Sequence in context: A260380 A363667 A260382 * A260378 A020463 A356668
KEYWORD
nonn,easy,base
AUTHOR
Vincenzo Librandi, Aug 01 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 April 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)