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!)
A339220 Number of partitions of n into squarefree parts where every part appears at least 2 times. 0
1, 0, 1, 1, 2, 1, 4, 2, 5, 5, 8, 6, 13, 10, 17, 17, 24, 22, 36, 32, 47, 48, 64, 63, 90, 86, 116, 120, 154, 156, 208, 206, 265, 277, 344, 354, 448, 458, 566, 596, 720, 752, 920, 956, 1149, 1217, 1440, 1518, 1810, 1900, 2236, 2380, 2771, 2937, 3434, 3631, 4204, 4487, 5155, 5485, 6317 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
G.f.: Product_{k>=1} (1 + mu(k)^2 * x^(2*k) / (1 - x^k)).
EXAMPLE
a(6) = 4 because we have [3, 3], [2, 2, 2], [2, 2, 1, 1] and [1, 1, 1, 1, 1, 1].
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[1 + MoebiusMu[k]^2 x^(2 k)/(1 - x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A161241 A161026 A161077 * A161293 A328163 A217916
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 27 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 July 16 09:56 EDT 2024. Contains 374345 sequences. (Running on oeis4.)