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.

A160448 Number of isomorphism classes of n-fold coverings of a connected graph with Betti number 6.

Original entry on oeis.org

1, 1, 64, 8051, 7997683, 24883501301, 193492277719861, 3252016862827895399, 106562068594917409814646, 6292383326091360022932428280, 629238325608681213686078435061358, 101339461229675874181303485938915652000
Offset: 0

Views

Author

N. J. A. Sloane, Nov 12 2009

Keywords

Comments

Number of orbits of the conjugacy action of Sym(n) on Sym(n)^6 [Kwak and Lee, 2001]. - Álvar Ibeas, Mar 24 2015

References

  • J. H. Kwak and J. Lee, Enumeration of graph coverings, surface branched coverings and related group theory, in Combinatorial and Computational Mathematics (Pohang, 2000), ed. S. Hong et al., World Scientific, Singapore 2001, pp. 97-161.

Crossrefs

Seventh column of A160449.

Programs

  • Sage
    [sum(p.aut()**5 for p in Partitions(n)) for n in range(6)] # Álvar Ibeas, Mar 24 2015

Extensions

Name clarified and more terms added by Álvar Ibeas, Mar 24 2015
a(0)=1 prepended by F. Chapoton, Mar 15 2020