OFFSET
0,4
COMMENTS
Row sums = the partition numbers, A000041: (1, 1, 2, 3, 5, 7, 11, 15, 22, ...).
FORMULA
As an infinite lower triangular matrix, A026794 * the inverse of Pascal's triangle.
EXAMPLE
First few rows of the triangle:
1;
0, 1;
3, -2, 1;
1, 4, -3, 1;
5, -3, 6, -4, 1;
5, 5, -9, 10, -5, 1;
...
T(3,1) = -3 = (0, 0, 1, -3) dot (3, 1, 0, 1) = (0, 0, 0, -3).
CROSSREFS
KEYWORD
tabl,sign
AUTHOR
Gary W. Adamson, Feb 05 2008
STATUS
approved