login

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”).

A208271
Nonprime numbers containing a digit 1.
1
1, 10, 12, 14, 15, 16, 18, 21, 51, 81, 91, 100, 102, 104, 105, 106, 108, 110, 111, 112, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 132, 133, 134, 135, 136, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 150, 152, 153
OFFSET
1,2
COMMENTS
Subsequence of A011531. Complement of A208270 with respect to A011531.
MATHEMATICA
Select[Range[200], ! PrimeQ[#] && MemberQ[IntegerDigits[#], 1] &] (* T. D. Noe, Mar 06 2012 *)
CROSSREFS
Cf. A208270 (primes containing a digit 1), A011531 (numbers containing a digit 1).
Sequence in context: A141322 A350180 A099103 * A094879 A206286 A116023
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Mar 04 2012
STATUS
approved