OFFSET
0,3
COMMENTS
The volume of a certain polytope (the Tesler polytope) whose lattice points are Tesler matrices (A008608), and with (n+1)! integral vertices (permutation Tesler matrices).
This is also the iterated constant term of the rational function (x1+x2+...+xn+x(n+1))^binomial(n+1,2)*product_{1<=i<j<=n+1}(xj-xi)^(-1).
LINKS
K. Mészáros, A.H. Morales, B. Rhoades, The polytope of Tesler matrices, ArXiv:1409.8566, 2014.
MAPLE
A248330 := proc(n) local i; mul(binomial(2*k, k)/(1+k), k=0..n)*binomial(n+1, 2)!/ mul( (2*i+1)^(n-i), i=0..n-1 ); end;
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alejandro H. Morales, Oct 04 2014
STATUS
approved