login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A289554 Numbers that are the product of two distinct composite numbers (A002808). 1
24, 32, 36, 40, 48, 54, 56, 60, 64, 72, 80, 84, 88, 90, 96, 100, 104, 108, 112, 120, 126, 128, 132, 135, 136, 140, 144, 150, 152, 156, 160, 162, 168, 176, 180, 184, 189, 192, 196, 198, 200, 204, 208, 210, 216, 220, 224, 225, 228, 232, 234, 240, 243, 248, 250 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Number 24 is in the sequence because 24 = 4 * 6.
PROG
(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)]
CROSSREFS
Complement of A289555.
Cf. A006881 (with two distinct primes), A002808 (with two distinct nonprimes), A167171 (with two distinct noncomposites).
Sequence in context: A337055 A064673 A034782 * A334589 A334936 A102374
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jul 07 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 06:34 EDT 2024. Contains 371920 sequences. (Running on oeis4.)