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.

A128410 A128408 * A000012.

Original entry on oeis.org

1, -2, -1, -2, -1, -1, 0, 0, 0, 0, -2, -1, -1, -1, -1, 4, 3, 2, 1, 1, 1, -2, -1, -1, -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 3, 2, 2, 2, 1, 1, 1, 1, 1
Offset: 1

Views

Author

Gary W. Adamson, Mar 01 2007

Keywords

Comments

Left border = A008966: (1, -2, -2, 0, -2, 4, -2, 0, 0, 4, ...). Row sums = A063441: (1, -3, -4, 0, -6, 12, ...) A128409 = A000012 * A128408.

Examples

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

Crossrefs

Formula

A128408 * A000012 as infinite lower triangular matrices. Partial row sums of A128408 starting from the right.