OFFSET
1,4
COMMENTS
FORMULA
If n is prime, A284210(n) = (n-2)!.
EXAMPLE
The group Sym(4) contains 3 cyclic groups of order 4, 3 non-normal elementary abelian groups of order 4 and one normal group of order 4, so A284210(4) = 3 + 3 + 1 = 7.
PROG
(GAP) List([1..14], n -> Sum(List(Filtered(ConjugacyClassesSubgroups(SymmetricGroup(n)), c -> Size(Representative(c)) = n)), c -> Size(c)));
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Jens Voß, Mar 23 2017
STATUS
approved
