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!)
A122177 Triangle, read by rows, where T(n,k) = C( k*(k+1)/2 + n-k + 2, n-k) for n>=k>=0. 5
1, 3, 1, 6, 4, 1, 10, 10, 6, 1, 15, 20, 21, 9, 1, 21, 35, 56, 45, 13, 1, 28, 56, 126, 165, 91, 18, 1, 36, 84, 252, 495, 455, 171, 24, 1, 45, 120, 462, 1287, 1820, 1140, 300, 31, 1, 55, 165, 792, 3003, 6188, 5985, 2600, 496, 39, 1, 66, 220, 1287, 6435, 18564, 26334 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Remarkably, column k of the matrix inverse (A121437) equals signed column k of matrix power: A107876^(k*(k+1)/2 + 3) for k>=0.
LINKS
EXAMPLE
Triangle begins:
1;
3, 1;
6, 4, 1;
10, 10, 6, 1;
15, 20, 21, 9, 1;
21, 35, 56, 45, 13, 1;
28, 56, 126, 165, 91, 18, 1;
36, 84, 252, 495, 455, 171, 24, 1;
45, 120, 462, 1287, 1820, 1140, 300, 31, 1; ...
PROG
(PARI) T(n, k)=if(n<k|k<0, 0, binomial(k*(k+1)/2+n-k+2, n-k))
CROSSREFS
Cf. A121437 (inverse); variants: A098568, A122175, A122176.
Sequence in context: A086270 A325000 A104712 * A255874 A108286 A185944
KEYWORD
nonn,tabl
AUTHOR
Paul D. Hanna, Aug 25 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 March 29 07:27 EDT 2024. Contains 371265 sequences. (Running on oeis4.)