|
| |
|
|
A113615
|
|
Primes in which the frequency of every digit is also prime.
|
|
1
| |
|
|
11, 11177, 11551, 11717, 11777, 12211, 13313, 13331, 14411, 15511, 15551, 16661, 17117, 18181, 19919, 19991, 21121, 21211, 21221, 22111, 22277, 22727, 22777, 27277, 32233, 32323, 33113, 33223, 33311, 33377, 33773, 35353, 35533, 37337
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| 11777 is a term as it contains two ones and three sevens.
|
|
|
MATHEMATICA
| Select[Prime[Range[10^4]], And @@ PrimeQ /@ Length /@ Split[Sort[IntegerDigits[ # ]]] &] (*Chandler*)
|
|
|
CROSSREFS
| Sequence in context: A068223 A068224 A066945 * A034873 A075854 A050786
Adjacent sequences: A113612 A113613 A113614 * A113616 A113617 A113618
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 09 2005
|
|
|
EXTENSIONS
| Corrected and extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 11 2005
|
| |
|
|