OFFSET
1,1
LINKS
Peter J. C. Moses, Table of n, a(n) for n = 1..1000
EXAMPLE
127 is in the sequence, since it is odious, while numbers 27,17,12 are evil.
MATHEMATICA
odiousQ:=OddQ[First[DigitCount[#, 2]]]&;
Select[Range[10, 1000], odiousQ[#]&&Apply[And, Map[!odiousQ[FromDigits[#]]&, Subsets[#, {Length[#]-1}]&[IntegerDigits[#]]]]&] (* Peter J. C. Moses, Oct 11 2014 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Vladimir Shevelev, Oct 11 2014
EXTENSIONS
More terms from Peter J. C. Moses, Oct 11 2014
STATUS
approved