login
A141405
Smallest n-digit prime using the most distinct and consecutive digits.
0
2, 23, 101, 1423, 10243, 102043, 1234657, 10243567, 100234657, 1123465789, 10123457689, 100123456789, 1001233458679, 10011223456879, 100122334546789, 1001122334546879
OFFSET
1,1
EXAMPLE
a(10)=1123465789 and not 1002430567 because although the latter prime is smaller it does not have the most distinct digits. Similarly,a(13)= 1001233458679 and not 1001123456897. Note that for n >=11,all digits 0 through 9 are used.
CROSSREFS
Cf. A007809 [From Lekraj Beedassy, Sep 14 2008]
Sequence in context: A053999 A357739 A131176 * A068876 A073175 A352164
KEYWORD
more,nonn,base
AUTHOR
Lekraj Beedassy, Aug 03 2008, Aug 09 2008
STATUS
approved