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.

A231867 Number of perfect groups of order A060793(n).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 7, 1, 1, 1, 1, 3, 1, 1, 1, 7, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 5, 1, 1, 3, 1, 1, 9, 4, 1, 1, 1, 1, 1, 1, 3, 1, 7, 1, 1, 1, 1, 5, 22, 1, 3, 1, 1, 1, 1, 1, 4, 1, 1, 37, 2, 1, 1, 4, 1, 1, 1, 4, 25, 3, 1, 1, 1, 3, 1
Offset: 1

Views

Author

Eric M. Schmidt, Nov 14 2013

Keywords

Crossrefs

Cf. A131932.

Programs

  • GAP
    A231867 := n -> NrPerfectGroups(SizesPerfectGroups()[n]); # works for most n <= 331.