4 joins 2 splits one way:
3 3 3 3 3
-> 6 3 3 3
-> 5 1 3 3 3
-> 5 4 3 3
-> 5 7 3
-> 5 5 2 3
-> 5 5 5
4 joins 2 splits another way:
3 3 3 3 3
-> 6 3 3 3
-> 9 3 3
-> 12 3
-> 15
-> 10 5
-> 5 5 5
4 joins 2 splits a third way:
3 3 3 3 3
-> 6 3 3 3
-> 5 1 3 3 3
-> 5 1 6 3
-> 5 1 5 1 3
-> 5 5 2 3
-> 5 5 5
don't have the time at the moment to generalize but i did not expect to get the same thing from three different approaches