login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A342812
Volume of the (n-1)-dimensional associahedron in the Loday realization, multiplied by (n-1)!.
1
1, 1, 7, 142, 5895, 417201, 45046558, 6891812712, 1417730229765, 377158121463025
OFFSET
1,3
COMMENTS
Here the volume is relative to the unit cell of the lattice which is the intersection of Z^n with the hyperplane spanning the polytope.
LINKS
Alexander Postnikov, Permutohedra, Associahedra, and Beyond, International Mathematics Research Notices, 2009, 1026-1106; arXiv:math/0507163 [math.CO], 2005. See Example 10.3.
MATHEMATICA
a[n_] := With[{npr = Subsets[Span @@ Range@n, {2}]}, Sum[With[{ip = Ordering@p}, Total[-p[[Table[Min@ip[[ij]], {ij, npr}]]]]^(n - 1)] / Times @@ Differences[p], {p, Permutations@Range@n}]];
Table[a[n], {n, 8}]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Andrey Zabolotskiy, Mar 22 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 22 18:41 EDT 2024. Contains 376137 sequences. (Running on oeis4.)