OFFSET
2,8
COMMENTS
The maps considered here may include parallel edges.
The number of faces is n + 2 - k.
LINKS
Timothy R. Walsh, Number of sensed planar maps with n edges and m vertices, pp. 29-36.
FORMULA
T(n,k) = T(n, n+2-k).
EXAMPLE
Triangle begins:
1;
1, 1;
1, 1, 1;
1, 2, 2, 1;
1, 3, 7, 3, 1;
1, 4, 13, 13, 4, 1;
1, 5, 29, 44, 29, 5, 1;
1, 7, 51, 139, 139, 51, 7, 1;
1, 8, 92, 370, 623, 370, 92, 8, 1;
1, 10, 147, 913, 2307, 2307, 913, 147, 10, 1;
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Andrew Howroyd, Jan 14 2025
STATUS
approved