Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121439
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121439 Matrix inverse of triangle A121334, where A121334(n,k) = C( n*(n+1)/2 + n-k, n-k) for n>=k>=0. +0
5
1, -2, 1, -2, -4, 1, -14, 0, -7, 1, -143, -22, 11, -11, 1, -1928, -260, -40, 40, -16, 1, -32219, -3894, -385, -121, 99, -22, 1, -640784, -70644, -6496, -406, -406, 203, -29, 1, -14753528, -1502940, -128723, -9583, 259, -1184, 370, -37, 1, -385500056, -36631962, -2947266, -205620, -14076, 3657, -2967, 621 (list; table; graph; listen)
OFFSET

0,2

COMMENT

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

FORMULA

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

EXAMPLE

Triangle, A121334^-1, begins:

1;

-2, 1;

-2, -4, 1;

-14, 0, -7, 1;

-143, -22, 11, -11, 1;

-1928, -260, -40, 40, -16, 1;

-32219, -3894, -385, -121, 99, -22, 1;

-640784, -70644, -6496, -406, -406, 203, -29, 1;

-14753528, -1502940, -128723, -9583, 259, -1184, 370, -37, 1; ...

Triangle A121412 begins:

1;

1, 1;

3, 1, 1;

18, 4, 1, 1;

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

Row 3 of A121334^-1 equals row 3 of A121412^(-7), which begins:

1;

-7, 1;

7, -7, 1;

-14, 0, -7, 1; ...

Row 4 of A121334^-1 equals row 4 of A121412^(-11), which begins:

1;

-11, 1;

33, -11, 1;

-22, 22, -11, 1;

-143, -22, 11, -11, 1;...

PROGRAM

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

CROSSREFS

Cf. A121334 (matrix inverse); A121412; variants: A121438, A121440, A121441; A121435 (dual).

Adjacent sequences: A121436 A121437 A121438 this_sequence A121440 A121441 A121442

Sequence in context: A119765 A077901 A105619 this_sequence A009205 A086754 A120880

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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research