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.

A134543 A134542 * A000012.

Original entry on oeis.org

1, 2, 1, 4, 3, 1, 6, 5, 3, 1, 10, 9, 6, 3, 1, 12, 11, 9, 6, 3, 1, 18, 17, 14, 10, 6, 3, 1, 22, 21, 18, 14, 10, 6, 3, 1, 28, 27, 24, 20, 15, 10, 6, 3, 1, 32, 31, 29, 25, 20, 15, 10, 6, 3, 1
Offset: 1

Views

Author

Gary W. Adamson, Oct 31 2007

Keywords

Comments

Row sums = A015631: (1, 3, 8, 15, 29, 42, ...).
Left border = A002088: (1, 2, 4, 6, 10, 12, 18, 22, ...).
Conjecture: row terms starting from the right tend to the triangular series.

Examples

			First few rows of the triangle:
   1;
   2,  1;
   4,  3,  1;
   6,  5,  3,  1;
  10,  9,  6,  3,  1;
  12, 11,  9,  6,  3,  1;
  18, 17, 14, 10,  6,  3,  1;
  22, 21, 18, 14, 10,  6,  3,  1;
  28, 27, 24, 20, 15, 10,  6,  3,  1;
  ...
		

Crossrefs

Formula

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