OFFSET
1,4
COMMENTS
The problem of computing the polytope volume was raised by A. N. Kirillov.
Stanley refers to Exercise-4.56(d) of Enumerative Combinatorics, vol. 1, 2nd ed. in mathoverflow question 87801. - Michael Somos, Feb 07 2012
Number of ways of placing the numbers {0,1,...,n} on a circle so that for any 0 <= i <= n-3, starting from i and turning in the positive direction, one encounters first i+1, then i+2, then i+3 before returning to i. These numbers can be computed using a three-dimensional version of the boustrophedon, which in its classical two-dimensional form is used to compute the Euler zigzag numbers A000111, see my paper with Ayyer and Josuat-Vergès linked below. - Sanjay Ramassamy, Nov 03 2018
LINKS
Arvind Ayyer, Matthieu Josuat-Vergès, Sanjay Ramassamy, Extensions of partial cyclic orders and consecutive coordinate polytopes, arXiv:1803.10351 [math.CO], 2018.
FORMULA
f(1, 1, n)*n!, where f(a, b, 0)=1, f(0, b, n) = 0 for n>0 and the derivative of f(a, b, n) with respect to a is f(b-a, 1-a, n-1).
a(n) = n! * g(0, 1, n+1) where g(a, b, n) = f(a, b, n)/a. - Michael Somos, Feb 21 2012
EXAMPLE
f(a,b,1)=a, f(a,b,2)= ab - a^2/2.
x + x^2 + x^3 + 2*x^4 + 5*x^5 + 14*x^6 + 47*x^7 + 182*x^8 + 786*x^9 + ...
CROSSREFS
KEYWORD
nonn
AUTHOR
Richard Stanley, Aug 06 2004
STATUS
approved