A182517 Chromatic invariant of the square grid graph G_(n,n).
1, 1, 3, 72, 11423, 11187798, 65460885384, 2247082682913972, 447548280314975144427, 513427482871084962707467332
Offset: 1
Links
- Eric Weisstein's World of Mathematics, Chromatic Invariant
- Eric Weisstein's World of Mathematics, Grid Graph
- Wikipedia, Chromatic Polynomial
Programs
-
Mathematica
Abs[Table[Derivative[1][ChromaticPolynomial[GridGraph[{n, n}]]][1], {n, 7}]] (* Eric W. Weisstein, May 01 2017 *)
Formula
a(n) = |(d/dq P(n,q)){q=1}| with P(n,q) = Sum{k=0..n^2} A182368(n,k) * q^(n^2-k).
Extensions
a(10) from Andrew Howroyd, Apr 23 2018
Comments