OFFSET
0,4
COMMENTS
Also number of n-colorings of the cuboctahedral graph.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000
Eric Weisstein's World of Mathematics, Cubical Graph
Eric Weisstein's World of Mathematics, Cuboctahedral Graph
Wikipedia, Chromatic Polynomial
Index entries for linear recurrences with constant coefficients, signature (13, -78, 286, -715, 1287, -1716, 1716, -1287, 715, -286, 78, -13, 1).
FORMULA
a(n) = n*(n-1)*(n-2)*(n^9 -21*n^8 +203*n^7 -1191*n^6 +4701*n^5 -13031*n^4 +25524*n^3 -34192*n^2 +28400*n -11072).
G.f.: -24*x^3*(29584*x^9 +491264*x^8 +2823089*x^7 +6622739*x^6 +6646049*x^5 +2837531*x^4 +480491*x^3 +27281*x^2 +371*x+ 1) / (x-1)^13.
MAPLE
a:= n-> n*(n-1)*(n-2) *(-11072 +(28400 +(-34192 +(25524 +(-13031
+(4701 +(-1191 +(203 +(-21+n)*n)*n)*n)*n)*n)*n)*n)*n):
seq(a(n), n=0..30);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Dec 04 2013
STATUS
approved