Gapplet

Given a permutation g and a cycle structure, conjugation by g permutes permutations of the given cycle structure. The corresponding permutation is computed.

Give a permutation as a list, 
e.g., [2,3,1,6,4,5], 
</COMMENT>
 
Give a cycle structure as a sequence of numbers,
e.g., 2,2,2 
</COMMENT>
 
 
</COMMENT>
 
The element g viewed as a permutation of the permutations of given cycle structure  
</COMMENT>