login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A235161
Primes which have one or more occurrences of exactly nine different digits.
15
102345689, 102345697, 102345869, 102346789, 102346879, 102346897, 102346957, 102347689, 102348679, 102348769, 102349867, 102354689, 102354697, 102356489, 102356789, 102356987, 102358769, 102358967, 102364859, 102364879, 102365897, 102365947, 102368459
OFFSET
1,1
COMMENTS
The first term having a repeated digit is 1002346589.
LINKS
PROG
(PARI) s=[]; forprime(n=100000000, 102400000, if(#vecsort(eval(Vec(Str(n))), , 8)==9, s=concat(s, n))); s
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Colin Barker, Jan 04 2014
STATUS
approved