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”).
%I #2 Mar 30 2012 18:37:15
%S 1,-1,6,-132,7440,-862320,178519320,-59958188640,30482139905280,
%T -22264791962999040,22435353457520572800,-30191542905688447852800,
%U 52838061578576656000819200,-117630719448355238574255206400
%N Column 0 of matrix inverse of triangle A152285.
%C G.f. of row n of matrix power A152285^n = (n^3 + y)*y^(n-1) for n>=0.
%e Matrix inverse of triangle A152285 begins:
%e 1;
%e -1,1;
%e 6,-4,1;
%e -132,72,-9,1;
%e 7440,-3600,360,-16,1;
%e -862320,385200,-34200,1200,-25,1;
%e 178519320,-75322800,6199200,-193200,3150,-36,1;
%e -59958188640,24246532800,-1892419200,54801600,-793800,7056,-49,1; ...
%e in which this sequence equals column 0.
%Y Cf. A152285; A152286, A152287, A152288.
%K sign
%O 0,3
%A _Paul D. Hanna_, Dec 09 2008