Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123097
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123097 Triangle read by rows: T(n,k)=binom(n-2,k-1)+n*binom(n-1,k-1), 1<=k<=n. +0
1
1, 3, 2, 4, 7, 3, 5, 14, 13, 4, 6, 23, 33, 21, 5, 7, 34, 66, 64, 31, 6, 8, 47, 115, 150, 110, 43, 7, 9, 62, 183, 300, 295, 174, 57, 8, 10, 79, 273, 539, 665, 525, 259, 73, 9, 11, 98, 388, 896, 1330, 1316, 868, 368, 91, 10, 12, 119, 531, 1404, 2436, 2898, 2394, 1356, 504 (list; table; graph; listen)
OFFSET

1,2

COMMENT

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

EXAMPLE

First few rows of the triangle are:

1;

3, 2;

4, 7, 3;

5, 14, 13, 4

6, 23, 33, 21, 5;

7, 34, 66, 64, 31, 6;

...

MAPLE

T:=proc(n, k) if n=1 and k=1 then 1 elif n=1 then 0 else binomial(n-2, k-1)+n*binomial(n-1, k-1) fi end: for n from 1 to 12 do seq(T(n, k), k=1..n) od; # yields sequence in triangular form

CROSSREFS

Row sums = A052951: (1, 5, 14, 36, 88, 208...)

Adjacent sequences: A123094 A123095 A123096 this_sequence A123098 A123099 A123100

Sequence in context: A085346 A121861 A060006 this_sequence A134571 A054086 A163329

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 November 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research