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!)
A339352 G.f.: Product_{k>=1} (1 + (-x)^(k^2) / (1 + x^k)). 0
1, -1, 1, -1, 2, -2, 1, -1, 2, -3, 2, -2, 4, -5, 4, -4, 7, -8, 7, -7, 9, -10, 8, -8, 11, -14, 13, -13, 16, -18, 17, -16, 19, -22, 23, -23, 26, -29, 29, -30, 34, -38, 38, -39, 44, -48, 47, -48, 56, -64, 65, -66, 75, -82, 80, -80, 90, -99, 98, -100, 114 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
The difference between the number of partitions of n into an even number of parts where every part k appears at least k times and the number of partitions of n into an odd number of parts where every part k appears at least k times.
LINKS
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[1 + (-x)^(k^2)/(1 + x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A066030 A025863 A346307 * A372515 A305825 A366780
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Dec 01 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 August 19 22:28 EDT 2024. Contains 375310 sequences. (Running on oeis4.)