cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A029726 Number of conjugacy classes of subgroups of the alternating group A_n.

Original entry on oeis.org

1, 1, 1, 2, 5, 9, 22, 40, 137, 223, 430, 788, 2537, 4558, 12136, 24871, 95526, 182234
Offset: 0

Views

Author

Keywords

Comments

Number of even permutation groups; also number of molecular species based on even permutation groups. - Christian G. Bower, Feb 23 2006

Crossrefs

Cf. A000001, A000638. Unlabeled version of A029725. Euler transform of A116653.

Programs

  • GAP
    # GAP 4.2
    Length(ConjugacyClassesSubgroups(AlternatingGroup(n)));
    
  • Magma
    n := 5; #SubgroupLattice(Alt(n));

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