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!)
A107867 Triangle, read by rows, where T(n,k) = C(n*(n-1)/2-k*(k-1)/2+n-k+1,n-k). 12
1, 2, 1, 6, 3, 1, 35, 15, 4, 1, 330, 120, 28, 5, 1, 4368, 1365, 286, 45, 6, 1, 74613, 20349, 3876, 560, 66, 7, 1, 1560780, 376740, 65780, 8855, 969, 91, 8, 1, 38608020, 8347680, 1344904, 169911, 17550, 1540, 120, 9, 1, 1101716330, 215553195, 32224114 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Remarkably, the following matrix products are all equal to A107876: A107862^-1*A107867 = A107867^-1*A107870 = A107870^-1*A107873.
LINKS
EXAMPLE
Triangle begins:
1;
2,1;
6,3,1;
35,15,4,1;
330,120,28,5,1;
4368,1365,286,45,6,1;
74613,20349,3876,560,66,7,1;
1560780,376740,65780,8855,969,91,8,1; ...
PROG
(PARI) T(n, k)=binomial(n*(n-1)/2-k*(k-1)/2 +n-k+1, n-k)
CROSSREFS
Sequence in context: A222159 A221623 A096334 * A158442 A252095 A120435
KEYWORD
nonn,tabl
AUTHOR
Paul D. Hanna, Jun 04 2005
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)