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.

A140986 Number of n-colorings of the cubical graph.

This page as a plain text file.
%I A140986 #30 Jul 07 2025 15:43:21
%S A140986 0,0,2,114,2652,29660,198030,932862,3440024,10599192,28478970,
%T A140986 68716010,152040372,313269684,608134982,1122341430,1983307440,
%U A140986 3375066032,5556852594,8885943522,13845350540,21077015820,31421193342,45962742254,66085098312,93532729800
%N A140986 Number of n-colorings of the cubical graph.
%H A140986 Eric M. Schmidt, <a href="/A140986/b140986.txt">Table of n, a(n) for n = 0..1000</a>
%H A140986 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ChromaticPolynomial.html">Chromatic Polynomial</a>
%H A140986 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/CubicalGraph.html">Cubical Graph</a>
%H A140986 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (9,-36,84,-126,126,-84,36,-9,1).
%F A140986 a(n) = n^8-12*n^7+66*n^6-214*n^5+441*n^4-572*n^3+423*n^2-133*n.
%F A140986 G.f.: 2*x^2*(1+48*x+849*x^2+4864*x^3+8619*x^4+4848*x^5+931*x^6)/(1-x)^9. - _Colin Barker_, Apr 15 2012
%F A140986 a(n) = Sum_{k=1..8} k!*binomial(n,k)*A334159(3,k). - _Andrew Howroyd_, Apr 22 2020
%p A140986 a:= n-> n^8 -12*n^7 +66*n^6 -214*n^5 +441*n^4 -572*n^3 +423*n^2 -133*n:
%p A140986 seq(a(n), n=0..30);  # _Alois P. Heinz_, Mar 01 2009
%o A140986 (Maxima)
%o A140986 A140986(n):=n^8-12*n^7+66*n^6-214*n^5+441*n^4-572*n^3 +423*n^2-133*n$
%o A140986 makelist(A140986(n),n,0,30); /* _Martin Ettl_, Nov 03 2012 */
%Y A140986 Cf. A296914, A334159.
%K A140986 easy,nonn
%O A140986 0,3
%A A140986 _Jonathan Vos Post_, Jul 28 2008
%E A140986 More terms from _Alois P. Heinz_, Mar 01 2009