login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A319243
Expansion of Product_{k>0} (1 - x^(k^2))/(1 + x^(k^2)).
1
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,2
FORMULA
Convolution inverse of A103265.
PROG
(PARI) N=99; x='x+O('x^N); Vec(prod(k=1, sqrtint(N), (1-x^(k^2))/(1+x^(k^2))))
CROSSREFS
Product_{k>0} (1 - x^(k^m))/(1 + x^(k^m)): A002448 (m=1), this sequence (m=2), A319244 (m=3).
Cf. A103265.
Sequence in context: A317528 A246793 A335185 * A307521 A328995 A036476
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 15 2018
STATUS
approved