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.

A158904 Number of n-colorings of the Hoffman graph.

Original entry on oeis.org

0, 0, 2, 2970, 1346052, 190310900, 10284101190, 270774275982, 4231630881800, 44940276612072, 355458410080650, 2231437465657730, 11635407170995212, 52110833436028380, 205595759294267342, 728666611701477750, 2355900976191279120, 7034807710363658192
Offset: 0

Views

Author

Alois P. Heinz, Mar 29 2009

Keywords

Comments

The Hoffman graph has 16 vertices and 32 edges.

Programs

  • Maple
    a:= n-> n^16 -32*n^15 +496*n^14 -4936*n^13 +35268*n^12 -191692*n^11 +819004*n^10 -2801044*n^9 +7728104*n^8 -17178976*n^7 +30442928*n^6 -42072224*n^5 +43650458*n^4 -31857932*n^3 +14483632*n^2 -3053055*n:
    seq(a(n), n=0..20);