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!)
A155054 Primes p such that (number of prime digits of prime(p)) < (number of nonprime digits of prime(p)). 0
5, 13, 29, 41, 43, 47, 53, 79, 83, 89, 97, 109, 113, 127, 149, 157, 163, 167, 173, 179, 181, 193, 197, 223, 229, 233, 239, 257, 263, 271, 283, 293, 313, 317, 379, 421, 431, 433, 443, 449, 487, 541, 563, 601, 607, 617, 631, 647, 661, 691, 719, 761, 773, 797 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Prime digits are 2, 3, 5, 7, nonprime digits are 0, 1, 4, 6, 8, 9.
LINKS
MATHEMATICA
okQ[n_]:=Module[{idn=IntegerDigits[Prime[n]]}, Count[idn, _?PrimeQ]< Length[idn]/2]; Select[Prime[Range[200]], okQ] (* Harvey P. Dale, Apr 20 2011 *)
CROSSREFS
Sequence in context: A216822 A217466 A078598 * A158756 A185086 A277701
KEYWORD
nonn,base,less
AUTHOR
EXTENSIONS
Corrected (277, 419 removed) 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 May 12 19:25 EDT 2024. Contains 372494 sequences. (Running on oeis4.)