Given the partition P= {124; 5; 36} in a set of 6 elements,
(a)what is the corresponding E-relation?
110100 110100 001001 110100 000010 001001
(b) How could you find the number of different partitions of 6 elements into 3 blocks?
110100 110100 001001 110100 000010 001001
|
|
|
Ex : S= {1,2,3,4} n=4,
say take m=2
{1,2,3;4} {1,3;2,4}
{1,2,4;3} {1,4;2,3}
{1,3,4;2}
{2,3,4;1}
{1,2;3,4}
S(4,2) = 7