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. 7
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; text; internal format)
OFFSET

1,1

COMMENTS

Triangle can be used in matrix inverses. Signs in columns as in A153881.

LINKS

Table of n, a(n) for n=1..73.

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 * A209615 A156734 A010555

Adjacent sequences:  A154987 A154988 A154989 * A154991 A154992 A154993

KEYWORD

sign,easy,tabl

AUTHOR

Mats Granvik, Jan 18 2009

STATUS

approved

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 May 24 06:29 EDT 2013. Contains 225617 sequences.