OFFSET
0,12
COMMENTS
The combinatorial maps considered are connected, unlabeled, may have loops and parallel edges and are of any orientable genus.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..1325 (first 51 antidiagonals)
FORMULA
A380625(n) = Sum_{d|2*n} T(d,2*n/d).
EXAMPLE
Array begins:
============================================================
n\k | 1 2 3 4 5 6 7 8 ...
----+-------------------------------------------------------
0 | 1 1 1 1 1 1 1 1 ...
1 | 0 1 0 3 0 15 0 105 ...
2 | 1 1 5 24 189 1695 19305 252000 ...
3 | 0 1 0 297 0 472200 0 2465608950 ...
4 | 0 1 60 4896 869400 242183775 ...
5 | 0 1 0 100278 0 ...
6 | 0 1 1105 2450304 ...
7 | 0 1 0 ...
...
PROG
(PARI) T(n, k)={my(A=O(x^(n*k+1)), g=serlaplace(serconvol(exp(x^k/k + A), exp(x^2/2 + A)))); polcoef(1 + x*deriv(g)/g, n*k)}
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Andrew Howroyd, Jan 29 2025
STATUS
approved