login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A006413
Number of nonseparable tree-rooted planar maps with n + 4 edges and 5 vertices.
(Formerly M4031)
4
5, 210, 3150, 27556, 170793, 829920, 3359356, 11786190, 36845718, 104719524, 274707420, 672982128, 1554007910, 3407724936, 7139933088, 14366348780, 27878652291, 52364814150, 95497666810, 169546939380, 293722986375, 497527759560, 825473130300, 1343631834090
OFFSET
1,1
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
T. R. S. Walsh and A. B. Lehman, Counting rooted maps by genus. III: Nonseparable maps, J. Combinatorial Theory Ser. B 18 (1975), 222-259.
FORMULA
a(n) = 5 * binomial(n + 6, 7) + 170 * binomial(n + 6, 8) + 1440 * binomial(n + 6, 9) + 4906 * binomial(n + 6, 10) + 7927 * binomial(n + 6, 11) + 6090 * binomial(n + 6, 12) + 1794 * binomial(n + 6, 13). - Sean A. Irvine, Apr 03 2017
a(n) = binomial(n+7,8)*(n + 4)*(23*n^4 + 279*n^3 + 941*n^2 + 599*n + 138)/1980. - Andrew Howroyd, Apr 05 2021
PROG
(PARI) a(n) = {binomial(n+7, 8)*(n + 4)*(23*n^4 + 279*n^3 + 941*n^2 + 599*n + 138)/1980} \\ Andrew Howroyd, Apr 05 2021
CROSSREFS
Column 5 of A342984.
Sequence in context: A068531 A144139 A020541 * A055316 A203470 A165208
KEYWORD
nonn
EXTENSIONS
Terms a(10) and beyond from Andrew Howroyd, Apr 05 2021
STATUS
approved