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.

A006421 Number of rooted planar maps with 4 vertices and n faces and no isthmuses.

Original entry on oeis.org

1, 30, 449, 4795, 41850, 319320, 2213665, 14283280, 87169790, 508887860, 2865204762, 15654301865, 83388235348, 434685964540, 2223970137825, 11194499812388, 55546566721430, 272142754971892, 1318317357277470, 6321681903231990, 30037740651227756, 141545610360126400
Offset: 2

Views

Author

Keywords

References

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

Crossrefs

A diagonal of A342981.

Programs

  • PARI
    seq(n)={my(g=x*(1-sqrt(1-4*x + O(x^n)))/(2*x)); Vec((1 + 9*g - 9*g^2 - 20*g^3 + 20*g^4)/((1 - g)^5*(1 - 2*g)^8))} \\ Andrew Howroyd, Apr 02 2021

Formula

G.f.: x^2*(1 + 9*g - 9*g^2 - 20*g^3 + 20*g^4)/((1 - g)^5*(1 - 2*g)^8) where g/x is the g.f. of A000108. - Andrew Howroyd, Apr 02 2021

Extensions

a(13) and title improved by Sean A. Irvine, Apr 06 2017
Terms a(14) and beyond from Andrew Howroyd, Apr 02 2021