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!)
A286223 Number of partitions of n into distinct parts with an even number of prime divisors (counted with multiplicity). 3
1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 3, 2, 0, 1, 3, 4, 4, 2, 1, 4, 6, 5, 4, 4, 6, 10, 10, 6, 6, 10, 13, 14, 11, 9, 14, 21, 21, 17, 17, 23, 31, 31, 25, 25, 33, 41, 43, 39, 38, 50, 61, 60, 56, 58, 68, 83, 87, 79, 82, 99, 115, 121, 118, 118, 139, 163, 164, 157, 165, 189, 216, 228, 221, 229, 265, 296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
LINKS
Eric Weisstein's World of Mathematics, Prime Factor
FORMULA
G.f.: Product_{k>=1} (1 + x^A028260(k)).
EXAMPLE
a(10) = 3 because we have [10], [9, 1] and [6, 4].
MATHEMATICA
nmax = 75; CoefficientList[Series[Product[1 + Boole[EvenQ[PrimeOmega[k]]] x^k, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A294201 A079618 A151844 * A341163 A329278 A348966
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 04 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)