login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006417 Number of loopless rooted planar maps with 4 faces and n vertices and no isthmuses.
(Formerly M5091)
2
1, 20, 131, 469, 1262, 2862, 5780, 10725, 18647, 30784, 48713, 74405, 110284, 159290, 224946, 311429, 423645, 567308, 749023, 976373, 1258010, 1603750, 2024672, 2533221, 3143315, 3870456, 4731845, 5746501, 6935384, 8321522, 9930142, 11788805, 13927545, 16379012 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
T. R. S. Walsh, A. B. Lehman, Counting rooted maps by genus. III: Nonseparable maps, J. Combinatorial Theory Ser. B 18 (1975), 222-259.
FORMULA
From Colin Barker, Apr 08 2013: (Start)
a(n) = (2160+846*n-1027*n^2-345*n^3+125*n^4+39*n^5+2*n^6)/360.
G.f.: -x^2*(5*x^6-29*x^5+65*x^4-63*x^3+12*x^2+13*x+1) / (x-1)^7. (End)
PROG
(PARI) a(n)={if(n<2, 0, (2*n^6 + 39*n^5 + 125*n^4 - 345*n^3 - 1027*n^2 + 846*n + 2160)/360)} \\ Andrew Howroyd, Apr 01 2021
CROSSREFS
Column k=4 of A342980.
Sequence in context: A126488 A304507 A005551 * A156392 A219574 A356272
KEYWORD
nonn
AUTHOR
EXTENSIONS
Title improved by Sean A. Irvine, Apr 03 2017
Terms a(14) and beyond from Andrew Howroyd, Apr 01 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 15 23:26 EDT 2024. Contains 374334 sequences. (Running on oeis4.)