login
A378281
Number of subgroups of S_n isomorphic to S_5, where S_n is the n-th symmetric group.
4
0, 0, 0, 0, 1, 12, 84, 560, 3276, 79632, 1105104, 16571808, 176344740
OFFSET
1,6
PROG
(GAP) A378281 := function(n)
local S;
S := SymmetricGroup(n);
return Sum(IsomorphicSubgroups(S, SymmetricGroup(5)), x->Index(S, Normalizer(S, Image(x))));
end;
CROSSREFS
Column k=5 of A378163.
Sequence in context: A174079 A003209 A155645 * A336907 A095267 A118017
KEYWORD
nonn,hard,more
AUTHOR
Jianing Song, Nov 21 2024
STATUS
approved