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.

A338152 a(n) is the number of acyclic orientations of the edges of an n-dimensional demihypercube.

Original entry on oeis.org

1, 2, 24, 24024, 193270310, 767795414400
Offset: 1

Views

Author

Peter Kagey, Oct 13 2020

Keywords

Crossrefs

Cf. A033815 (cross-polytope), A058809 (wheel), A334247 (hypercube), A338153 (prism), A338154 (antiprism).

Programs

  • Mathematica
    Table[Abs[ChromaticPolynomial[GraphData[{"HalvedCube",n}]][-1]],{n,1,6}]

Formula

a(n) = |Sum_{k=0..2^(n-1)} (-1)^k * A334280(n, k)|.