Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122177
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122177 Triangle, read by rows, where T(n,k) = C( k*(k+1)/2 + n-k + 2, n-k) for n>=k>=0. +0
6
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; listen)
OFFSET

0,2

COMMENT

Remarkably, column k of the matrix inverse (A121437) equals signed column k of matrix power: A107876^(k*(k+1)/2 + 3) for k>=0.

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; ...

PROGRAM

(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: A133110 A086270 A104712 this_sequence A108286 A131415 A121437

Adjacent sequences: A122174 A122175 A122176 this_sequence A122178 A122179 A122180

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 25 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 5 23:38 EST 2009. Contains 170428 sequences.


AT&T Labs Research