|
Search: id:A037012
|
|
|
| A037012 |
|
Coefficients in expansion of (1-x)(1+x)^(n-1), n>0. |
|
+0 6
|
|
| 0, 1, -1, 1, 0, -1, 1, 1, -1, -1, 1, 2, 0, -2, -1, 1, 3, 2, -2, -3, -1, 1, 4, 5, 0, -5, -4, -1, 1, 5, 9, 5, -5, -9, -5, -1, 1, 6, 14, 14, 0, -14, -14, -6, -1, 1, 7, 20, 28, 14, -14, -28, -20, -7, -1, 1, 8, 27, 48, 42, 0, -42, -48, -27, -8, -1, 1, 9, 35, 75, 90, 42, -42, -90
(list; table; graph; listen)
|
|
|
OFFSET
|
0,12
|
|
|
REFERENCES
|
A. A. Kirillov, Variations on the triangular theme, Amer. Math. Soc. Transl., (2), Vol. 169, 1995, pp. 43-73, see p. 71.
|
|
FORMULA
|
T(n, k)=T(n-1, k-1)+T(n-1, k); T(0, 0)=0, T(1, 0)=1, T(1, 1)=-1.
T(n, k)=C(n, k)-C(n, k-1) where C = binomial coefficient A007318.
G.f.: (1-y) / (1-x-xy). - R. Stephan, Jan 23 2005
|
|
EXAMPLE
|
0; 1 -1; 1 0 -1; 1 1 -1 -1; 1 2 0 -2 -1; 1 3 2 -2 -3 -1; ...
|
|
PROGRAM
|
(PARI) T(n, k)=if(n<1, 0, polcoeff((1-x)*(1+x)^(n-1), k))
|
|
CROSSREFS
|
Skew analogue of Pascal's triangle A007318, central column gives Catalan numbers A000108, essentially same as A008482, except rows are read from left to right (A037012 = - this sequence).
Apart from initial term, same as A080232.
Adjacent sequences: A037009 A037010 A037011 this_sequence A037013 A037014 A037015
Sequence in context: A061398 A080232 A008482 this_sequence A112467 A112466 A127543
|
|
KEYWORD
|
sign,easy,tabl
|
|
AUTHOR
|
njas, Michael Somos.
|
|
|
Search completed in 0.002 seconds
|