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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136502 Matrix inverse of triangle A136501, read by rows. 3
1, -1, 1, 2, -2, 1, -7, 7, -4, 1, 44, -44, 26, -8, 1, -516, 516, -308, 100, -16, 1, 11622, -11622, 6959, -2296, 392, -32, 1, -512022, 512022, -306888, 101754, -17712, 1552, -64, 1, 44588536, -44588536, 26732904, -8877272, 1554404, -139104, 6176, -128, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

G.f. for column k: 1 = Sum_{n>=0} T(n+k,k)*x^n*(1+x)^(2^(n+k)).

EXAMPLE

Triangle begins:

1;

-1, 1;

2, -2, 1;

-7, 7, -4, 1;

44, -44, 26, -8, 1;

-516, 516, -308, 100, -16, 1;

11622, -11622, 6959, -2296, 392, -32, 1;

-512022, 512022, -306888, 101754, -17712, 1552, -64, 1;

44588536, -44588536, 26732904, -8877272, 1554404, -139104, 6176, -128, 1;

PROG

(PARI) {T(n, k)=local(M=matrix(n+1, n+1, r, c, binomial(2^(c-1), r-c))); (M^-1)[n+1, k+1]}

CROSSREFS

Cf. A107354 (column 0), A136503 (column 2), A136504 (row sums) ; A136501 (matrix inverse).

Sequence in context: A181731 A108338 A021455 * A144502 A100632 A111540

Adjacent sequences:  A136499 A136500 A136501 * A136503 A136504 A136505

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 01 2008

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 14 17:10 EST 2012. Contains 205644 sequences.