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.

A159055 Number of n-colorings of the Small Rhombicuboctahedral Graph.

Original entry on oeis.org

0, 0, 0, 576, 203650128, 1040638993440, 623084813563680, 101592631680840720, 6943164801523811616, 255263918698905355008, 5904362798572834500480, 95380230960557432984160, 1157524686225195065529840, 11126698756531124744948256, 88134022363811246118729888
Offset: 0

Views

Author

Alois P. Heinz, Apr 03 2009

Keywords

Comments

The Small Rhombicuboctahedral Graph is a quartic graph and has 24 vertices and 48 edges.

Programs

  • Maple
    a:= n-> n^24 -48*n^23 +1120*n^22 -16910*n^21 +185518*n^20 -1574420*n^19 +10743365*n^18 -60484598*n^17 +286043853*n^16 -1150897784*n^15 +3975180762*n^14 -11858250846*n^13 +30660467874*n^12 -68798913942*n^11 +133829611744*n^10 -224828818477*n^9 +323901249982*n^8 -395626119514*n^7 +402626826190*n^6 -332539017926*n^5 +214063824663*n^4 -100567383387*n^3 +30563782552*n^2 -4486439772*n:
    seq(a(n), n=0..20);

Formula

a(n) = n^24 -48*n^23 + ... (see Maple program).