OFFSET
0,2
COMMENTS
This is a row of the triangle in A162499. Only finitely many terms are nonzero.
FORMULA
Euler transform of period 12 sequence [4, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, -1]. - Michael Somos, Aug 02 2018
MAPLE
m:=4: seq(coeff(series(mul((1-x^(3*k)), k=1..m)/(1-x)^m, x, n+1), x, n), n=0..26); # Muniru A Asiru, Jul 07 2018
MATHEMATICA
CoefficientList[ Series[Times @@ (1 - x^(3*Range@4))/(1 - x)^4, {x, 0, 40}], x] (* Harvey P. Dale, Feb 05 2012 and slightly modified by Robert G. Wilson v, Jul 23 2018 *)
PROG
(PARI) x='x+O('x^27); Vec((1-x^3)*(1-x^6)*(1-x^9)*(1-x^12)/(1-x)^4) \\ G. C. Greubel, Jul 06 2018
(Magma) m:=27; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1-x^3)*(1-x^6)*(1-x^9)*(1-x^12)/(1-x)^4)); // G. C. Greubel, Jul 06 2018
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
N. J. A. Sloane, Dec 02 2009
STATUS
approved