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.

A000502 Number of genus 0 rooted maps with 6 faces and n vertices.

Original entry on oeis.org

42, 1586, 31388, 442610, 5030004, 49145460, 429166584, 3435601554, 25658464260, 181055975100, 1218601601672, 7880146275092, 49238911113224, 298652277299880, 1764885293279472, 10192638073849554, 57674223198273444, 320430129184331628, 1751190732477786600, 9428906326013866076
Offset: 5

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 6 of A269920.
Column 0 of A270410.

Programs

  • Mathematica
    CoefficientList[ x(1-Sqrt[1-4x])(105+92x-(84+76x)Sqrt[1-4x])/(1-4x)^7/x^2 + O[x]^30, x] (* Jean-François Alcover, Feb 09 2016 *)
  • PARI
    seq(n)={my(g=sqrt(1-4*x + O(x*x^n))); Vec((1-g)*(105+92*x - (84+76*x)*g)/((1-4*x)^7))} \\ Andrew Howroyd, Mar 28 2021

Formula

G.f.: x^4*(1-sqrt(1-4*x))*(105+92*x-(84+76*x)*sqrt(1-4*x))/(1-4*x)^7. - Sean A. Irvine, Nov 14 2010

Extensions

More terms from Sean A. Irvine, Nov 14 2010