OFFSET
1,2
COMMENTS
Coincides with A072857 up to a(10) = 1079, but then this sequence lists two "intermediate" records 1136, 1139, before a(13) = 1237 = A072857(11).
"With repetition" means that primes are counted several times if they are obtained from different (not distinct) digits (e.g., 13 is obtained twice from 113), but not if they are obtained as different permutations of the same digits (e.g., p=11 is *not* counted twice even though it results as identical permutation and transposition (2,1) from the digits [1,1]).
The initial a(1)=1 has been chosen for consistency with A072857, it could be argued that it should not be there or listed as a(0).
PROG
(PARI) m=-1; for(k=1, 9e9, A075053(k)>m&&print1(k", ")+m=A075053(k)) \\ Not very efficient; from 199, 1999, 19999 etc one could jump to the next larger power of 10. - M. F. Hasler, Mar 12 2014
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
M. F. Hasler, Mar 12 2014
STATUS
approved
