login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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