OFFSET
3,8
COMMENTS
See A378103 for illustration of initial terms. This sequence counts only those maps which have mirror symmetry.
The planar maps considered are without loops or isthmuses.
The number of edges is n + k - 1.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 3..2306 (rows 3..50)
Andrew Howroyd, PARI Program, Nov 2024.
EXAMPLE
Triangle begins:
n\k | 1 2 3 4 5 6 7 8 9 10 11 12 13
----+------------------------------------------------
3 | 1;
4 | 0, 1, 1;
5 | 0, 1, 1, 2, 1;
6 | 0, 0, 2, 3, 3, 4, 3;
7 | 0, 0, 2, 4, 7, 8, 7, 10, 8;
8 | 0, 0, 0, 4, 8, 15, 19, 22, 19, 29, 23;
9 | 0, 0, 0, 3, 11, 22, 32, 48, 57, 65, 57, 86, 68;
...
PROG
(PARI) my(A=A378340rows(10)); for(i=1, #A, print(A[i])) \\ See Links for program.
CROSSREFS
KEYWORD
nonn,tabf,new
AUTHOR
Andrew Howroyd, Nov 25 2024
STATUS
approved