OFFSET
4,7
COMMENTS
The number of edges is n + k - 2.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 4..124 (rows 4..14)
EXAMPLE
Triangle begins:
n\k| 4 5 6 7 8 9 10 11 12 13 14 15 16
-----+--------------------------------------------------------------------
4 | 1;
5 | 0, 1, 1;
6 | 0, 1, 3, 3, 2;
7 | 0, 0, 3, 11, 18, 10, 5;
8 | 0, 0, 3, 19, 77, 134, 123, 50, 14;
9 | 0, 0, 0, 13, 146, 603, 1280, 1420, 883, 278, 50;
10 | 0, 0, 0, 8, 162, 1409, 6030, 13781, 18404, 14570, 6884, 1772, 233;
...
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Andrew Howroyd, Nov 15 2024
STATUS
approved