OFFSET
0,5
COMMENTS
Triangle, with zeros omitted, given by (0, 1, -1, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (-1, 0, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938. - Philippe Deléham, Dec 26 2011
Aside from signs and index shift, the coefficients of the characteristic polynomial of the Coxeter adjacency matrix for the Coxeter group A_n related to the Chebyshev polynomial of the second kind (cf. Damianou link p. 19). - Tom Copeland, Oct 11 2014
LINKS
H.-H. Chern, H.-K. Hwang, T.-H. Tsai, Random unfriendly seating arrangement in a dining table, arXiv preprint arXiv:1406.0614 [math.PR], 2014
T. Copeland, Addendum to Elliptic Lie Triad
P. Damianou, On the characteristic polynomials of Cartan matrices and Chebyshev polynomials, arXiv preprint arXiv:1110.6620 [math.RT], 2014.
Eric Weisstein's World of Mathematics, Klee's Identity
FORMULA
G.f.: 1/(1+y*x+y*x^2). - Philippe Deléham, Feb 08 2012
EXAMPLE
1;
-1;
-1, 1;
2, -1;
1, -3, 1;
-3, 4, -1;
-1, 6, -5, 1;
4, -10, 6, -1;
Triangle (0, 1, -1, 0, 0, 0, ...) DELTA (-1, 0, 0, 0, 0, ...) begins:
1
0, -1
0, -1, 1
0, 0, 2, -1
0, 0, 1, -3, 1
0, 0, 0, -3, 4, -1
0, 0, 0, -1, 6, -5, 1 ... - Philippe Deléham, Dec 26 2011
MATHEMATICA
Flatten[Table[(-1)^n Binomial[n, m-n], {m, 0, 20}, {n, Ceiling[m/2], m}]]
CROSSREFS
KEYWORD
sign,tabf
AUTHOR
Eric W. Weisstein, Mar 07 2004
STATUS
approved