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.

A141155 Triangle read by rows, A140207 * A000012.

Original entry on oeis.org

1, 2, 1, 4, 3, 2, 7, 6, 5, 3, 12, 11, 10, 8, 5, 19, 18, 17, 15, 12, 7, 30, 29, 28, 26, 23, 18, 11, 45, 44, 43, 41, 38, 33, 26, 15, 67, 66, 65, 63, 60, 55, 48, 37, 22, 97, 96, 95, 93, 90, 85, 78, 67, 52, 30
Offset: 0

Views

Author

Keywords

Comments

Right border = the partition numbers, A000041.

Examples

			First few rows of the triangle are:
1;
2, 1;
4, 3, 2;
7, 6, 5, 3;
12, 11, 10, 8, 5;
19, 18, 17, 15, 12, 7;
30, 29, 28, 26, 23, 18, 11;
45, 44, 43, 41, 38, 33, 26, 15;
...
n-th row of the triangle = partial sums n-th row terms of triangle A140207 starting from the right. Example: row 3 = (7, 6, 5, 3), since row 3 of triangle A140207 = (1, 1, 2, 3).
		

Crossrefs

Cf. A000041, A000070 (first column), A141156 (row sums), A140207.

Formula

A140207 * A000012 as infinite lower triangular matrices.
Showing 1-1 of 1 results.