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.

A140582 Triangle read by rows, A000012 * A140581.

Original entry on oeis.org

1, 2, 1, 4, 1, 1, 4, 2, 1, 1, 8, 2, 1, 1, 1, 5, 4, 2, 1, 1, 1, 11, 4, 2, 1, 1, 1, 1, 11, 4, 2, 2, 1, 1, 1, 1, 11, 4, 4, 2, 1, 1, 1, 1, 1, 6, 8, 4, 2, 2, 1, 1, 1, 1, 1, 16, 8, 4, 2, 1, 1, 1, 1, 1, 1, 16, 5, 4, 4, 2, 2, 1, 1, 1, 1, 1, 1, 28, 5, 4, 4, 2, 2, 1, 1, 1, 1, 1, 1, 1
Offset: 0

Views

Author

Gary W. Adamson and Mats Granvik, May 17 2008

Keywords

Comments

Row sums = A072107: (1, 3, 6, 8, 13, 14,...).

Examples

			First few rows of the triangle are:
1;
2, 1;
4, 1, 1;
4, 2, 1, 1;
8, 2, 1, 1, 1;
5, 4, 2, 1, 1, 1;
11, 4, 2, 1, 1, 1, 1;
11, 4, 2, 2, 1, 1, 1, 1;
11, 4, 4, 2, 1, 1, 1, 1, 1;
6, 8, 4, 2, 2, 1, 1, 1, 1, 1;
...
		

Crossrefs

Formula

Triangle read by rows, A000012 * A140581; where A000012 = the infinite lower triangular matrix with all 1's: [1; 1,1; 1,1,1;...].