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.

A006410 Number of nonseparable rooted toroidal maps with n + 5 edges and n + 1 vertices.

Original entry on oeis.org

20, 651, 8344, 64667, 361884, 1607125, 5997992, 19535997, 57014776, 151986562, 375470160, 869285378, 1902886024, 3966657702, 7920130544, 15220758070, 28268206764, 50910912965, 89176474920, 152305796565, 254193384900, 415363487955, 665644575960, 1047743815755
Offset: 2

Views

Author

Keywords

Comments

The number of faces is 4. - Andrew Howroyd, Apr 05 2021

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Column 4 of A342989.

Programs

  • PARI
    a(n) = {binomial(n + 6, 8)*(136*n^4 + 790*n^3 + 447*n^2 - 180*n - 24)/495} \\ Andrew Howroyd, Apr 05 2021

Formula

a(n) = 20 * binomial(n + 6, 8) + 471 * binomial(n + 6, 9) + 2734 * binomial(n + 6, 10) + 5388 * binomial(n + 6, 11) + 3264 * binomial(n + 6, 12) [From Walsh]. - Sean A. Irvine, Apr 03 2017
a(n) = binomial(n + 6, 8)*(136*n^4 + 790*n^3 + 447*n^2 - 180*n - 24)/495. - Andrew Howroyd, Apr 05 2021

Extensions

Terms a(9) and beyond from Andrew Howroyd, Apr 05 2021