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!)
A331051 Numbers whose number of factorizations into factors > 1 (A001055) is even. 4
4, 6, 9, 10, 12, 14, 15, 18, 20, 21, 22, 25, 26, 28, 33, 34, 35, 38, 39, 44, 45, 46, 48, 49, 50, 51, 52, 55, 57, 58, 62, 63, 65, 68, 69, 72, 74, 75, 76, 77, 80, 82, 85, 86, 87, 91, 92, 93, 94, 95, 98, 99, 106, 108, 111, 112, 115, 116, 117, 118, 119, 121, 122 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
First differs from A319240 in having 256.
LINKS
MATHEMATICA
facs[n_]:=If[n<=1, {{}}, Join@@Table[Map[Prepend[#, d]&, Select[facs[n/d], Min@@#>=d&]], {d, Rest[Divisors[n]]}]];
Select[Range[300], EvenQ[Length[facs[#]]]&]
CROSSREFS
Complement of A331050.
The version for powers of two (instead of evens) is A330977.
The version for primes (instead of evens) is A330991.
Sequence in context: A174896 A304634 A319240 * A325270 A051278 A328028
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 10 2020
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 August 4 04:17 EDT 2024. Contains 374905 sequences. (Running on oeis4.)