Basic Examples 
(2)
 

A Frobenius symbol is matrix with two decreasing rows of nonnegative integers:
In[4]:=
f1={{6,5,1},{4,2,0}};
This finds the partition corresponding to the Frobenius symbol:
In[5]:=
[◼]
PartitionFromFrobeniusSymbol
@f1
Out[5]=
{7,7,4,2,1}
———
Here is another example:
In[6]:=
f2={{7,5,2,0},{5,4,1,0}};
In[7]:=
[◼]
PartitionFromFrobeniusSymbol
@f2
Out[7]=
{8,7,5,4,2,2}

Properties and Relations 
(1)
 
