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.

A217943 Triangle read by rows: T(n,k) = 2*C(n-1,k)-C(n,k) for kA216955(n,k).

Original entry on oeis.org

2, -2, 0, 2, -2, 2, -2, 2, -2, 0, 0, 0, 2, -2, 4, -2, -2, 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, 6, -6, 2, -2, 0, 0, 2, -2, 0, 6, -6, 0, 0, 0, 0, 2, -2, 10, -10, 0, 2, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 20, -10, -4, -6, 2, -2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -2
Offset: 2

Views

Author

N. J. A. Sloane, following a suggestion from Allan Wilks, Oct 25 2012

Keywords

Examples

			Triangle begins:
[2, -2]
[0, 2, -2]
[2, -2, 2, -2]
[0, 0, 0, 2, -2]
[4, -2, -2, 0, 2, -2]
[0, 0, 0, 0, 0, 2, -2]
[6, -6, 2, -2, 0, 0, 2, -2]
[0, 6, -6, 0, 0, 0, 0, 2, -2]
[10, -10, 0, 2, -2, 0, 0, 0, 2, -2]
[0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -2]
[20, -10, -4, -6, 2, -2, 0, 0, 0, 0, 2, -2]
...
		

Crossrefs

Cf. A216955.
The nonzero entries in the first column form A216958.