cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A298600 Expansion of Product_{k>=2} 1/(1 + x^(k^2)).

Original entry on oeis.org

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
Offset: 0

Views

Author

Ilya Gutkovskiy, Jan 22 2018

Keywords

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.

Crossrefs

Programs

  • Mathematica
    nmax = 82; CoefficientList[Series[Product[1/(1 + x^k^2), {k, 2, Floor[Sqrt[nmax]] + 1}], {x, 0, nmax}], x]

Formula

G.f.: Product_{k>=2} 1/(1 + x^(k^2)).
Showing 1-1 of 1 results.