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.

A130055 A129691 * A127093.

Original entry on oeis.org

1, 0, 2, -1, 0, 3, -1, 0, 0, 4, -3, 0, 0, 0, 5, 0, -2, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 7, -2, -2, 0, 0, 0, 0, 0, 8, -3, 0, -3, 0, 0, 0, 0, 0, 9, 0, -6, 0, 0, 0, 0, 0, 0, 0, 10
Offset: 1

Views

Author

Gary W. Adamson, May 04 2007

Keywords

Comments

Row sums = d(n), A000005: (1, 2, 2, 3, 2, 4, 2, 4, 3, 4, ...). Left column = A130054: (1, 0, -1, -1, -3, 0, -5, -2, -3, 0, ...).

Examples

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

Crossrefs

Formula

A129691 * A127093 as infinite lower triangular matrices.