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

A292128
Expansion of Product_{k>=1} (1 - 3*x^k).
6
1, -3, -3, 6, 6, 15, -12, -3, -30, -48, 6, -12, 15, 78, 186, -21, 168, 42, 42, -246, -408, -156, -399, -552, -498, -246, 213, 1248, -318, 1608, 1392, 2508, 1482, 2976, -480, -1011, 1500, -1704, -4296, -4206, -8499, -8652, -7626, -7050, -192, -13008, -480, -2118
OFFSET
0,2
LINKS
FORMULA
G.f.: Sum_{i>=0} (-3)^i*x^(i*(i+1)/2)/Product_{j=1..i} (1 - x^j). - Ilya Gutkovskiy, Apr 13 2018
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(n=1, N, 1-3*x^n))
CROSSREFS
Column k=3 of A292131.
Product_{k>=1} (1 - m*x^k): A010815 (m=1), A070877 (m=2), this sequence (m=3).
Sequence in context: A240204 A200905 A280510 * A117775 A379358 A243307
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 09 2017
STATUS
approved