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.

A000365 Number of genus 0 rooted planar maps with 4 faces and n vertices.

Original entry on oeis.org

5, 93, 1030, 8885, 65954, 442610, 2762412, 16322085, 92400330, 505403910, 2687477780, 13957496098, 71053094420, 355548314180, 1752827693528, 8529176056965, 41026491589722, 195327793313790, 921451498774660, 4311086414580022, 20019238138410940
Offset: 3

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • T. R. S. Walsh, Combinatorial Enumeration of Non-Planar Maps. Ph.D. Dissertation, Univ. of Toronto, 1971.

Crossrefs

Column 4 of A269920.
Column 0 of A270408.

Programs

  • Mathematica
    nn = 20; CoefficientList[Series[x^2 (1 - Sqrt[1 - 4 x]) (7 + 4 x - 2 Sqrt[1 - 4 x])/(2 (4 x - 1)^4), {x, 0, nn}], x] (* T. D. Noe, Jun 19 2012 *)
  • PARI
    seq(n)={my(g=sqrt(1-4*x + O(x*x^n))); Vec((1-g)*(7+4*x-2*g)/(2*(1-4*x)^4))} \\ Andrew Howroyd, Mar 27 2021

Formula

G.f.: x^2*(1-sqrt(1-4*x))*(7+4*x-2*sqrt(1-4*x))/(2*(4*x-1)^4). - corrected for right offset by Vaclav Kotesovec, Aug 13 2013
a(n) ~ n^3*4^n/24 * (1-4/(sqrt(Pi*n))). - Vaclav Kotesovec, Aug 13 2013

Extensions

More terms from Sean A. Irvine, Nov 14 2010