The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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

%I #16 Oct 29 2014 12:19:03

%S 102345689,102345697,102345869,102346789,102346879,102346897,

%T 102346957,102347689,102348679,102348769,102349867,102354689,

%U 102354697,102356489,102356789,102356987,102358769,102358967,102364859,102364879,102365897,102365947,102368459

%N Primes which have one or more occurrences of exactly nine different digits.

%C The first term having a repeated digit is 1002346589.

%H Colin Barker, <a href="/A235161/b235161.txt">Table of n, a(n) for n = 1..2000</a>

%o (PARI) s=[]; forprime(n=100000000, 102400000, if(#vecsort(eval(Vec(Str(n))),,8)==9, s=concat(s, n))); s

%Y Cf. A073643, A235154-A235160.

%K nonn,base

%O 1,1

%A _Colin Barker_, Jan 04 2014

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 May 13 06:21 EDT 2024. Contains 372498 sequences. (Running on oeis4.)