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”).

A327757
Expansion of Product_{k>=1} (1 - x^k)^(3/k), where (m/n) is the Kronecker symbol.
2
1, -1, 1, -1, 0, 1, -1, 2, -1, 0, 0, -2, 2, -2, 2, 0, -2, 3, -5, 4, -2, 0, 4, -6, 7, -6, 4, 1, -4, 8, -10, 8, -4, -2, 9, -13, 14, -12, 3, 4, -14, 20, -21, 17, -8, -6, 19, -28, 31, -23, 10, 10, -28, 41, -41, 32, -10, -16, 40, -58, 58, -44, 13, 24, -61, 81, -84, 59, -16, -37, 84
OFFSET
0,8
LINKS
Eric Weisstein's World of Mathematics, Kronecker Symbol
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-x^k)^kronecker(3, k)))
CROSSREFS
Product_{k>=1} (1 - x^k)^(b/k): A092869 (b=2), A081362 (b=4), A007325 (b=5), A092876 (b=13).
Sequence in context: A245842 A300574 A352194 * A373122 A373923 A191400
KEYWORD
sign,look
AUTHOR
Seiichi Manyama, Sep 24 2019
STATUS
approved