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.

A006423 Number of rooted toroidal maps with 3 faces and n vertices and without separating cycles or isthmuses.

Original entry on oeis.org

10, 240, 2246, 12656, 52164, 173776, 495820, 1256992, 2902702, 6214208, 12494482, 23827440, 43430088, 76120288, 128926232, 211867328, 338940050, 529346384, 809006814, 1212404336, 1784810764, 2584951600, 3688170980, 5190163680, 7211346870, 9901950240, 13447909290
Offset: 1

Views

Author

Keywords

References

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

Crossrefs

Column 3 of A343090.

Programs

  • PARI
    a(n) = {n*(n + 1)*(n + 2)*(n + 3)*(29*n^5 + 762*n^4 + 5111*n^3 + 7902*n^2 + 8*n + 5088)/45360}

Formula

a(n) = n*(n + 1)*(n + 2)*(n + 3)*(29*n^5 + 762*n^4 + 5111*n^3 + 7902*n^2 + 8*n + 5088)/45360. - Andrew Howroyd, Apr 04 2021

Extensions

Name clarified and terms a(10) and beyond from Andrew Howroyd, Apr 04 2021