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

 

Logo

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 59th year, we have over 358,000 sequences, and we’ve crossed 10,300 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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. 28
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

Amiram Eldar, Table of n, a(n) for n = 1..10000

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

Cf. A001055, A001222, A001358, A007717, A028260, A320655, A320892, A320893, A320894, A320911.

Sequence in context: A219786 A302038 A063762 * A240938 A001358 A176540

Adjacent sequences: A320909 A320910 A320911 * A320913 A320914 A320915

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 December 18 06:38 EST 2022. Contains 358883 sequences. (Running on oeis4.)