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

Numbers that are the product of two distinct composite numbers (A002808).
1

%I #15 Sep 08 2022 08:46:19

%S 24,32,36,40,48,54,56,60,64,72,80,84,88,90,96,100,104,108,112,120,126,

%T 128,132,135,136,140,144,150,152,156,160,162,168,176,180,184,189,192,

%U 196,198,200,204,208,210,216,220,224,225,228,232,234,240,243,248,250

%N Numbers that are the product of two distinct composite numbers (A002808).

%e Number 24 is in the sequence because 24 = 4 * 6.

%o (Magma) [n: n in [1..1000] | (#PrimeDivisors(n) eq 1 and NumberOfDivisors(n) ge 6) or (#PrimeDivisors(n) eq 2 and NumberOfDivisors(n) ge 8) or (#PrimeDivisors(n) ge 3 and NumberOfDivisors(n) ge 12) or (#PrimeDivisors(n) ge 4)]

%Y Complement of A289555.

%Y Cf. A006881 (with two distinct primes), A002808 (with two distinct nonprimes), A167171 (with two distinct noncomposites).

%K nonn

%O 1,1

%A _Jaroslav Krizek_, Jul 07 2017