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.

Showing 1-1 of 1 results.

A117377 Riordan array (1-4x,x(1-x)).

Original entry on oeis.org

1, -4, 1, 0, -5, 1, 0, 4, -6, 1, 0, 0, 9, -7, 1, 0, 0, -4, 15, -8, 1, 0, 0, 0, -13, 22, -9, 1, 0, 0, 0, 4, -28, 30, -10, 1, 0, 0, 0, 0, 17, -50, 39, -11, 1, 0, 0, 0, 0, -4, 45, -80, 49, -12, 1, 0, 0, 0, 0, 0, -21, 95, -119, 60, -13, 1
Offset: 0

Views

Author

Paul Barry, Mar 10 2006

Keywords

Comments

Row sums are A117378. Diagonal sums are A117379. Inverse is A117380.

Examples

			Triangle begins
1,
-4, 1,
0, -5, 1,
0, 4, -6, 1,
0, 0, 9, -7, 1,
0, 0, -4, 15, -8, 1,
0, 0, 0, -13, 22, -9, 1,
0, 0, 0, 4, -28, 30, -10, 1
		

Formula

Number triangle T(n,k)=(-1)^(n-k)(C(k,n-k)+4*C(k, n-k-1))
Showing 1-1 of 1 results.