OFFSET
0,3
COMMENTS
The Walther Graph has 25 vertices and 31 edges.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000
Marc Timme, Frank van Bussel, Denny Fliegner, and Sebastian Stolzenberg, Counting complex disordered states by efficient pattern matching: chromatic polynomials and Potts partition functions, New J. Phys. 11 023001, 2009.
Eric Weisstein's World of Mathematics, Walther Graphs.
Eric Weisstein's World of Mathematics, Chromatic Polynomial.
Index entries for linear recurrences with constant coefficients, signature (26, -325, 2600, -14950, 65780, -230230, 657800, -1562275, 3124550, -5311735, 7726160, -9657700, 10400600, -9657700, 7726160, -5311735, 3124550, -1562275, 657800, -230230, 65780, -14950, 2600, -325, 26, -1).
FORMULA
a(n) = n^25 -31*n^24 + ... (see Maple program).
MAPLE
a:= n-> n^25 -31*n^24 +465*n^23 -4494*n^22 +31437*n^21 -169528*n^20 +732875*n^19 -2607473*n^18 +7777403*n^17 -19708162*n^16 +42836515*n^15 -80400727*n^14 +130882589*n^13 -185209067*n^12 +227870356*n^11 -243267982*n^10 +224314530*n^9 -177255496*n^8 +118586759*n^7 -65961560*n^6 +29694659*n^5 -10386912*n^4 +2643810*n^3 -434456*n^2 +34489*n:
seq(a(n), n=0..20);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Mar 16 2009
STATUS
approved
