|
| |
|
|
A154990
|
|
Triangle read by rows. Main diagonal is positive. The rest of the terms are negative.
|
|
8
| |
|
|
1, -1, 1, -1, -1, 1, -1, -1, -1, 1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Triangle can be used in matrix inverses. Signs in columns as in A153881.
|
|
|
EXAMPLE
| Table begins:
1;
-1,1;
-1,-1,1;
-1,-1,-1,1;
-1,-1,-1,-1,1;
-1,-1,-1,-1,-1,1;
-1,-1,-1,-1,-1,-1,1;
|
|
|
MAPLE
| (Excel cell formula) =if(row()>=column(); if(row()>=column(); 1; "")*if(row()>column(); -1; 1); "")
|
|
|
CROSSREFS
| Sequence in context: A160357 A057077 A070748 * A156734 A010555 A108784
Adjacent sequences: A154987 A154988 A154989 * A154991 A154992 A154993
|
|
|
KEYWORD
| sign,tabl
|
|
|
AUTHOR
| Mats Granvik (mats.granvik(AT)abo.fi), Jan 18 2009
|
| |
|
|