Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122175
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122175 Triangle, read by rows, where T(n,k) = C( k*(k+1)/2 + n-k, n-k) for n>=k>=0. +0
6
1, 1, 1, 1, 2, 1, 1, 3, 4, 1, 1, 4, 10, 7, 1, 1, 5, 20, 28, 11, 1, 1, 6, 35, 84, 66, 16, 1, 1, 7, 56, 210, 286, 136, 22, 1, 1, 8, 84, 462, 1001, 816, 253, 29, 1, 1, 9, 120, 924, 3003, 3876, 2024, 435, 37, 1, 1, 10, 165, 1716, 8008, 15504, 12650, 4495, 703, 46, 1, 1, 11, 220 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Remarkably, column k of the matrix inverse (A121435) equals signed column k of matrix power: A107876^(k*(k+1)/2 + 1).

EXAMPLE

Triangle begins:

1;

1, 1;

1, 2, 1;

1, 3, 4, 1;

1, 4, 10, 7, 1;

1, 5, 20, 28, 11, 1;

1, 6, 35, 84, 66, 16, 1;

1, 7, 56, 210, 286, 136, 22, 1;

1, 8, 84, 462, 1001, 816, 253, 29, 1; ...

PROGRAM

(PARI) T(n, k)=if(n<k|k<0, 0, binomial(k*(k+1)/2+n-k, n-k))

CROSSREFS

Cf. A121435 (inverse); variants: A098568, A122176, A122177.

Sequence in context: A009999 A098446 A098447 this_sequence A073165 A137153 A063841

Adjacent sequences: A122172 A122173 A122174 this_sequence A122176 A122177 A122178

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 September 7 15:23 EDT 2008. Contains 143483 sequences.


AT&T Labs Research