login
A338152
a(n) is the number of acyclic orientations of the edges of an n-dimensional demihypercube.
3
1, 2, 24, 24024, 193270310, 767795414400
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Halved Cube Graph
FORMULA
a(n) = |Sum_{k=0..2^(n-1)} (-1)^k * A334280(n, k)|.
MATHEMATICA
Table[Abs[ChromaticPolynomial[GraphData[{"HalvedCube", n}]][-1]], {n, 1, 6}]
CROSSREFS
Cf. A033815 (cross-polytope), A058809 (wheel), A334247 (hypercube), A338153 (prism), A338154 (antiprism).
Sequence in context: A344664 A137888 A229333 * A108349 A361431 A000722
KEYWORD
nonn,more
AUTHOR
Peter Kagey, Oct 13 2020
STATUS
approved