Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125178
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125178 Triangle read by rows: T(n,0)=B(n) (the Bell numbers, A000110(n)), T(n,k)=0 for k<0 or k>n, T(n,k)=T(n-1,k)+T(n-1,k-1) for n>=1, 0<=k<=n. +0
2
1, 1, 1, 2, 2, 1, 5, 4, 3, 1, 15, 9, 7, 4, 1, 52, 24, 16, 11, 5, 1, 203, 76, 40, 27, 16, 6, 1, 877, 279, 116, 67, 43, 22, 7, 1, 4140, 1156, 395, 183, 110, 65, 29, 8, 1, 21147, 5296, 1551, 578, 293, 175, 94, 37, 9, 1, 115975, 26443, 6847, 2129, 871, 468, 269, 131, 46, 10, 1 (list; table; graph; listen)
OFFSET

0,4

COMMENT

Row sums = 1, 2, 5, 13, 36, 109, 369,...

Columns 0,1, and 2 yield A000110,A005001, and A029761, respectively.

EXAMPLE

First few rows of the triangle are:

1;

1, 1;

2, 2, 1;

5, 4, 3, 1;

15, 9, 7, 4, 1;

52, 24, 16, 11, 5, 1;

203, 76, 40, 27, 16, 6, 1;

...

(4,3) = 16 = 7 + 9 = (3,3) + (3,2).

MAPLE

with(combinat): T:=proc(n, k) if k=0 then bell(n) elif k<0 or k>n then 0 else T(n-1, k)+T(n-1, k-1) fi end: for n from 0 to 11 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A000110, A005001, A029761.

Sequence in context: A121460 A105292 A125177 this_sequence A101975 A136388 A099605

Adjacent sequences: A125175 A125176 A125177 this_sequence A125179 A125180 A125181

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Nov 22 2006

EXTENSIONS

Edited by njas, Nov 29 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 August 28 19:25 EDT 2008. Contains 143183 sequences.


AT&T Labs Research