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.

A158346 Number of n-colorings of the Deltoidal Icositetrahedral Graph.

Original entry on oeis.org

0, 0, 2, 356928, 12099922596, 49101447458720, 32837837611390230, 6426553644633315312, 533800370960514099848, 23739442745823623206656, 657668636438409768373290, 12584142706200655870739360, 178943783391165445637763372, 1995231603312151326801233568
Offset: 0

Views

Author

Alois P. Heinz, Mar 16 2009

Keywords

Comments

The Deltoidal Icositetrahedral Graph has 26 vertices and 48 edges.

Programs

  • Maple
    a:= n-> n^26 -48*n^25 +1128*n^24 -17272*n^23 +193500*n^22 -1688536*n^21 +11930900*n^20 -70058175*n^19 +348177439*n^18 -1483953200*n^17 +5476121836*n^16 -17616949248*n^15 +49637181582*n^14 -122824349683*n^13 +267154252219*n^12 -510315163003*n^11 +853539489883*n^10 -1243277337267*n^9 +1563797242570*n^8 -1677188669554*n^7 +1505883391012*n^6 -1101833801576*n^5 +630811311156*n^4 -264660711615*n^3 +72176888542*n^2 -9563482591*n: seq(a(n), n=0..20);

Formula

a(n) = n^26 -48*n^25 + ... (see Maple program).