login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 13:28 EST 2012. Contains 206031 sequences.