login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A378273
Number of subgroups of S_n isomorphic to S_4 up to conjugacy, where S_n is the n-th symmetric group.
4
0, 0, 0, 1, 1, 4, 5, 10, 13, 22, 27, 47, 56, 84, 104, 147, 175, 250
OFFSET
1,6
PROG
(GAP) A378273 := function(n)
return Length(IsomorphicSubgroups(SymmetricGroup(n), SymmetricGroup(4)));
end;
CROSSREFS
Column k=4 of A378177.
Sequence in context: A114517 A283246 A236283 * A357865 A366864 A322610
KEYWORD
nonn,hard,more
AUTHOR
Jianing Song, Nov 21 2024
STATUS
approved