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.

Showing 1-3 of 3 results.

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

A116652 Number of connected subgroups of the alternating group A_n.

Original entry on oeis.org

0, 1, 0, 1, 5, 23, 257, 1048, 27219, 137537, 2725441, 22377824, 1221555748, 7846888669, 406966068706, 5178802915485, 417065722270965, 3785224363874273
Offset: 0

Views

Author

Christian G. Bower, Feb 23 2006

Keywords

Comments

A permutation group is connected if it is not the direct product of smaller permutation groups.

Crossrefs

Labeled version of A116653.

Formula

Logarithmic transform of A029725.

Extensions

a(14)-a(17) from Vaclav Kotesovec, Jul 21 2022

A116654 Number of atomic species based on even permutation groups that are not substitutions of smaller species.

Original entry on oeis.org

0, 1, 0, 1, 3, 4, 11, 15, 84, 59, 139, 168, 1232, 1079
Offset: 0

Views

Author

Christian G. Bower, Feb 23 2006

Keywords

Formula

Define b(n), c(n): b(1)=c(0)=0. b(k)=a(k), k>1. c(k)=A029726(k), k>0. A116653(n) is Dirichlet convolution of b and c.
Showing 1-3 of 3 results.