Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121441
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121441 Matrix inverse of triangle A121336, where A121336(n,k) = C( n*(n+1)/2 + n-k + 2, n-k) for n>=k>=0. +0
5
1, -4, 1, 3, -6, 1, -12, 9, -9, 1, -117, -26, 26, -13, 1, -1656, -216, -69, 63, -18, 1, -28506, -3396, -294, -212, 132, -24, 1, -578274, -63116, -5766, -124, -620, 248, -31, 1, -13504179, -1365546, -116116, -8892, 1170, -1612, 429, -39, 1, -356633784, -33696726, -2696316, -186860, -15000, 6228, -3736 (list; table; graph; listen)
OFFSET

0,2

COMMENT

A triangle having similar properties and complementary construction is the dual triangle A121437.

FORMULA

T(n,k) = [A121412^(-n*(n+1)/2 - 3)](n,k) for n>=k>=0; i.e., row n of A121336^-1 equals row n of matrix power A121412^(-n*(n+1)/2 - 3).

EXAMPLE

Triangle, A121336^-1, begins:

1;

-4, 1;

3, -6, 1;

-12, 9, -9, 1;

-117, -26, 26, -13, 1;

-1656, -216, -69, 63, -18, 1;

-28506, -3396, -294, -212, 132, -24, 1;

-578274, -63116, -5766, -124, -620, 248, -31, 1;

-13504179, -1365546, -116116, -8892, 1170, -1612, 429, -39, 1; ...

Triangle A121412 begins:

1;

1, 1;

3, 1, 1;

18, 4, 1, 1;

170, 30, 5, 1, 1; ...

Row 3 of A121336^-1 equals row 3 of A121412^(-9), which begins:

1;

-9, 1;

18, -9, 1;

-12, 9, -9, 1; ...

Row 4 of A121336^-1 equals row 4 of A121412^(-13), which begins:

1;

-13, 1;

52, -13, 1;

-52, 39, -13, 1;

-117, -26, 26, -13, 1; ...

PROGRAM

(PARI) /* Matrix Inverse of A121336 */ {T(n, k)=local(M=matrix(n+1, n+1, r, c, if(r>=c, binomial(r*(r-1)/2+r-c+2, r-c)))); return((M^-1)[n+1, k+1])}

CROSSREFS

Cf. A121336 (matrix inverse); A121412; variants: A121438, A121439, A121440; A121437 (dual).

Sequence in context: A058303 A090724 A134224 this_sequence A074813 A109531 A073817

Adjacent sequences: A121438 A121439 A121440 this_sequence A121442 A121443 A121444

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 29 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research