|
| |
|
|
A109177
|
|
Eight-digit primes which use each of 0-to-7 decimal digits exactly once.
|
|
4
| |
|
|
10235647, 10236547, 10243567, 10243657, 10245637, 10247563, 10254367, 10254763, 10256347, 10256473, 10257463, 10264357, 10264537, 10346257, 10356427, 10364527, 10425367, 10425637, 10425673, 10426357, 10426753
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| There are exactly 2668 eight-digit primes using digits 0-to-7 exactly once: here the smallest ones are given; cf. A109178 with the largest ones.
|
|
|
MATHEMATICA
| Take[FromDigits/@Select[Permutations[Range[0, 7]], First[#]!=0&&PrimeQ[ FromDigits[ #]]&], 50] (* From Harvey P. Dale, Aug 16 2011 *)
|
|
|
CROSSREFS
| Cf. A109178.
Sequence in context: A173095 A034635 A074665 * A109179 A030093 A188755
Adjacent sequences: A109174 A109175 A109176 * A109178 A109179 A109180
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), Jun 21 2005
|
| |
|
|