|
| |
|
|
A074350
|
|
Numbers n such that n and the n-th prime have the same digits.
|
|
1
| |
|
|
321, 1384, 1395, 2632, 3751, 4980, 5790, 6106, 6331, 6347, 6397, 6432, 6457, 6581, 6714, 6780, 6931, 7119, 7192, 7341, 7345, 7384, 7795, 7908, 8305, 8351, 8355, 9154, 9551
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| Prime(1384) = 11483 which has the same digits as 1384, so 1384 belongs to the sequence.
|
|
|
MATHEMATICA
| Select[Range[10^4], Union[IntegerDigits[ # ]] == Union[IntegerDigits[Prime[ # ]]] &]
|
|
|
CROSSREFS
| Sequence in context: A121011 A174778 A004927 * A144124 A090101 A105952
Adjacent sequences: A074347 A074348 A074349 * A074351 A074352 A074353
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Sep 23 2002
|
| |
|
|