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.

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

Original entry on oeis.org

20, 831, 12656, 109075, 648792, 2978245, 11293436, 36973989, 107727724, 285451894, 699013380, 1601397330, 3465135024, 7135903782, 14072047976, 26707904230, 48991682628, 87164772761, 150869282184, 254695011933, 420306632200, 679327313795, 1077197343300, 1678276223715
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 4 of A343090.

Programs

  • PARI
    a(n) = {n*(n + 1)*(n + 2)*(n + 3)*(n + 4)*(136*n^7 + 6554*n^6 + 98165*n^5 + 516860*n^4 + 763064*n^3 + 306776*n^2 + 2220955*n - 586110)/19958400} \\ Andrew Howroyd, Apr 04 2021

Formula

a(n) = n*(n + 1)*(n + 2)*(n + 3)*(n + 4)*(136*n^7 + 6554*n^6 + 98165*n^5 + 516860*n^4 + 763064*n^3 + 306776*n^2 + 2220955*n - 586110)/19958400. - Andrew Howroyd, Apr 04 2021

Extensions

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