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.

A134542 A134541 * A000012.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 3, 3, 2, 1, 1, 2, 3, 3, 2, 1, 1, 3, 4, 4, 3, 2, 1, 1, 3, 4, 4, 4, 3, 2, 1, 1, 3, 4, 5, 5, 4, 3, 2, 1, 1, 2, 4, 5, 5, 5, 4, 3, 2, 1
Offset: 1

Views

Author

Gary W. Adamson, Oct 31 2007

Keywords

Comments

Row sums = A002088: (1, 2, 4, 6, 10, 12, 18, 22, ...).
A134542 * [1,2,3,...] = A015631: (1, 3, 8, 15, 29, 42, ...).

Examples

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

Crossrefs

Formula

A134541 * A000012 as infinite lower triangular matrices.
Triangle read by rows, partial sums of A134541 terms starting from the right.