A212209 Square array A(n,k), n>=1, k>=1, read by antidiagonals: A(n,k) is the number of n-colorings of the square diagonal grid graph DG_(k,k).
1, 0, 2, 0, 0, 3, 0, 0, 0, 4, 0, 0, 0, 24, 5, 0, 0, 0, 72, 120, 6, 0, 0, 0, 168, 6720, 360, 7, 0, 0, 0, 360, 935040, 126360, 840, 8, 0, 0, 0, 744, 325061760, 265035240, 1128960, 1680, 9, 0, 0, 0, 1512, 283192323840, 3322711053720, 17160407040, 6510000, 3024, 10
Offset: 1
Examples
Square array A(n,k) begins: 1, 0, 0, 0, 0, ... 2, 0, 0, 0, 0, ... 3, 0, 0, 0, 0, ... 4, 24, 72, 168, 360, ... 5, 120, 6720, 935040, 325061760, ... 6, 360, 126360, 265035240, 3322711053720, ... 7, 840, 1128960, 17160407040, 2949948395735040, ...
Links
- Andrew Howroyd, Table of n, a(n) for n = 1..153
- Eric Weisstein's World of Mathematics, King Graph
- Wikipedia, Chromatic Polynomial
Comments