OFFSET
0,9
COMMENTS
Each column is eventually positive, i.e. for each k there is a number j(k) such that T(n,k) is positive for all n>=j(k). Despite this, each row sum is 1.
EXAMPLE
Rows start:
1, 0, 0, 0, 0, ...;
1, 1, -1, 0, 0, 0, ...;
1, 2, -1, -2, 1, 0, 0, ...;
1, 3, 0, -5, 0, 3, -1, 0, ...;
1, 4, 2, -8, -5, 8, 2, -4, 1, ...;
etc...
CROSSREFS
KEYWORD
sign,tabl
AUTHOR
Henry Bottomley, May 30 2002
STATUS
approved