A000502 Number of genus 0 rooted maps with 6 faces and n vertices.
42, 1586, 31388, 442610, 5030004, 49145460, 429166584, 3435601554, 25658464260, 181055975100, 1218601601672, 7880146275092, 49238911113224, 298652277299880, 1764885293279472, 10192638073849554, 57674223198273444, 320430129184331628, 1751190732477786600, 9428906326013866076
Offset: 5
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.
Links
- Andrew Howroyd, Table of n, a(n) for n = 5..500
- W. T. Tutte, On the enumeration of planar maps, Bull. Amer. Math. Soc. 74 1968 64-74.
- T. R. S. Walsh and A. B. Lehman, Counting rooted maps by genus, J. Comb. Thy B13 (1972), 122-141 and 192-218.
- Notes
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