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.

Showing 1-1 of 1 results.

A060348 a(n) = n^n * (n^2 - 1)/24.

Original entry on oeis.org

9, 160, 3125, 68040, 1647086, 44040192, 1291401630, 41250000000, 1426558353055, 53125098504192, 2120125746145771, 90285055457658880, 4087009643554687500, 195996655783163985920, 9926883142636041170124, 529537075346699234869248
Offset: 3

Views

Author

Noam Katz (noamkj(AT)hotmail.com), Mar 30 2001

Keywords

Comments

For n >= 3, a(n) is the number of nonequivalent primitive meromorphic functions with one pole of order n on a Riemann surface of genus 1.

References

  • B. Shapiro, M. Shapiro and A. Vainshtein, Ramified coverings of S^2 with one degenerate branching point and enumeration of edge-ordered graphs, Amer. Math. Soc. Transl., Vol. 180 (1997), pp. 219-227.

Crossrefs

Programs

  • PARI
    { for (n=3, 200, write("b060348.txt", n, " ", n^n * (n^2 - 1)/24); ) } \\ Harry J. Smith, Jul 04 2009
Showing 1-1 of 1 results.