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.

A319243 Expansion of Product_{k>0} (1 - x^(k^2))/(1 + x^(k^2)).

Original entry on oeis.org

1, -2, 2, -2, 0, 2, -2, 2, 0, -4, 6, -6, 4, 2, -6, 6, -6, 2, 4, -6, 8, -6, -2, 6, -8, 8, -2, -4, 8, -10, 6, 2, -6, 6, -2, -6, 8, -6, 2, 6, -8, 6, -2, -6, 8, -4, -2, 10, -14, 8, 0, -6, 16, -14, 4, 2, -16, 18, -2, -10, 24, -30, 14, 4, -20, 34, -26, 2, 16, -30, 26, 2, -20
Offset: 0

Views

Author

Seiichi Manyama, Sep 15 2018

Keywords

Crossrefs

Product_{k>0} (1 - x^(k^m))/(1 + x^(k^m)): A002448 (m=1), this sequence (m=2), A319244 (m=3).
Cf. A103265.

Programs

  • PARI
    N=99; x='x+O('x^N); Vec(prod(k=1, sqrtint(N), (1-x^(k^2))/(1+x^(k^2))))

Formula

Convolution inverse of A103265.
Showing 1-1 of 1 results.