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) = n*(n + 1)*(n + 2)*(n + 3)*(29*n^5 + 762*n^4 + 5111*n^3 + 7902*n^2 + 8*n + 5088)/45360. - Andrew Howroyd, Apr 04 2021
PROG
(PARI) a(n) = {n*(n + 1)*(n + 2)*(n + 3)*(29*n^5 + 762*n^4 + 5111*n^3 + 7902*n^2 + 8*n + 5088)/45360}
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Name clarified and terms a(10) and beyond from Andrew Howroyd, Apr 04 2021
STATUS
approved