OFFSET
0,3
COMMENTS
The Desargues graph is a cubic symmetric distance-regular graph with 20 vertices and 30 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.
Eric Weisstein's World of Mathematics, "Desargues Graph".
Eric Weisstein's World of Mathematics, "Chromatic Polynomial".
Index entries for linear recurrences with constant coefficients, signature (21, -210, 1330, -5985, 20349, -54264, 116280, -203490, 293930, -352716, 352716, -293930, 203490, -116280, 54264, -20349, 5985, -1330, 210, -21, 1).
FORMULA
a(n) = n^20 -30*n^19 +435*n^18 -4060*n^17 +27405*n^16 -142486*n^15 +593275*n^14 -2029770*n^13 +5806295*n^12 -14047858*n^11 +28942903*n^10 -50912200*n^9 +76328405*n^8 -96864050*n^7 +102660272*n^6 -88808037*n^5 +60384665*n^4 -30272495*n^3 +9922451*n^2 -1585121*n.
MAPLE
a:= n-> n^20 -30*n^19 +435*n^18 -4060*n^17 +27405*n^16 -142486*n^15 +593275*n^14 -2029770*n^13 +5806295*n^12 -14047858*n^11 +28942903*n^10 -50912200*n^9 +76328405*n^8 -96864050*n^7 +102660272*n^6 -88808037*n^5 +60384665*n^4 -30272495*n^3 +9922451*n^2 -1585121*n: seq(a(n), n=0..30);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Mar 10 2009
STATUS
approved