Advertisement
mate2code

multiset partitions (5,6)

Nov 3rd, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. elements in multiset: 5 integer partition: 6 (5)
  2.  
  3. 1: { 1 1 1 1 1 }
  4. 2: { 1 }{ 1 1 1 1 }
  5. 3: { 1 1 }{ 1 1 1 }
  6. 4: { 1 }{ 1 }{ 1 1 1 }
  7. 5: { 1 }{ 1 1 }{ 1 1 }
  8. 6: { 1 }{ 1 }{ 1 }{ 1 1 }
  9. 7: { 1 }{ 1 }{ 1 }{ 1 }{ 1 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement