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!)
A320912 Numbers with an even number of prime factors (counted with multiplicity) that can be factored into distinct semiprimes. 31
1, 4, 6, 9, 10, 14, 15, 21, 22, 24, 25, 26, 33, 34, 35, 36, 38, 39, 40, 46, 49, 51, 54, 55, 56, 57, 58, 60, 62, 65, 69, 74, 77, 82, 84, 85, 86, 87, 88, 90, 91, 93, 94, 95, 100, 104, 106, 111, 115, 118, 119, 121, 122, 123, 126, 129, 132, 133, 134, 135, 136, 140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A semiprime (A001358) is a product of any two not necessarily distinct primes.
LINKS
EXAMPLE
9000 is in the sequence and can be factored in either of two ways: (4*6*15*25) or (4*9*10*25).
MATHEMATICA
strsemfacs[n_]:=If[n<=1, {{}}, Join@@Table[Map[Prepend[#, d]&, Select[strsemfacs[n/d], Min@@#>d&]], {d, Select[Rest[Divisors[n]], PrimeOmega[#]==2&]}]];
Select[Range[100], And[EvenQ[PrimeOmega[#]], strsemfacs[#]!={}]&]
CROSSREFS
Sequence in context: A219786 A302038 A063762 * A359765 A240938 A001358
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 23 2018
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 May 11 07:10 EDT 2024. Contains 372388 sequences. (Running on oeis4.)