|
Search: id:A124498
|
|
|
| A124498 |
|
Triangle read by rows: T(n,k) is the number of set partitions of the set {1,2,...,n} containing k blocks of size 2 (0<=k<=floor(n/2)). |
|
+0 2
|
|
| 1, 1, 1, 1, 2, 3, 6, 6, 3, 17, 20, 15, 53, 90, 45, 15, 205, 357, 210, 105, 871, 1484, 1260, 420, 105, 3876, 7380, 6426, 2520, 945, 18820, 39195, 33390, 18900, 4725, 945, 99585, 213180, 202950, 117810, 34650, 10395, 558847, 1242120, 1293435, 734580, 311850
(list; graph; listen)
|
|
|
OFFSET
|
0,5
|
|
|
COMMENT
|
Row n contains 1+floor(n/2) terms. Row sums yield the Bell numbers A000110. T(n,0)=A097514(n). Sum(k*T(n,k), k=0..floor(n/2))=A105479(n+1).
|
|
FORMULA
|
E.g.f.=exp(exp(z)-1+(t-1)z^2/2).
|
|
EXAMPLE
|
T(4,1)=6 because we have 12|3|4, 13|2|4, 14|2|3, 1|23|4, 1|24|3 and 1|2|34.
|
|
MAPLE
|
G:=exp(exp(z)-1+(t-1)*z^2/2): Gser:=simplify(series(G, z=0, 16)): for n from 0 to 13 do P[n]:=sort(n!*coeff(Gser, z, n)) od: for n from 0 to 13 do seq(coeff(P[n], t, k), k=0..floor(n/2)) od; # yields sequence in triangular form
|
|
CROSSREFS
|
Cf. A000110, A097514, A105479.
Sequence in context: A066838 A084678 A102402 this_sequence A113399 A085273 A151850
Adjacent sequences: A124495 A124496 A124497 this_sequence A124499 A124500 A124501
|
|
KEYWORD
|
nonn,tabf
|
|
AUTHOR
|
Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 05 2006
|
|
|
Search completed in 0.002 seconds
|