A342073 Number of n-colorings of the vertices of the 5-dimensional cross polytope such that no two adjacent vertices have the same color.
0, 0, 0, 0, 0, 120, 4320, 78120, 913920, 7575120, 46751040, 224587440, 881591040, 2946869640, 8659691040, 22915652760, 55611279360, 125508233760, 266320172160, 535945217760, 1030028705280, 1901347885080, 3386866301280, 5844714201480, 9803816225280
Offset: 0
Keywords
Links
- Peter Kagey, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
Crossrefs
Programs
-
Mathematica
p = ChromaticPolynomial[CompleteGraph[Table[2, 5]], x]; Table[p /. x -> n, {n, 0, 50}]
Formula
a(n) = -205056*n + 593016*n^2 - 698250*n^3 + 448015*n^4 - 175004*n^5 + 43608*n^6 - 6990*n^7 + 700*n^8 - 40*n^9 + n^10.
a(n) = (n - 4)*(n - 3)*(n - 2)*(n - 1)*n*(-8544 + 6909*n - 2240*n^2 + 365*n^3 - 30*n^4 + n^5).
a(n) = Sum_{i=1..10} A334279(5,i)*n^i.
From Chai Wah Wu, Jan 19 2024: (Start)
a(n) = 11*a(n-1) - 55*a(n-2) + 165*a(n-3) - 330*a(n-4) + 462*a(n-5) - 462*a(n-6) + 330*a(n-7) - 165*a(n-8) + 55*a(n-9) - 11*a(n-10) + a(n-11) for n > 10.
G.f.: x^5*(-2170680*x^5 - 1145400*x^4 - 272400*x^3 - 37200*x^2 - 3000*x - 120)/(x - 1)^11. (End)