|
Search: id:A124674
|
|
|
| A124674 |
|
Primes with distinct prime digits. |
|
+0 3
|
|
| 2, 3, 5, 7, 23, 37, 53, 73, 257, 523, 2357, 2753, 3257, 3527, 5237, 5273, 7253, 7523
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
Select[Range[10000], PrimeQ[ # ] && Length[IntegerDigits[ # ]] == Length[Union[IntegerDigits[ # ]]] && Complement[IntegerDigits[ # ], {2, 3, 5, 7}] == {} &]
|
|
CROSSREFS
|
Cf. A019546 Primes whose digits are primes.
Sequence in context: A019546 A104179 A096148 this_sequence A020994 A085823 A100552
Adjacent sequences: A124671 A124672 A124673 this_sequence A124675 A124676 A124677
|
|
KEYWORD
|
base,fini,full,nonn
|
|
AUTHOR
|
Tanya Khovanova (tanyakh(AT)yahoo.com), Dec 24 2006
|
|
|
Search completed in 0.002 seconds
|