login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121335 Triangle, read by rows, where T(n,k) = C( n*(n+1)/2 + n-k + 1, n-k), for n>=k>=0. 5
1, 3, 1, 15, 5, 1, 120, 36, 8, 1, 1365, 364, 78, 12, 1, 20349, 4845, 969, 153, 17, 1, 376740, 80730, 14950, 2300, 276, 23, 1, 8347680, 1623160, 278256, 40920, 4960, 465, 30, 1, 215553195, 38320568, 6096454, 850668, 101270, 9880, 741, 38, 1, 6358402050 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A triangle having similar properties and complementary construction is the dual triangle A122176.
LINKS
FORMULA
Remarkably, row n of the matrix inverse (A121440) equals row n of A121412^(-n*(n+1)/2-2). 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;
3, 1;
15, 5, 1;
120, 36, 8, 1;
1365, 364, 78, 12, 1;
20349, 4845, 969, 153, 17, 1;
376740, 80730, 14950, 2300, 276, 23, 1;
8347680, 1623160, 278256, 40920, 4960, 465, 30, 1;
215553195, 38320568, 6096454, 850668, 101270, 9880, 741, 38, 1; ...
PROG
(PARI) T(n, k)=binomial(n*(n+1)/2+n-k+1, n-k)
CROSSREFS
Cf. A121440 (matrix inverse); A121412; variants: A122178, A121334, A121336; A122176 (dual).
Sequence in context: A190088 A119301 A293157 * A126454 A293558 A259841
KEYWORD
nonn,tabl
AUTHOR
Paul D. Hanna, Aug 29 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)