A380617 Triangle read by rows: T(n,k) is the number of achiral combinatorial maps with n edges and k vertices, 1 <= k <= n + 1.
1, 1, 1, 2, 2, 1, 5, 8, 5, 2, 16, 28, 26, 12, 3, 53, 121, 128, 82, 28, 6, 206, 528, 686, 505, 239, 68, 10, 817, 2516, 3638, 3192, 1802, 686, 157, 20, 3620, 12302, 20250, 19976, 13268, 6078, 1876, 372, 35, 16361, 63643, 114669, 126876, 95422, 50954, 19346, 5100, 845, 70
Offset: 0
Examples
Triangle begins: n\k | 1 2 3 4 5 6 7 8 9 ----+------------------------------------------------------- 0 | 1; 1 | 1, 1; 2 | 2, 2, 1; 3 | 5, 8, 5, 2; 4 | 16, 28, 26, 12, 3; 5 | 53, 121, 128, 82, 28, 6; 6 | 206, 528, 686, 505, 239, 68, 10; 7 | 817, 2516, 3638, 3192, 1802, 686, 157, 20; 8 | 3620, 12302, 20250, 19976, 13268, 6078, 1876, 372, 35; ...
Comments