OFFSET
1,1
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..1000
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
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(10) and beyond from Andrew Howroyd, Apr 05 2021
STATUS
approved