Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124727
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124727 Triangle read by rows: T(n,k)=k*binomial(n-1,k-1)+binomial(n-1,k) (1<=k<=n). +0
2
1, 2, 2, 3, 5, 3, 4, 9, 10, 4, 5, 14, 22, 17, 5, 6, 20, 40, 45, 26, 6, 7, 27, 65, 95, 81, 37, 7, 8, 35, 98, 175, 196, 133, 50, 8, 9, 44, 140, 294, 406, 364, 204, 65, 9, 10, 54, 192, 462, 756, 840, 624, 297, 82, 10, 11, 65, 255, 690, 1302, 1722, 1590, 1005, 415, 101, 11, 12, 77 (list; table; graph; listen)
OFFSET

1,2

COMMENT

Triangle is P*M, where P is Pascal's triangle as an infinite lower triangular matrix and M is the infinite bidiagonal matrix with (1,2,3...) in the main diagonal and (1,1,1...) in the subdiagonal.

EXAMPLE

First few rows of the triangle are:

1;

2, 2;

3, 5, 3;

4, 9, 10, 4;

5, 14, 22, 17, 5;

6, 20, 40, 45, 26, 6

...

MAPLE

T:=(n, k)->k*binomial(n-1, k-1)+binomial(n-1, k): for n from 1 to 12 do seq(T(n, k), k=1..n) od; # yields sequence in triangular form

CROSSREFS

Row sums = A047859: (1, 4, 11, 27, 143, 319...) A124726 is generated in an analogous manner by taking M*P instead of P*M.

Sequence in context: A115262 A128141 A014430 this_sequence A125101 A047666 A067330

Adjacent sequences: A124724 A124725 A124726 this_sequence A124728 A124729 A124730

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson & Roger L. Bagula (qntmpkt(AT)yahoo.com), Nov 05 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Nov 24 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 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research