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”).

A101038
Inverse to sequence matrix for odd numbers.
1
1, -3, 1, 4, -3, 1, -4, 4, -3, 1, 4, -4, 4, -3, 1, -4, 4, -4, 4, -3, 1, 4, -4, 4, -4, 4, -3, 1, -4, 4, -4, 4, -4, 4, -3, 1, 4, -4, 4, -4, 4, -4, 4, -3, 1, -4, 4, -4, 4, -4, 4, -4, 4, -3, 1, 4, -4, 4, -4, 4, -4, 4, -4, 4, -3, 1, -4, 4, -4, 4, -4, 4, -4, 4, -4, 4, -3, 1, 4, -4, 4, -4
OFFSET
0,2
COMMENTS
Riordan matrix ((1-x)^2/(1+x), x). Inverse matrix is A099375 Row sums yield (-1)^n*A040000. Diagonal sums are (-1)(2n+1)=(-1)^n*A005408.
FORMULA
Number triangle T(n, k)=if(k<=n, 4(-1)^(n-k)-3*0^(n-k)+C(1, n-k)-C(0, n-k), 0)
EXAMPLE
Rows begin {1}, {-3,1}, {4,-3,1}, {-4,4,-3,1}, {4,-4,4,-3,1},...
CROSSREFS
Sequence in context: A191818 A055171 A337209 * A064883 A090844 A008314
KEYWORD
easy,sign,tabl
AUTHOR
Paul Barry, Jan 22 2005
STATUS
approved