I noticed that, I just hadn't replied yet. I'll quote the whole thing here for reference.
Marek14 wrote:1. Parentheses evaluate from inside out.
2. Parentheses of form a1111... with b 1's evaluate to a#(b+1)
3. Other parentheses containing any 1's evaluate to a#(b+k) where a#b is evaluation of the same parentheses without 1's, and k is the number of 1's.
4. Parentheses containing terms a,b,c etc. with at least two terms and none of them equal to 1 evaluate to (a x b x c x ...)#n where n is the number of terms.
Now I'll look at them one by one.
2. Parentheses of form a1111... with b 1's evaluate to a#(b+1)
I agree with this one.
Example: (211) = 2#4, (3111) = 3#5
3. Other parentheses containing any 1's evaluate to a#(b+k) where a#b is evaluation of the same parentheses without 1's, and k is the number of 1's.
I think I understand this one. So (32) = (3x2)#2 implies (321111) = (3x2)#(2+4) = (3x2)#6, correct?
4. Parentheses containing terms a,b,c etc. with at least two terms and none of them equal to 1 evaluate to (a x b x c x ...)#n where n is the number of terms.
So this would mean that (4332) = (4x3x3x2)#4.
I like all these rules. The dimensions always match up, and they all seem to work for all the low dimensional shapes. I think you've solved the problem Marek
.