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.

Showing 1-1 of 1 results.

A137629 Triangle read by rows, A026794^2.

Original entry on oeis.org

1, 2, 1, 4, 0, 1, 7, 2, 0, 1, 11, 2, 0, 0, 1, 18, 4, 2, 0, 0, 1, 26, 4, 2, 0, 0, 0, 1, 39, 9, 2, 2, 0, 0, 0, 1, 55, 9, 4, 2, 0, 0, 0, 0, 1, 79, 16, 4, 2, 2, 0, 0, 0, 0, 1, 106, 18, 6, 2, 2, 0, 0, 0, 0, 0, 1, 150, 29, 9, 4, 2, 2, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Gary W. Adamson, Jan 31 2008

Keywords

Comments

Row sums = A137630: (1, 3, 5, 10, 14, 25, 33, 53, 71, 104, ...).
Left border = A137631: (1, 2, 4, 7, 11, 18, 26, 39, 55, 79, ...).

Examples

			First few rows of the triangle:
   1;
   2, 1;
   4, 0, 1;
   7, 2, 0, 1;
  11, 2, 0, 0, 1;
  18, 4, 2, 0, 0, 1;
  26, 4, 2, 0, 0, 0, 1;
  39, 9, 2, 2, 0, 0, 0, 1;
  ...
		

Crossrefs

Formula

Square of the partition triangle.
Showing 1-1 of 1 results.