Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- elements in multiset: 5 integer partition: 4 (4+1)
- 1: { 1 1 1 1 2 }
- 2: { 1 }{ 1 1 1 2 }
- 3: { 2 }{ 1 1 1 1 }
- 4: { 1 1 }{ 1 1 2 }
- 5: { 1 2 }{ 1 1 1 }
- 6: { 1 }{ 1 }{ 1 1 2 }
- 7: { 1 }{ 2 }{ 1 1 1 }
- 8: { 1 }{ 1 1 }{ 1 2 }
- 9: { 2 }{ 1 1 }{ 1 1 }
- 10: { 1 }{ 1 }{ 1 }{ 1 2 }
- 11: { 1 }{ 1 }{ 2 }{ 1 1 }
- 12: { 1 }{ 1 }{ 1 }{ 1 }{ 2 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement