A141405 Smallest n-digit prime using the most distinct and consecutive digits.
2, 23, 101, 1423, 10243, 102043, 1234657, 10243567, 100234657, 1123465789, 10123457689, 100123456789, 1001233458679, 10011223456879, 100122334546789, 1001122334546879
Offset: 1
Examples
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]