cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A157959 Number of n-colorings of the Desargues graph.

Original entry on oeis.org

0, 0, 2, 42258, 217727724, 120716639420, 15509657482350, 784759781145102, 21017383336908728, 355260899699333784, 4240584584018848890, 38562180170120230250, 281853103175962977252, 1722023964356731913748, 9058240485370625897894, 41970560739174197375910
Offset: 0

Views

Author

Alois P. Heinz, Mar 10 2009

Keywords

Comments

The Desargues graph is a cubic symmetric distance-regular graph with 20 vertices and 30 edges.

Programs

  • 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);

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.