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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A166282 Matrix inverse of Sierpinski's triangle (A047999, Pascal's triangle mod 2). 0
1, -1, 1, -1, 0, 1, 1, -1, -1, 1, -1, 0, 0, 0, 1, 1, -1, 0, 0, -1, 1, 1, 0, -1, 0, -1, 0, 1, -1, 1, 1, -1, 1, -1, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 1, 1, -1, 0, 0, 0, 0, 0, 0, -1, 1, 1, 0, -1, 0, 0, 0, 0, 0, -1, 0, 1, -1, 1, 1, -1, 0, 0, 0, 0, 1, -1, -1, 1, 1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

Triangle begins:

. 1,

.-1, 1,

.-1, 0, 1,

. 1,-1,-1, 1,

.-1, 0, 0, 0, 1,

. 1,-1, 0, 0,-1, 1,

. 1, 0,-1, 0,-1, 0, 1,

.-1, 1, 1,-1, 1,-1,-1, 1,

.-1, 0, 0, 0, 0, 0, 0, 0, 1,

. 1,-1, 0, 0, 0, 0, 0, 0,-1, 1,

. 1, 0,-1, 0, 0, 0, 0, 0,-1, 0, 1,

.-1, 1, 1,-1, 0, 0, 0, 0, 1,-1,-1, 1,

. 1, 0, 0, 0,-1, 0, 0, 0,-1, 0, 0, 0, 1,

. ...

PROG

(PARI) p=2; s=13; P=matpascal(s); PM=matrix(s+1, s+1, n, k, P[n, k]%p); IPM = 1/PM;

for(n=1, s, for(k=1, n, print1(IPM[n, k], ", ")); print())

CROSSREFS

A007318

Sequence in context: A078556 A144093 A143200 * A047999 A054431 A164381

Adjacent sequences:  A166279 A166280 A166281 * A166283 A166284 A166285

KEYWORD

easy,sign,tabl

AUTHOR

Gerald McGarvey (gerald.mcgarvey(AT)comcast.net), Oct 10 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 15 15:20 EST 2012. Contains 205823 sequences.