login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A154950
Riordan array (1/(1-x^4), x(1+x)/(1+x^2)).
1
1, 0, 1, 0, 1, 1, 0, -1, 2, 1, 1, -1, -1, 3, 1, 0, 2, -4, 0, 4, 1, 0, 2, 2, -8, 2, 5, 1, 0, -2, 8, -2, -12, 5, 6, 1, 1, -2, -2, 18, -12, -15, 9, 7, 1, 0, 3, -12, 8, 28, -29, -16, 14, 8, 1, 0, 3, 3, -32, 38, 31, -53, -14, 20, 9, 1
OFFSET
0,9
COMMENTS
Row sums are A008619. Diagonal sums are A103221. Equal to A154948 times inverse of A007318.
FORMULA
Triangle T(n,k)=sum{i=0..n, sum{j=0..n+1, C(n+1-j,i+1)*C(i-1,j)}*(-1)^(i-k)*C(i,k)}.
EXAMPLE
Triangle begins
1,
0, 1,
0, 1, 1,
0, -1, 2, 1,
1, -1, -1, 3, 1,
0, 2, -4, 0, 4, 1,
0, 2, 2, -8, 2, 5, 1,
0, -2, 8, -2, -12, 5, 6, 1,
1, -2, -2, 18, -12, -15, 9, 7, 1
CROSSREFS
Sequence in context: A257463 A293483 A125761 * A260089 A296240 A158464
KEYWORD
easy,sign,tabl
AUTHOR
Paul Barry, Jan 17 2009
STATUS
approved