login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A280333
Chromatic invariant of the n-Andrásfai graph.
0
1, 1, 12, 815, 157762, 64916201, 48508522364
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
Cf. A193126.
Sequence in context: A228182 A356186 A003748 * A350412 A207817 A349468
KEYWORD
nonn,hard,more
AUTHOR
Eric M. Schmidt, Dec 31 2016
STATUS
approved