|
| |
|
|
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
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
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: A051731 A135839 A071022 * A176137 A120529 A099443
Adjacent sequences: A155073 A155074 A155075 * A155077 A155078 A155079
|
|
|
KEYWORD
| sign,tabl
|
|
|
AUTHOR
| Mats Granvik, Gary W. Adamson (mats.granvik(AT)abo.fi), Jan 19 2009
|
| |
|
|