A285247 Expansion of Product_{k>=1} (1-x^(3*k-1))^(3*k-1) * (1-x^(3*k-2))^(3*k-2).
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
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
Programs
-
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
Formula
Convolution inverse of A262923.