login
A379430
Array read by antidiagonals: A(n,k) is the number of sensed planar maps with n vertices and k faces, n >= 1, k >= 1.
8
1, 1, 1, 1, 2, 1, 2, 5, 5, 2, 3, 14, 23, 14, 3, 6, 42, 108, 108, 42, 6, 14, 140, 501, 761, 501, 140, 14, 34, 473, 2264, 4744, 4744, 2264, 473, 34, 95, 1670, 10087, 27768, 38495, 27768, 10087, 1670, 95, 280, 5969, 44310, 153668, 279698, 279698, 153668, 44310, 5969, 280
OFFSET
1,5
COMMENTS
The planar maps considered are connected and may contain loops and parallel edges.
The number of edges is n + k - 2.
FORMULA
A(n,k) = A(k,n).
EXAMPLE
Array begins:
=========================================================
n\k | 1 2 3 4 5 6 7 8 ...
----+----------------------------------------------------
1 | 1 1 1 2 3 6 14 34 ...
2 | 1 2 5 14 42 140 473 1670 ...
3 | 1 5 23 108 501 2264 10087 44310 ...
4 | 2 14 108 761 4744 27768 153668 ...
5 | 3 42 501 4744 38495 279698 ...
6 | 6 140 2264 27768 279698 ...
7 | 14 473 10087 153668 ...
8 | 34 1670 44310 ...
...
As a triangle, rows give the number of edges (first row is 0 edges):
1;
1, 1;
1, 2, 1;
2, 5, 5, 2;
3, 14, 23, 14, 3;
6, 42, 108, 108, 42, 6;
14, 140, 501, 761, 501, 140, 14;
34, 473, 2264, 4744, 4744, 2264, 473, 34;
95, 1670, 10087, 27768, 38495, 27768, 10087, 1670, 95;
...
CROSSREFS
Antidiagonal sums are A006384.
Columns 1..2 are A002995, A380237.
Cf. A269920 (rooted), A277741 (unsensed), A379431 (achiral), A342061 (2-connected), A384964 (simple).
Sequence in context: A241555 A379431 A277741 * A241138 A241349 A330405
KEYWORD
nonn,tabl
AUTHOR
Andrew Howroyd, Jan 13 2025
STATUS
approved