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

A285247
Expansion of Product_{k>=1} (1-x^(3*k-1))^(3*k-1) * (1-x^(3*k-2))^(3*k-2).
3
1, -1, -2, 2, -3, -2, 13, -5, -9, 35, -25, -34, 91, -78, -102, 240, -192, -233, 665, -441, -553, 1636, -1063, -1327, 3869, -2565, -3229, 8738, -6032, -7446, 19568, -13469, -16499, 43083, -29101, -35282, 93458, -61544, -74539, 198072, -128917, -155580, 412116, -267021
OFFSET
0,3
LINKS
FORMULA
Convolution inverse of A262923.
PROG
(PARI) x='x+O('x^100); Vec(prod(k=1, 100, (1 - x^(3*k - 1))^(3*k - 1)*(1 - x^(3*k - 2))^(3*k - 2))) \\ Indranil Ghosh, Apr 15 2017
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 15 2017
STATUS
approved