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.

A210946 Triangle read by rows: T(n,k) = sum of parts in the k-th column of the mirror of the last section of the set of partitions of n with its parts aligned to the right margin.

Original entry on oeis.org

1, 3, 5, 9, 2, 12, 3, 20, 9, 2, 25, 11, 3, 38, 22, 9, 2, 49, 28, 14, 3, 69, 44, 26, 9, 2, 87, 55, 37, 14, 3, 123, 83, 62, 29, 9, 2, 152
Offset: 1

Views

Author

Omar E. Pol, Apr 21 2012

Keywords

Comments

Row n lists the positive terms of the n-th row of triangle A210953 in decreasing order.

Examples

			For n = 7 the illustration shows two arrangements of the last section of the set of partitions of 7:
.
.       (7)        (7)
.     (4+3)        (3+4)
.     (5+2)        (2+5)
.   (3+2+2)        (2+2+3)
.       (1)        (1)
.       (1)        (1)
.       (1)        (1)
.       (1)        (1)
.       (1)        (1)
.       (1)        (1)
.       (1)        (1)
.       (1)        (1)
.       (1)        (1)
.       (1)        (1)
.       (1)        (1)
.                 ---------
.                  25,11,3
.
The left hand picture shows the last section of 7 with its parts aligned to the right margin. In the right hand picture (the mirror) we can see that the sum of all parts of the columns 1..3 are 25, 11, 3 therefore row 7 lists 25, 11, 3.
Written as a triangle begins:
1;
3;
5;
9,    2;
12,   3;
20,   9,  2;
25,  11,  3;
38,  22,  9,  2;
49,  28, 14,  3;
69,  44, 26,  9,  2;
87,  55, 37, 14,  3,
123, 83, 62, 29,  9,  2;
		

Crossrefs

Showing 1-1 of 1 results.