OFFSET
1,3
COMMENTS
The row sums are n, the index of the row.
EXAMPLE
First few rows of the triangle are:
1;
0, 2;
-3, 0, 6;
0, -4, 0, 8;
-15, 0, 0, 0, 20;
0, -6, 0, 0, 0, 12;
-35, 0, 0, 0, 0, 0, 42;
...
MAPLE
A127468 := proc(n, k)
end proc: # R. J. Mathar, Sep 06 2013
CROSSREFS
KEYWORD
tabl,sign
AUTHOR
Gary W. Adamson, Jan 15 2007
STATUS
approved