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”).

A029726
Number of conjugacy classes of subgroups of the alternating group A_n.
5
1, 1, 1, 2, 5, 9, 22, 40, 137, 223, 430, 788, 2537, 4558, 12136, 24871, 95526, 182234
OFFSET
0,4
COMMENTS
Number of even permutation groups; also number of molecular species based on even permutation groups. - Christian G. Bower, Feb 23 2006
PROG
(GAP)
# GAP 4.2
Length(ConjugacyClassesSubgroups(AlternatingGroup(n)));
(Magma) n := 5; #SubgroupLattice(Alt(n));
CROSSREFS
Cf. A000001, A000638. Unlabeled version of A029725. Euler transform of A116653.
Sequence in context: A304349 A024822 A218966 * A052962 A173565 A268651
KEYWORD
hard,nonn,more
AUTHOR
EXTENSIONS
More terms from Reiner Martin, Dec 30 2001
a(10)-a(13) added by Christian G. Bower, Feb 23 2006 based on Goetz Pfeiffer's web page.
a(14)-a(17) from Vaclav Kotesovec, Jul 21 2022
STATUS
approved