How many partitions of [n] into two blocks are there? How many partitions of [n] into n-1 blocks are there?
There arepartitions of [n] into two blocks (floor(n/2) is the greatest integer less than or equal to (n/2)).
There arepartitions of [n] into n-1 blocks.
Did I get this one correct?


LinkBack URL
About LinkBacks

