OFFSET
1,3
LINKS
Eric Weisstein's World of Mathematics, Andrásfai Graph
Eric Weisstein's World of Mathematics, Chromatic Invariant
MATHEMATICA
Table[Derivative[1][ChromaticPolynomial[CirculantGraph[3 n - 1, Range[1, 3 n, 3]]]][1], {n, 6}] // Abs (* Eric W. Weisstein, Apr 11 2017 *)
PROG
(Sage) def a(n) : return graphs.CirculantGraph(3*n-1, range(1, 3*n, 3)) .chromatic_polynomial().derivative()(1).abs()
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Eric M. Schmidt, Dec 31 2016
STATUS
approved