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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121336 Triangle, read by rows, where T(n,k) = C( n*(n+1)/2 + n-k + 2, n-k), for n>=k>=0. 5
1, 4, 1, 21, 6, 1, 165, 45, 9, 1, 1820, 455, 91, 13, 1, 26334, 5985, 1140, 171, 18, 1, 475020, 98280, 17550, 2600, 300, 24, 1, 10295472, 1947792, 324632, 46376, 5456, 496, 31, 1, 260932815, 45379620, 7059052, 962598, 111930, 10660, 780, 39, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

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

FORMULA

Remarkably, row n of the matrix inverse (A121441) equals row n of A121412^(-n*(n+1)/2-3). Further, the following matrix products of triangles of binomial coefficients are equal: A121412 = A121334*A122178^-1 = A121335*A121334^-1 = A121336*A121335^-1, where row n of H=A121412 equals row (n-1) of H^(n+1) with an appended '1'.

EXAMPLE

Triangle begins:

1;

4, 1;

21, 6, 1;

165, 45, 9, 1;

1820, 455, 91, 13, 1;

26334, 5985, 1140, 171, 18, 1;

475020, 98280, 17550, 2600, 300, 24, 1;

10295472, 1947792, 324632, 46376, 5456, 496, 31, 1;

260932815, 45379620, 7059052, 962598, 111930, 10660, 780, 39, 1; ...

PROG

(PARI) T(n, k)=binomial(n*(n+1)/2+n-k+2, n-k)

CROSSREFS

Cf. A121441 (matrix inverse); A121412; variants: A122178, A121334, A121335; A122177 (dual).

Sequence in context: A182867 A182826 A144484 * A126457 A159841 A202550

Adjacent sequences:  A121333 A121334 A121335 * A121337 A121338 A121339

KEYWORD

nonn,tabl

AUTHOR

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

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 16 13:48 EST 2012. Contains 205921 sequences.