Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #7 Aug 03 2014 14:01:39
%S 1,10,12,14,15,16,18,21,51,81,91,100,102,104,105,106,108,110,111,112,
%T 114,115,116,117,118,119,120,121,122,123,124,125,126,128,129,130,132,
%U 133,134,135,136,138,140,141,142,143,144,145,146,147,148,150,152,153
%N Nonprime numbers containing a digit 1.
%C Subsequence of A011531. Complement of A208270 with respect to A011531.
%t Select[Range[200], ! PrimeQ[#] && MemberQ[IntegerDigits[#], 1] &] (* _T. D. Noe_, Mar 06 2012 *)
%Y Cf. A208270 (primes containing a digit 1), A011531 (numbers containing a digit 1).
%K nonn,base
%O 1,2
%A _Jaroslav Krizek_, Mar 04 2012