OFFSET
1,9
COMMENTS
Row sums = the Mertens sequence: A002321, (1, 0, -1, -1, -2, ...).
EXAMPLE
First few rows of the triangle:
1;
-1, 1;
-1, -1, 1;
-1, 1, -2, 1
-1, -3, 4, -3, 1;
-1, 3, -7, 7, -4, 1;
-1, -3, 8, -13, 11, -5, 1;
...
CROSSREFS
KEYWORD
tabl,sign
AUTHOR
Gary W. Adamson, Feb 25 2007
STATUS
approved