A127448 Triangle T(n,k) read by rows: matrix product A054525 * A127648.
1, -1, 2, -1, 0, 3, 0, -2, 0, 4, -1, 0, 0, 0, 5, 1, -2, -3, 0, 0, 6, -1, 0, 0, 0, 0, 0, 7, 0, 0, 0, -4, 0, 0, 0, 8, 0, 0, -3, 0, 0, 0, 0, 0, 9, 1, -2, 0, 0, -5, 0, 0, 0, 0, 10, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 2, 0, -4, 0, -6, 0, 0, 0, 0, 0, 12, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 1, -2, 0, 0, 0, 0, -7, 0, 0, 0, 0, 0, 0
Offset: 1
Examples
First few rows of the triangle are; 1; -1, 2; -1, 0, 3; 0, -2, 0, 4; -1, 0, 0, 0, 5; 1, -2, -3, 0, 0, 6; -1, 0, 0, 0, 0, 0, 7; 0, 0, 0, -4, 0, 0, 0, 8; 0, 0, -3, 0, 0, 0, 0, 0, 9; 1, -2, 0, 0,-5, 0, 0, 0, 0, 10; ...
Programs
Formula
Extensions
Converted comments to formulas, extended - R. J. Mathar, Sep 11 2009
Corrected A-number typo in a formula - R. J. Mathar, Sep 17 2009
Corrected last example line by John Mason, Jan 07 2015