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.
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
Examples
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; ...
Links
- Timothy R. Walsh, Number of sensed planar maps with n edges and m vertices, pp. 1-10.
Crossrefs
Formula
A(n,k) = A(k,n).
Comments