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.
%I A158904 #15 Feb 16 2025 08:33:10 %S A158904 0,0,2,2970,1346052,190310900,10284101190,270774275982,4231630881800, %T A158904 44940276612072,355458410080650,2231437465657730,11635407170995212, %U A158904 52110833436028380,205595759294267342,728666611701477750,2355900976191279120,7034807710363658192 %N A158904 Number of n-colorings of the Hoffman graph. %C A158904 The Hoffman graph has 16 vertices and 32 edges. %H A158904 Alois P. Heinz, <a href="/A158904/b158904.txt">Table of n, a(n) for n = 0..1000</a> %H A158904 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: <a href="http://dx.doi.org/10.1088/1367-2630/11/2/023001">10.1088/1367-2630/11/2/023001</a>. %H A158904 Weisstein, Eric W. "<a href="https://mathworld.wolfram.com/HoffmanGraph.html">Hoffman Graph</a>". %H A158904 Weisstein, Eric W. "<a href="https://mathworld.wolfram.com/ChromaticPolynomial.html">Chromatic Polynomial</a>". %H A158904 <a href="/index/Rec#order_17">Index entries for linear recurrences with constant coefficients</a>, signature (17, -136, 680, -2380, 6188, -12376, 19448, -24310, 24310, -19448, 12376, -6188, 2380, -680, 136, -17, 1). %p A158904 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: %p A158904 seq(a(n), n=0..20); %K A158904 nonn,easy %O A158904 0,3 %A A158904 _Alois P. Heinz_, Mar 29 2009