in reply to Re: Parens permutationsin thread Parens permutations
1 ((2 3)) => valid ((1 2 3)) => valid 1 (((2 3))) => invalid
artist