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.

A137633 Triangle read by rows, A000012 * A026794.

Original entry on oeis.org

1, 2, 1, 4, 1, 1, 7, 2, 1, 1, 12, 3, 1, 1, 1, 19, 5, 2, 1, 1, 1, 30, 7, 3, 1, 1, 1, 1, 45, 11, 4, 2, 1, 1, 1, 1, 67, 15, 6, 3, 1, 1, 1, 1, 1, 97, 22, 8, 4, 2, 1, 1, 1, 1, 1, 139, 30, 11, 5, 3, 1, 1, 1, 1, 1, 1
Offset: 1

Views

Author

Gary W. Adamson, Jan 31 2008

Keywords

Comments

Left border = A000070: (1, 2, 4, 7, 12, 19, 30, 45, ...).
Second column = A000041, the partition numbers: (1, 1, 2, 3, 5, 7, 11, ...).
Row sums = A016905: (1, 3, 6, 11, 18, 29, 44, ...).

Examples

			First few rows of the triangle:
   1;
   2, 1;
   4, 1, 1;
   7, 2, 1, 1;
  12, 3, 1, 1, 1;
  19, 5, 2, 1, 1, 1;
  30, 7, 3, 1, 1, 1, 1;
  ...
		

Crossrefs

Formula

A000012 * A026794 as infinite lower triangular matrices.