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.

A155076 Triangle read by rows. The main diagonal is positive. If rowindex >= 2*columnindex then -1 else 0.

Original entry on oeis.org

1, -1, 1, -1, 0, 1, -1, -1, 0, 1, -1, -1, 0, 0, 1, -1, -1, -1, 0, 0, 1, -1, -1, -1, 0, 0, 0, 1, -1, -1, -1, -1, 0, 0, 0, 1, -1, -1, -1, -1, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 1, -1, -1, -1, -1, -1, -1, 0
Offset: 1

Views

Author

Keywords

Comments

Matrix inverse of this triangle is A155077.

Examples

			Table begins:
1,
-1,1,
-1,0,1,
-1,-1,0,1,
-1,-1,0,0,1,
-1,-1,-1,0,0,1,
-1,-1,-1,0,0,0,1,
-1,-1,-1,-1,0,0,0,1,
-1,-1,-1,-1,0,0,0,0,1,
		

Crossrefs

Cf. A000123.