[go: up one dir, main page]

login
A214704
Primes that contain only the digits (2, 3, 7).
3
2, 3, 7, 23, 37, 73, 223, 227, 233, 277, 337, 373, 727, 733, 773, 2237, 2273, 2333, 2377, 2777, 3323, 3373, 3727, 3733, 7237, 7333, 7723, 7727, 22273, 22277, 22727, 22777, 23227, 23327, 23333, 23773, 27277, 27337, 27733, 27737, 27773, 32233, 32237, 32323
OFFSET
1,1
COMMENTS
The digits are prime numbers excluding 5.
LINKS
MATHEMATICA
Flatten[Table[Select[FromDigits/@Tuples[{2, 3, 7}, n], PrimeQ], {n, 6}]]
PROG
(Magma) [p: p in PrimesUpTo(80000) | Set(Intseq(p)) subset [2, 3, 7]];
CROSSREFS
Subsequence of A019546.
Cf. A087363 (primes with only prime digits excluding 2).
Sequence in context: A118883 A061712 A059661 * A231075 A072686 A002230
KEYWORD
nonn,base,easy
AUTHOR
Vincenzo Librandi, Jul 28 2012
STATUS
approved