Gapplet

Given a permutation in Sn compute the number of elements conjugate to it.


Input the number n
e.g., 5
</COMMENT>
 
 
Input a permutation g in Sn
e.g., [5,4,3,2,1] or (1,2,3)(4,5) or (1,2,3) if n = 5
</COMMENT>
 
 
The number of conjugates of g in Sn  
</COMMENT>   </COMMENT>