Suppose that $G$ is a finite group of order n. We know that the action of $G$ on the cosets of its core-free subgroups is a faithful and transitive action and the degree in this permutation representation of $G$ is $(G:H)$. I need a GAP program or command to find all possible degrees of a group $G$ in its faithful and transitive permutation representation.
In fact, I need a command or program in GAP to find the cycle structure of elements of a group $G$ in all of its permutation representations.
There is (not surprising) no ready made functions for this, but this is not hard to code on your own. What I suggest is to:
For 1., calculate the subgroup lattice, take representatives of the classes. Identify wich subgroups $U$ satisfy that
Size(Core(G,U))=1. Then for each such subgroup useFactorCosetActionto get the permutation action on the cosets.