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.

A178435 Number of acyclic orientations of the n X n X n triangular grid.

Original entry on oeis.org

1, 6, 162, 19602, 10619910, 25753129470, 279488630719746, 13573527285845525634, 2949851294016821586137934, 2868652614504623418332698354038, 12483073717920041560887416137620435882, 243068197882943244196175524589364487906969746, 21178547618859581967063811182618272071362317831449326
Offset: 1

Views

Author

Alois P. Heinz, Dec 21 2010

Keywords

Comments

The n X n X n triangular grid has n rows with i vertices in row i. Each vertex is connected to the neighbors in the same row and up to two vertices in each of the neighboring rows. The graph has A000217(n) vertices and 3*A000217(n-1) edges altogether.
An acyclic orientation is an assignment of a direction to each edge such that no cycle in the graph is consistently oriented. Stanley showed that the number of acyclic orientations of a graph G is equal to the absolute value of the chromatic polynomial X_G(q) evaluated at q=-1.

Crossrefs