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!)
A155555 Primes p such that (number of prime digits of p) < (number of prime digits of prime(p)). 2
11, 19, 31, 41, 59, 61, 67, 71, 101, 103, 107, 109, 131, 137, 139, 149, 151, 181, 191, 199, 211, 241, 269, 281, 307, 311, 331, 349, 367, 389, 401, 409, 419, 439, 449, 457, 461, 463, 467, 479, 491, 499, 503, 509, 521, 569, 587, 599, 601, 613, 619, 641, 643 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime digits are 2, 3, 5, 7.
LINKS
PROG
(PARI) dp(n)=d=digits(n); c=0; for(i=1, #d, if(isprime(d[i]), c+=1)); c
forprime(p=1, 500, if(dp(p)<dp(prime(p)), print1(p, ", "))) \\ Derek Orr, Feb 28 2017
CROSSREFS
Sequence in context: A196669 A322548 A049719 * A357426 A152091 A272550
KEYWORD
nonn,base,less
AUTHOR
EXTENSIONS
Corrected (87 removed) by R. J. Mathar, May 15 2010
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)