OFFSET
0,4
COMMENTS
FORMULA
EXAMPLE
First few rows of the triangle are:
1;
0, 1;
2, 0, 1;
4, 2, 0, 3;
-4, 4, 2, 0, 9;
0, -4, 4, 6, 0, 11;
-8, 0, -4, 12, 18, 0, 17;
-16, -8, 0, -12, 36, 22, 0, 35;
...
row 3 = (4, 2, 0, 3) = termwise products of (4, 2, 0, 1) and (1, 1, 1, 3) = (4*1, 2*1, 0*1, 1*3).
CROSSREFS
KEYWORD
tabl,sign
AUTHOR
Gary W. Adamson, Sep 13 2008
STATUS
approved