A182797 Square array A(n,k), n>=1, k>=1, read by antidiagonals: A(n,k) is the number of n-colorings of the k X k X k triangular grid.
1, 0, 2, 0, 0, 3, 0, 0, 6, 4, 0, 0, 6, 24, 5, 0, 0, 6, 192, 60, 6, 0, 0, 6, 2112, 1620, 120, 7, 0, 0, 6, 32640, 98820, 7680, 210, 8, 0, 0, 6, 718080, 13638780, 1574400, 26250, 336, 9, 0, 0, 6, 22665216, 4260983940, 1034019840, 13676250, 72576, 504, 10
Offset: 1
Examples
Square array A(n,k) begins: 1, 0, 0, 0, 0, 0, ... 2, 0, 0, 0, 0, 0, ... 3, 6, 6, 6, 6, 6, ... 4, 24, 192, 2112, 32640, 718080, ... 5, 60, 1620, 98820, 13638780, 4260983940, ... 6, 120, 7680, 1574400, 1034019840, 2175789895680, ...
Links
- Wikipedia, Triangular grid graph
- Wikipedia, Chromatic polynomial
Comments