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.

A029725 Number of distinct subgroups of alternating group A_n, counting conjugates as distinct.

Original entry on oeis.org

1, 1, 1, 2, 10, 59, 501, 3786, 48337, 508402, 6469142, 81711572, 2019160542, 31945830446, 749115591093, 15230426073946, 617313283787616, 13472047923890487
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A005432. Labeled version of A029726.

Programs

  • Magma
    n := 5; &+[ Length(s):s in SubgroupLattice(Alt(n)) ];

Formula

Exponential transform of A116652. - Christian G. Bower, Feb 23 2006

Extensions

a(9)-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