login
A155076
Triangle read by rows. The main diagonal is positive. If rowindex >= 2*columnindex then -1 else 0.
1
1, -1, 1, -1, 0, 1, -1, -1, 0, 1, -1, -1, 0, 0, 1, -1, -1, -1, 0, 0, 1, -1, -1, -1, 0, 0, 0, 1, -1, -1, -1, -1, 0, 0, 0, 1, -1, -1, -1, -1, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, 0
OFFSET
1,1
COMMENTS
Matrix inverse of this triangle is A155077.
EXAMPLE
Table begins:
1,
-1,1,
-1,0,1,
-1,-1,0,1,
-1,-1,0,0,1,
-1,-1,-1,0,0,1,
-1,-1,-1,0,0,0,1,
-1,-1,-1,-1,0,0,0,1,
-1,-1,-1,-1,0,0,0,0,1,
CROSSREFS
Cf. A000123.
Sequence in context: A304569 A135839 A071022 * A328308 A257196 A176137
KEYWORD
sign,tabl
AUTHOR
STATUS
approved