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.

A136788 Triangle read by rows: A000012 * A107131.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 2, 4, 1, 1, 2, 6, 7, 1, 1, 2, 6, 17, 11, 1, 1, 2, 6, 22, 41, 16, 1, 1, 2, 6, 22, 76, 86, 22, 1, 1, 2, 6, 22, 90, 226, 162, 29, 1, 1, 2, 6, 22, 90, 352, 582, 281, 37, 1
Offset: 0

Views

Author

Gary W. Adamson, Jan 21 2008

Keywords

Comments

Row sums = A086615: (1, 2, 4, 8, 17, 38, ...).

Examples

			First few rows of the triangle:
  1;
  1, 1;
  1, 2, 1;
  1, 2, 4,  1;
  1, 2, 6,  7,  1;
  1, 2, 6, 17, 11,  1;
  1, 2, 6, 22, 41, 16,  1;
  1, 2, 6, 22, 76, 86, 22, 1;
  ...
		

Crossrefs

Formula

A000012 * A107131 as infinite lower triangular matrices.