|
Search: id:A105475
|
|
|
| A105475 |
|
Triangle read by rows: T(n,k) is number of compositions of n into k parts when each even part can be of two kinds. |
|
+0 3
|
|
| 1, 2, 1, 1, 4, 1, 2, 6, 6, 1, 1, 8, 15, 8, 1, 2, 11, 26, 28, 10, 1, 1, 12, 42, 64, 45, 12, 1, 2, 16, 60, 122, 130, 66, 14, 1, 1, 16, 82, 208, 295, 232, 91, 16, 1, 2, 21, 108, 324, 582, 621, 378, 120, 18, 1, 1, 20, 135, 480, 1035, 1404, 1176, 576, 153, 20, 1, 2, 26, 170, 675
(list; table; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
T(4,2)=6 because we have (1,3),(3,1),(2,2),(2,2'),(2',2) and (2',2').
Triangle begins:
1;
2,1;
1,4,1;
2,6,6,1;
1,8,15,8,1;
|
|
MAPLE
|
G:=t*z*(1+2*z)/(1-t*z-z^2-2*t*z^2): Gser:=simplify(series(G, z=0, 14)): for n from 1 to 12 do P[n]:=sort(coeff(Gser, z^n)) od: for n from 1 to 12 do seq(coeff(P[n], t^k), k=1..n) od; # yields sequence in triangular form
|
|
CROSSREFS
|
Row sums yield A105476.
Adjacent sequences: A105472 A105473 A105474 this_sequence A105476 A105477 A105478
Sequence in context: A127709 A131350 A131087 this_sequence A136321 A112987 A125138
|
|
KEYWORD
|
nonn,tabl
|
|
AUTHOR
|
Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 09 2005
|
|
|
Search completed in 0.002 seconds
|