login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117076 Prime numbers with more even digits than odd digits. 0
2, 223, 227, 229, 241, 263, 269, 281, 283, 401, 409, 421, 443, 449, 461, 463, 467, 487, 601, 607, 641, 643, 647, 661, 683, 809, 821, 823, 827, 829, 863, 881, 883, 887, 2003, 2027, 2029, 2063, 2069, 2081, 2083, 2087, 2089, 2203, 2207, 2221, 2243, 2267, 2269 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

If a prime number's even digits are to outnumber its odd digits, it may not have two digits (as its last digit must be odd.) Neither may it begin with an odd digit if it has three or four digits. The smallest member of this sequence to begin with an odd digit is 10007.

EXAMPLE

64969 is a member of this sequence as it is a prime with 3 even and only two odd digits. The primes on either side of it - 64951 and 64997 - are both non-members.

MATHEMATICA

Select[Prime[Range[1000]], Sum[DigitCount[ # ][[2i - 1]], {i, 1, 5}] < Sum[DigitCount[ # ][[2i]], {i, 1, 5}] &] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 18 2006

CROSSREFS

Sequence in context: A101393 A124188 A078276 * A037057 A132936 A110715

Adjacent sequences:  A117073 A117074 A117075 * A117077 A117078 A117079

KEYWORD

base,easy,nonn

AUTHOR

Andy Edwards (andyngen(AT)aol.com), Apr 18 2006

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 18 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 11:20 EST 2012. Contains 205774 sequences.