The only thing I can come up with is that order doesn't matter in terms of what goes into the boxes. In other words, if I am partitioning the integer 5 into 2,2,1...and I put each of those integers into one each of my three boxes...then 2,2,1 is the same as 1,2,2.
I still can't figure out...