|
| |
|
|
A074669
|
|
Six-digit distinct-digit primes.
|
|
8
| |
|
|
102359, 102367, 102397, 102437, 102497, 102539, 102547, 102563, 102587, 102593, 102643, 102647, 102653, 102673, 102679, 102763, 102769, 102793, 102859, 102953, 102967, 102983, 103289, 103457, 103529, 103549, 103567, 103657, 103687, 103769, 103867, 103967, 104239
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| There are exactly 10239 six-digit primes with distinct digits.
|
|
|
LINKS
| Nathaniel Johnston, Table of n, a(n) for n = 1..10239 (full sequence)
|
|
|
EXAMPLE
| a(1)=102359 because it is the first (smallest) 6-digit primes with all distinct digits.
|
|
|
MATHEMATICA
| Select[Range[100001, 999999, 2], Length[Union[IntegerDigits[ # ]]]==6 && PrimeQ[ # ]&]
Take[Select[Prime[Range[PrimePi[100000]+1, PrimePi[999999]]], Max[DigitCount[#]]==1&], 50] [From Harvey P. Dale, Jan. 9, 2011]
|
|
|
CROSSREFS
| The first differences are in A074670. 7-digit distinct-digit primes are in A074667, see also A074668. 8-digit distinct-digit primes are in A074665, see also A074666.
Sequence in context: A186088 A186087 A106814 * A010329 A184567 A034089
Adjacent sequences: A074666 A074667 A074668 * A074670 A074671 A074672
|
|
|
KEYWORD
| fini,nonn,base
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), Aug 30 2002
|
| |
|
|