This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A182517 #17 Feb 16 2025 08:33:13 %S A182517 1,1,3,72,11423,11187798,65460885384,2247082682913972, %T A182517 447548280314975144427,513427482871084962707467332 %N A182517 Chromatic invariant of the square grid graph G_(n,n). %C A182517 The square grid graph G_(n,n) has n^2 = A000290(n) vertices and 2*n*(n-1) = A046092(n-1) edges. The chromatic invariant equals the absolute value of the first derivative of the chromatic polynomial evaluated at 1. %H A182517 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ChromaticInvariant.html">Chromatic Invariant</a> %H A182517 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/GridGraph.html">Grid Graph</a> %H A182517 Wikipedia, <a href="https://en.wikipedia.org/wiki/Chromatic_polynomial">Chromatic Polynomial</a> %F A182517 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). %t A182517 Abs[Table[Derivative[1][ChromaticPolynomial[GridGraph[{n, n}]]][1], {n, 7}]] (* _Eric W. Weisstein_, May 01 2017 *) %Y A182517 Cf. A000290, A046092, A182368 (chromatic polynomial). %K A182517 nonn,more %O A182517 1,3 %A A182517 _Alois P. Heinz_, May 03 2012 %E A182517 a(10) from _Andrew Howroyd_, Apr 23 2018