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.

A128432 Triangle read by rows: A128407 * A054521.

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, Mar 03 2007

Keywords

Comments

Row sums = A023900: (1, -1, -2, 0, -4, 2, -6, ...) Left border = mu(n), A008683.

Examples

			First few rows of the triangle:
   1;
  -1,  0;
  -1, -1,  0;
   0,  0,  0,  0;
  -1, -1, -1, -1,  0;
   1,  0,  0,  0,  1,  0;
  -1, -1, -1, -1, -1, -1,  0;
   0,  0,  0,  0,  0,  0,  0,  0;
  ...
		

Crossrefs

Formula

A128407 * A054521 as infinite lower triangular matrices.