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.

A136787 Triangle read by rows: A107131 * A000012.

Original entry on oeis.org

1, 1, 1, 2, 2, 1, 4, 4, 4, 1, 9, 9, 9, 7, 1, 21, 21, 21, 21, 11, 1, 51, 51, 51, 51, 46, 16, 1, 127, 127, 127, 127, 127, 92, 22, 1, 323, 323, 323, 323, 323, 309, 169, 29, 1, 835, 835, 835, 835, 835, 835, 709, 289, 37, 1
Offset: 1

Views

Author

Gary W. Adamson, Jan 21 2008

Keywords

Comments

Row sums = A005773 starting (1, 2, 5, 13, 35, 96, 267, ...).
Leftmost column = A001006: (1, 1, 2, 4, 9, 21, 51, ...).

Examples

			First few rows of the triangle:
    1;
    1,   1;
    2,   2,   1;
    4,   4,   4,   1;
    9,   9,   9,   7,   1;
   21,  21,  21,  21,  11,  1;
   51,  51,  51,  51,  46, 16,  1;
  127, 127, 127, 127, 127, 92, 22, 1;
  ...
		

Crossrefs

Formula

A107131 * A000012 as infinite lower triangular matrices.