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!)
A286221 Number of partitions of n into distinct parts with an even number of distinct prime divisors. 5
1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 2, 2, 1, 2, 2, 2, 4, 4, 2, 3, 4, 4, 5, 6, 5, 5, 6, 7, 9, 10, 10, 12, 11, 11, 15, 16, 15, 17, 18, 19, 23, 26, 25, 27, 30, 33, 37, 38, 39, 46, 50, 52, 57, 59, 61, 71, 77, 78, 84, 91, 97, 107, 114, 120, 131, 139, 147, 163, 172, 180, 197 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,16
LINKS
Eric Weisstein's World of Mathematics, Distinct Prime Factors
FORMULA
G.f.: Product_{k>=1} (1 + x^A030231(k)).
EXAMPLE
a(21) = 4 because we have [21], [20, 1], [15, 6] and [14, 6, 1].
MATHEMATICA
nmax = 75; CoefficientList[Series[Product[1 + Boole[EvenQ[PrimeNu[k]]] x^k, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A333123 A289494 A029286 * A321347 A324383 A342789
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 August 26 07:40 EDT 2024. Contains 375454 sequences. (Running on oeis4.)