OFFSET
0,5
COMMENTS
The Shrikhande graph has 16 vertices and 48 edges.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000
Timme, Marc; van Bussel, Frank; Fliegner, Denny; Stolzenberg, Sebastian (2009) "Counting complex disordered states by efficient pattern matching: chromatic polynomials and Potts partition functions", New J. Phys. 11 023001, doi: 10.1088/1367-2630/11/2/023001.
Weisstein, Eric W. "Shrikhande Graph".
Weisstein, Eric W. "Chromatic Polynomial".
Index entries for linear recurrences with constant coefficients, signature (17, -136, 680, -2380, 6188, -12376, 19448, -24310, 24310, -19448, 12376, -6188, 2380, -680, 136, -17, 1).
FORMULA
a(n) = n^16 -48*n^15 + ... (see Maple program).
MAPLE
a:= n-> n^16 -48*n^15 +1096*n^14 -15812*n^13 +161320*n^12 -1233064*n^11 +7290402*n^10 -33903652*n^9 +124749368*n^8 -362020596*n^7 +818389712*n^6 -1407982096*n^5 +1773274371*n^4 -1531612072*n^3 +803458490*n^2 -190557420*n:
seq(a(n), n=0..20);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Mar 26 2009
STATUS
approved
