|
| |
|
|
A050288
|
|
Pandigital primes.
|
|
17
| |
|
|
10123457689, 10123465789, 10123465897, 10123485679, 10123485769, 10123496857, 10123547869, 10123548679, 10123568947, 10123578649, 10123586947, 10123598467, 10123654789, 10123684759, 10123685749
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Digits may appear multiple times; density n/log n (almost all primes are pandigital).
|
|
|
LINKS
| Charles R Greathouse IV, Table of n, a(n) for n=1..10000.
Eric Weisstein's World of Mathematics, "Pandigital Number".
|
|
|
MATHEMATICA
| ta={{0}}; Do[u=Union[IntegerDigits[n]]; If[Equal[u, {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}]&&PrimeQ[n], ta=Append[ta, n]], {n, 10123456789, 20000000000}]; ta (Labos)
|
|
|
CROSSREFS
| Cf. A050278.
Sequence in context: A017650 A172688 A112388 * A173051 A159569 A159292
Adjacent sequences: A050285 A050286 A050287 * A050289 A050290 A050291
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Eric Weisstein (eric(AT)weisstein.com)
|
| |
|
|