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!)
A286222 Number of partitions of n into distinct parts with an odd number of prime divisors (counted with multiplicity). 3
1, 0, 1, 1, 0, 2, 0, 2, 2, 1, 3, 2, 3, 4, 3, 5, 4, 5, 7, 6, 10, 8, 10, 12, 10, 15, 14, 16, 20, 18, 25, 25, 28, 32, 31, 38, 38, 44, 49, 51, 59, 61, 68, 75, 79, 89, 93, 103, 113, 120, 137, 141, 157, 168, 176, 200, 205, 229, 245, 260, 289, 303, 332, 356, 376, 411, 433, 470, 507, 535, 587 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
Eric Weisstein's World of Mathematics, Prime Factor
FORMULA
G.f.: Product_{k>=1} (1 + x^A026424(k)).
EXAMPLE
a(10) = 3 because we have [8, 2], [7, 3] and [5, 3, 2].
MATHEMATICA
nmax = 70; CoefficientList[Series[Product[1 + Boole[OddQ[PrimeOmega[k]]] x^k, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A003823 A059451 A083817 * A029273 A117963 A321594
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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)