OFFSET
0,6
LINKS
L. Naughton and G. Pfeiffer, Integer sequences realized by the subgroup pattern of the symmetric group, arXiv:1211.1911 [math.GR], 2012-2013.
Liam Naughton, CountingSubgroups.g
Liam Naughton and Goetz Pfeiffer, Tomlib, The GAP table of marks library
MATHEMATICA
A[s_Integer] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[ Import["https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {_, _}][[All, 2]]];
A027423 = A@027423;
A218913 = A@218913;
a /@ Range[0, 13] (* Jean-François Alcover, Jan 08 2020 *)
PROG
(GAP) Size(Difference(DivisorsInt(Factorial(n)), DuplicateFreeList(List(ConjugacyClassesSubgroups(SymmetricGroup(n)), x->Size(Representative(x))))));
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Liam Naughton, Nov 09 2012
STATUS
approved