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!)
A298600 Expansion of Product_{k>=2} 1/(1 + x^(k^2)). 1
1, 0, 0, 0, -1, 0, 0, 0, 1, -1, 0, 0, -1, 1, 0, 0, 0, -1, 1, 0, 0, 1, -1, 0, 0, -1, 1, -1, 0, 1, -1, 1, 1, -1, 1, -1, -1, 1, -1, 1, 1, -1, 1, -1, -1, 1, -1, 1, 0, -2, 2, -1, 1, 2, -2, 1, -1, -2, 3, -2, 1, 2, -3, 2, -1, -1, 2, -3, 1, 1, -2, 3, 0, 0, 2, -3, 1, -1, -2, 3, -1, -2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,50
COMMENTS
The difference between the number of partitions of n into an even number of squares > 1 and the number of partitions of n into an odd number of squares > 1.
LINKS
FORMULA
G.f.: Product_{k>=2} 1/(1 + x^(k^2)).
MATHEMATICA
nmax = 82; CoefficientList[Series[Product[1/(1 + x^k^2), {k, 2, Floor[Sqrt[nmax]] + 1}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A323116 A218344 A211272 * A292470 A293681 A293773
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jan 22 2018
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)