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.

A006409 Number of nonseparable rooted toroidal maps with n + 4 edges and n + 1 vertices.

Original entry on oeis.org

10, 190, 1568, 8344, 33580, 111100, 317680, 811096, 1891318, 4094090, 8328320, 16071120, 29636984, 52540472, 89974880, 149432720, 241497410, 380839382, 587453856, 888181800, 1318560100, 1925051700, 2767711440, 3923348520, 5489251950, 7587551010, 10370288640
Offset: 2

Views

Author

Keywords

Comments

The number of faces is 3. - 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 3 of A342989.

Programs

  • PARI
    a(n) = {binomial(n + 4, 6)*(29*n^3 + 108*n^2 - 11*n - 12)/63} \\ Andrew Howroyd, Apr 05 2021

Formula

a(n) = 10 * binomial(n + 4, 6) + 120 * binomial(n + 4, 7) + 328 * binomial(n + 4, 8) + 232 * binomial(n + 4, 9) [From Walsh]. - Sean A. Irvine, Apr 03 2017
a(n) = binomial(n + 4, 6)*(29*n^3 + 108*n^2 - 11*n - 12)/63. - Andrew Howroyd, Apr 05 2021

Extensions

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