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!)
A155048 Primes p such that number of prime digits of prime(p) = number of nonprime digits of prime(p). 0
7, 11, 17, 19, 23, 191, 199, 211, 227, 251, 277, 281, 311, 337, 347, 353, 359, 373, 383, 389, 397, 401, 409, 419, 439, 463, 467, 479, 523, 547, 557, 569, 571, 577, 593, 599, 613, 619, 641, 643, 653, 659, 673, 677, 683, 701, 709, 743, 751, 757, 769, 787, 809 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime digits are 2, 3, 5 or 7, nonprime digit are 0, 1, 4, 6, 8 or 9.
LINKS
PROG
(PARI) f(n) = #select(isprime, digits(prime(n))); \\ A109066
isok(p) = my(nbp=f(prime(p))); isprime(p) && (2*f(p) == #digits(prime(p))); \\ Michel Marcus, Feb 18 2021
CROSSREFS
Sequence in context: A078497 A274505 A256567 * A296926 A063639 A230223
KEYWORD
nonn,base,less
AUTHOR
EXTENSIONS
Corrected (17 and 479 inserted) by R. J. Mathar, May 05 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 26 18:14 EDT 2024. Contains 372004 sequences. (Running on oeis4.)