|
Search: id:A078760
|
|
|
| A078760 |
|
Combinations of a partition: number of ways to label a partition (of size n) with numbers 1 to n. |
|
+0 2
|
|
| 1, 1, 1, 2, 1, 3, 6, 1, 4, 6, 12, 24, 1, 5, 10, 20, 30, 60, 120, 1, 6, 15, 30, 20, 60, 120, 90, 180, 360, 720, 1, 7, 21, 42, 35, 105, 210, 140, 210, 420, 840, 630, 1260, 2520, 5040, 1, 8, 28, 56, 56, 168, 336, 70, 280, 420, 840, 1680, 560, 1120, 1680, 3360, 6720, 2520
(list; table; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
This is a function of the individual partitions of an integer. The number of values in each line is given by A000041; thus lines 0 to 5 of the sequence are (1), (1), (1,2), (1,3,6), (2,4,6,12,24). The partitions in each line are ordered with the largest part sizes first, so the line 4 indices are [4], [3,1], [2,2], [2,1,1], and [1,1,1,1]. Note that exponents are often used to represent repeated values in a partition, so the last index could instead be written [1^4]. The combination function (sequence A007318) C(n,m) = C([m,n-m]).
|
|
LINKS
|
T. D. Noe, Rows n=0..25 of triangle, flattened
Index entries for triangles and arrays related to Pascal's triangle.
|
|
FORMULA
|
C([<a_i>]) = (\Sigma a_i)! / \Pi a_i !
|
|
EXAMPLE
|
C([2,1]) = 3 for the labelings ({1,2},{3}), ({1,3},{2}) and ({2,3},{2}).
|
|
MATHEMATICA
|
Flatten[Table[Apply[Multinomial, Partitions[i], {1}], {i, 0, 25}] (from T. D. Noe, Oct 14 2007)
|
|
CROSSREFS
|
Different from A036038.
Adjacent sequences: A078757 A078758 A078759 this_sequence A078761 A078762 A078763
Sequence in context: A010251 A051537 A036038 this_sequence A103280 A046899 A035206
|
|
KEYWORD
|
nice,easy,nonn,tabl
|
|
AUTHOR
|
Frank Adams-Watters (FrankTAW(AT)Netscape.net), Jan 08 2003
|
|
|
Search completed in 0.002 seconds
|