A334278
Irregular table read by rows: T(n, k) is the coefficient of x^k in the chromatic polynomial of the cubical graph Q_n, 0 <= k <= 2^n.
Original entry on oeis.org
0, 1, 0, -1, 1, 0, -3, 6, -4, 1, 0, -133, 423, -572, 441, -214, 66, -12, 1, 0, -3040575, 14412776, -31680240, 43389646, -41821924, 30276984, -17100952, 7701952, -2794896, 818036, -191600, 35264, -4936, 496, -32, 1
Offset: 0
Table begins:
n/k| 0 1 2 3 4 5 6 7 8
---+-------------------------------------------
0| 0, 1
1| 0, -1, 1
2| 0, -3, 6, -4, 1
3| 0, -133, 423, -572, 441, -214, 66, -12, 1
Cf.
A296914 is the reverse of row 3.
Cf.
A334279 is analogous for the n-dimensional cross-polytope, the dual of the n-cube.
-
with(GraphTheory): with(SpecialGraphs):
T:= n-> (p-> seq(coeff(p, x, i), i=0..degree(p)))(
ChromaticPolynomial(HypercubeGraph(n), x)):
seq(T(n), n=0..4); # Alois P. Heinz, Jan 14 2025
-
T[n_, k_] := Coefficient[ChromaticPolynomial[HypercubeGraph[n], x], x, k]
A334248
Number of distinct acyclic orientations of the edges of an n-dimensional cube.
Original entry on oeis.org
1, 1, 3, 54, 511863, 12284402192625939
Offset: 0
Cf.
A333418.
A334247 is the number of acyclic orientations with rotations and reflections of the same orientation included.
A334356
Number of nonequivalent proper colorings of the vertices of a cube using at most n colors up to rotations and reflections of the cube.
Original entry on oeis.org
0, 1, 15, 154, 1115, 5955, 24836, 85260, 251154, 655005, 1548085, 3374646, 6876805, 13237679, 24271170, 42667640, 72305556, 118640025, 189179979, 294066610, 446766495, 664893691, 971175920, 1394580804, 1971618950, 2747841525, 3779550801, 5135742990, 6900303529
Offset: 1
- Andrew Howroyd, Table of n, a(n) for n = 1..1000
- Eric Weisstein's World of Mathematics, Cubical Graph
- Eric Weisstein's World of Mathematics, Vertex Coloring
- Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
A334357
Number of nonequivalent proper colorings of the vertices of a 4D hypercube using at most n colors up to rotations and reflections of the cube.
Original entry on oeis.org
0, 1, 72, 7173, 610160, 28654530, 723903411, 11151501102, 117740542158, 928786063095, 5822688352360, 30338870238171, 135818642249082, 535712216425568, 1898338161488055, 6136965479845740, 18323823959847156, 51039512178104637, 133722394132080528
Offset: 1
- Andrew Howroyd, Table of n, a(n) for n = 1..1000
- Eric Weisstein's World of Mathematics, Hypercube Graph
- Eric Weisstein's World of Mathematics, Tesseract Graph
- Eric Weisstein's World of Mathematics, Vertex Coloring
- Index entries for linear recurrences with constant coefficients, signature (17,-136,680,-2380,6188,-12376,19448,-24310,24310,-19448,12376,-6188,2380,-680,136,-17,1).
Showing 1-4 of 4 results.
Comments