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!)
A235155 Primes which have one or more occurrences of exactly three different digits. 5
103, 107, 109, 127, 137, 139, 149, 157, 163, 167, 173, 179, 193, 197, 239, 241, 251, 257, 263, 269, 271, 281, 283, 293, 307, 317, 347, 349, 359, 367, 379, 389, 397, 401, 409, 419, 421, 431, 439, 457, 461, 463, 467, 479, 487, 491, 503, 509, 521, 523, 541, 547 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first term having a repeated digit is 1009.
LINKS
Christopher M. Conrey, Table of n, a(n) for n = 1..10000 (first 2000 terms from Colin Barker)
Christopher M. Conrey, MATLAB Program
MATHEMATICA
Select[Prime[Range[200]], Count[DigitCount[#], 0]==7&] (* Harvey P. Dale, Jul 27 2020 *)
PROG
(PARI) s=[]; forprime(n=100, 1000, if(#vecsort(eval(Vec(Str(n))), , 8)==3, s=concat(s, n))); s
(MATLAB) %See Conrey Link
CROSSREFS
Cf. A074675.
Sequence in context: A187882 A212542 A074675 * A167841 A213311 A161402
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 23 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)