login
This site is supported by donations 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; 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.

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

Cf. A107862, A107864, A107865, A107867, A107870, A107876.

Sequence in context: A138533 A173333 A096334 * A158442 A120435 A125901

Adjacent sequences:  A107864 A107865 A107866 * A107868 A107869 A107870

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 04 2005

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 17 00:09 EST 2012. Contains 205978 sequences.