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