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.

A128430 Triangle read by rows: A054524 * A000012.

Original entry on oeis.org

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

Views

Author

Gary W. Adamson, Mar 02 2007

Keywords

Comments

Right border = mu(n), A008683. Row sums = A023900: (1, -1, -2, -1, -4, 2, -6, -1, ...). A054524 = A051731 * A128407.

Examples

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

Crossrefs

Formula

A054524 * A000012 as infinite lower triangular matrices.