A121439
Matrix inverse of triangle A121334, where A121334(n,k) = C( n*(n+1)/2 + n-k, n-k) for n>=k>=0.
Original entry on oeis.org
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
Offset: 0
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;...
-
/* 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])}
A121335
Triangle, read by rows, where T(n,k) = C( n*(n+1)/2 + n-k + 1, n-k), for n>=k>=0.
Original entry on oeis.org
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
Offset: 0
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; ...
A121336
Triangle, read by rows, where T(n,k) = C( n*(n+1)/2 + n-k + 2, n-k), for n>=k>=0.
Original entry on oeis.org
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
Offset: 0
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; ...
A122178
Triangle, read by rows, where T(n,k) = C( n*(n+1)/2 + n-k - 1, n-k), for n>=k>=0.
Original entry on oeis.org
1, 1, 1, 6, 3, 1, 56, 21, 6, 1, 715, 220, 55, 10, 1, 11628, 3060, 680, 120, 15, 1, 230230, 53130, 10626, 1771, 231, 21, 1, 5379616, 1107568, 201376, 31465, 4060, 406, 28, 1, 145008513, 26978328, 4496388, 658008, 82251, 8436, 666, 36, 1, 4431613550
Offset: 0
Triangle begins:
1;
1, 1;
6, 3, 1;
56, 21, 6, 1;
715, 220, 55, 10, 1;
11628, 3060, 680, 120, 15, 1;
230230, 53130, 10626, 1771, 231, 21, 1;
5379616, 1107568, 201376, 31465, 4060, 406, 28, 1;
145008513, 26978328, 4496388, 658008, 82251, 8436, 666, 36, 1; ...
Showing 1-4 of 4 results.
Comments