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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 May 7 11:47 EDT 2024. Contains 372302 sequences. (Running on oeis4.)