cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A101038 Inverse to sequence matrix for odd numbers.

Original entry on oeis.org

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

Views

Author

Paul Barry, Jan 22 2005

Keywords

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.

Examples

			Rows begin {1}, {-3,1}, {4,-3,1}, {-4,4,-3,1}, {4,-4,4,-3,1},...
		

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)