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.

Showing 1-2 of 2 results.

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)|.

A295176 Chromatic invariant of the n-hypercube graph.

Original entry on oeis.org

1, 1, 1, 11, 48253, 135327729523895
Offset: 0

Views

Author

Eric W. Weisstein, Nov 16 2017

Keywords

Crossrefs

Formula

a(n) = Sum_{k=2..2^n} (-1)^k*(k-2)!*A334159(n,k) for n > 0. - Andrew Howroyd, Apr 23 2020

Extensions

a(5) from Andrew Howroyd, Apr 23 2020
Showing 1-2 of 2 results.