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.

A066115 Number of conjugacy classes of maximal subgroups of the symmetric group S_n.

Original entry on oeis.org

0, 1, 2, 3, 4, 6, 5, 7, 7, 8, 7, 11, 8, 10, 10, 11, 10, 14, 11, 15, 16, 14, 13, 19, 16, 16, 17, 19, 16, 22, 17, 21, 19, 19, 20, 27, 20, 22, 22, 28, 22, 28, 23, 27, 28, 25, 25, 33, 28, 30, 28, 30, 28, 34, 31, 36, 31, 31, 31, 42, 32, 34, 37, 37, 36, 39, 35, 40
Offset: 1

Views

Author

Reiner Martin, Dec 30 2001

Keywords

Programs

  • GAP
    # GAP 4.2
    Length( ConjugacyClassesMaximalSubgroups( SymmetricGroup( n ) ) );
    
  • GAP
    List([2..50],i->Length(MaximalSubgroupClassReps(SymmetricGroup(i))));

Extensions

More terms from Alexander Hulpke, Feb 19 2002
More terms from Eric M. Schmidt, Jul 21 2017