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) = 4 * binomial(n + 4, 5) + 51 * binomial(n + 4, 6) + 163 * binomial(n + 4, 7) + 194 * binomial(n + 4, 8) + 78 * binomial(n + 4, 9). - Sean A. Irvine, Apr 03 2017
a(n) = binomial(n+5,6)*(n + 3)*(13*n^2 + 57*n + 14)/84. - Andrew Howroyd, Apr 05 2021
PROG
(PARI) a(n) = {binomial(n+5, 6)*(n + 3)*(13*n^2 + 57*n + 14)/84} \\ Andrew Howroyd, Apr 05 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(11) and beyond from Andrew Howroyd, Apr 05 2021
STATUS
approved