A182406 Square array A(n,k), n>=1, k>=1, read by antidiagonals: A(n,k) is the number of n-colorings of the square grid graph G_(k,k).
1, 0, 2, 0, 2, 3, 0, 2, 18, 4, 0, 2, 246, 84, 5, 0, 2, 7812, 9612, 260, 6, 0, 2, 580986, 6000732, 142820, 630, 7, 0, 2, 101596896, 20442892764, 828850160, 1166910, 1302, 8, 0, 2, 41869995708, 380053267505964, 50820390410180, 38128724910, 6464682, 2408, 9
Offset: 1
Examples
Square array A(n,k) begins: 1, 0, 0, 0, 0, ... 2, 2, 2, 2, 2, ... 3, 18, 246, 7812, 580986, ... 4, 84, 9612, 6000732, 20442892764, ... 5, 260, 142820, 828850160, 50820390410180, ... 6, 630, 1166910, 38128724910, 21977869327169310, ...
Links
- Eric Weisstein's World of Mathematics, Grid Graph
- Wikipedia, Chromatic Polynomial
Comments