A378336 Triangle read by rows: T(n,k) is the number of n node connected sensed planar maps with an external face and k triangular internal faces, n >= 3, 1 <= k <= 2*n - 5.
1, 0, 1, 1, 0, 1, 1, 2, 1, 0, 0, 2, 5, 5, 6, 5, 0, 0, 2, 8, 13, 20, 21, 26, 24, 0, 0, 0, 10, 28, 55, 79, 104, 119, 147, 133, 0, 0, 0, 7, 45, 126, 230, 360, 491, 625, 735, 892, 846, 0, 0, 0, 0, 44, 227, 561, 1066, 1682, 2430, 3241, 4074, 4830, 5876, 5661
Offset: 3
Examples
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, 5, 5, 6, 5; 7 | 0, 0, 2, 8, 13, 20, 21, 26, 24; 8 | 0, 0, 0, 10, 28, 55, 79, 104, 119, 147, 133; 9 | 0, 0, 0, 7, 45, 126, 230, 360, 491, 625, 735, 892, 846; ...
Links
- Andrew Howroyd, Table of n, a(n) for n = 3..2306 (rows 3..50)
Comments