|
| |
|
|
A106509
|
|
Riordan array ((1+x)/(1+x+x^2),x/(1+x)) read by rows.
|
|
3
| |
|
|
1, 0, 1, -1, -1, 1, 1, 0, -2, 1, 0, 1, 2, -3, 1, -1, -1, -1, 5, -4, 1, 1, 0, 0, -6, 9, -5, 1, 0, 1, 0, 6, -15, 14, -6, 1, -1, -1, 1, -6, 21, -29, 20, -7, 1, 1, 0, -2, 7, -27, 50, -49, 27, -8, 1, 0, 1, 2, -9, 34, -77, 99, -76, 35, -9, 1, -1, -1, -1
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,9
|
|
|
COMMENTS
| Row sums are A106510. Diagonal sums are A106511. Inverse of A072405 (when this starts 1,0,1,...).
|
|
|
FORMULA
| Number triangle T(n, k)=sum{j=0..n-k, (-1)^j*binomial(2n-k-j, j)}
|
|
|
EXAMPLE
| Triangle begins
1;
0,1;
-1,-1,1;
1,0,-2,1;
0,1,2,-3,1;
-1,-1,-1,5,-4,1;
|
|
|
CROSSREFS
| Sequence in context: A119339 A037835 A116433 * A196199 A053615 A002819
Adjacent sequences: A106506 A106507 A106508 * A106510 A106511 A106512
|
|
|
KEYWORD
| easy,sign,tabl
|
|
|
AUTHOR
| Paul Barry (pbarry(AT)wit.ie), May 04 2005
|
| |
|
|