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.

A128078 A002260 * A128064.

Original entry on oeis.org

1, -1, 4, -1, -2, 9, -1, -2, -3, 16, -1, -2, -3, -4, 25, -1, -2, -3, -4, -5, 36, -1, -2, -3, -4, -5, -6, 49, -1, -2, -3, -4, -5, -6, -7, 64
Offset: 1

Views

Author

Gary W. Adamson, Feb 14 2007

Keywords

Comments

Row sums = the triangular numbers: (1, 3, 6, 10, ...).
Row sums of A128077 = A000326, the pentagonal numbers: (1, 5, 12, 22, 35, ...).

Examples

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

Crossrefs

Formula

A002260 * A128064 as infinite lower triangular matrices. Retain the right border of A128077 and change the signs of all other terms to (-).