login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A260379
Primes that contain only the digits (1, 3, 7).
3
3, 7, 11, 13, 17, 31, 37, 71, 73, 113, 131, 137, 173, 311, 313, 317, 331, 337, 373, 733, 773, 1117, 1171, 1373, 1733, 1777, 3137, 3313, 3331, 3371, 3373, 3733, 7177, 7331, 7333, 7717, 11113, 11117, 11131, 11171, 11173, 11177, 11311, 11317, 11717, 11731, 11777
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[2 10^3]], Complement[IntegerDigits[#], {1, 3, 7}]=={} &]
PROG
(Magma) [p: p in PrimesUpTo(2*10^4) | Set(Intseq(p)) subset [1, 3, 7]];
CROSSREFS
Subsequence of A030096 and A155055. A020451, A020455, and A020463 are subsequences.
Cf. similar sequences listed in A260378.
Sequence in context: A055211 A183176 A045417 * A045418 A257057 A310197
KEYWORD
nonn,easy,base,changed
AUTHOR
Vincenzo Librandi, Jul 24 2015
STATUS
approved