login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A263070 A116670 A073643 * A235724 A241792 A112717
KEYWORD
nonn,base
AUTHOR
Colin Barker, Jan 04 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 27 15:36 EDT 2024. Contains 372019 sequences. (Running on oeis4.)