A334248 Number of distinct acyclic orientations of the edges of an n-dimensional cube.
1, 1, 3, 54, 511863, 12284402192625939
Offset: 0
Links
- Matthew Scroggs, Python code to calculate A334248.
- Mathematics Stack Exchange, Combinatorial problem: Directed Acyclic Graph.
- Eric Weisstein's World of Mathematics, Hypercube Graph.
- Wikipedia, Acyclic orientation.
Crossrefs
Formula
a(n) = Sum_{k=1..2^n} (-1)^k * A334358(n, 2^n-k)/(n!*2^n) for n >= 3. - Andrew Howroyd, Apr 24 2020
Extensions
a(5) from Andrew Howroyd, Apr 24 2020
Comments