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.

A160454 Number of isomorphism classes of 5-fold coverings of a connected graph with Betti number n.

Original entry on oeis.org

1, 7, 161, 14721, 1730861, 207388305, 24883501301, 2985987361161, 358318118583341, 42998170050574305, 5159780357316368741, 619173642303122852601, 74300837069552376921821, 8916100448264989434407505, 1069932053790827570370392981
Offset: 0

Views

Author

N. J. A. Sloane, Nov 15 2009

Keywords

Comments

Number of orbits of the conjugacy action of Sym(5) on Sym(5)^n [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

Fifth row of A160449.

Programs

  • Mathematica
    LinearRecurrence[{155,-4670,59440,-374304,1152000,-1382400},{1,7,161,14721,1730861,207388305},20] (* Harvey P. Dale, Apr 08 2016 *)
  • PARI
    Vec(-(249792*x^5-159200*x^4+36984*x^3-3746*x^2+148*x-1) / ((4*x-1)*(5*x-1)*(6*x-1)*(8*x-1)*(12*x-1)*(120*x-1)) + O(x^100)) \\ Colin Barker, Mar 24 2015

Formula

a(n+1) = 4^n + 5^n + 2 * 6^n + 8^n + 12^n + 120^n. - Álvar Ibeas, Mar 24 2015
G.f.: -(249792*x^5-159200*x^4+36984*x^3-3746*x^2+148*x-1) / ((4*x-1)*(5*x-1)*(6*x-1)*(8*x-1)*(12*x-1)*(120*x-1)). - Colin Barker, Mar 24 2015

Extensions

Name clarified and more terms added by Álvar Ibeas, Mar 24 2015