The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A285798 Number of partitions of n into parts with an even number of distinct prime divisors. 7
1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 5, 5, 6, 7, 8, 8, 11, 11, 14, 16, 19, 19, 25, 26, 31, 34, 40, 41, 51, 53, 62, 68, 80, 85, 103, 107, 124, 135, 157, 166, 195, 205, 235, 256, 294, 311, 362, 383, 437, 472, 535, 568, 652, 695, 786, 847, 954, 1016, 1155, 1231, 1381, 1486, 1662, 1774, 1997, 2130, 2377, 2557, 2846 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
G.f.: Product_{k>=1} 1/(1 - x^A030231(k)).
EXAMPLE
a(10) = 3 because we have [10], [6, 1, 1, 1, 1] and [1, 1, 1, 1, 1, 1, 1, 1, 1, 1].
MATHEMATICA
nmax = 70; CoefficientList[Series[Product[1/(1 - Boole[EvenQ[PrimeNu[k]]] x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Cf. A030231, A087153 (number of partitions into parts with an even number of divisors), A285799.
Sequence in context: A029193 A308052 A005858 * A321346 A291444 A219795
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 26 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 May 14 01:40 EDT 2024. Contains 372528 sequences. (Running on oeis4.)