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.

Previous Showing 11-12 of 12 results.

A116480 Maximum number of subpartitions for any partition of n.

Original entry on oeis.org

1, 2, 3, 5, 7, 10, 14, 19, 26, 33, 42, 56, 75, 94, 118, 145, 181, 230, 286, 356, 428, 522, 633, 774, 915, 1125, 1341, 1621, 1935, 2351
Offset: 0

Views

Author

Keywords

Comments

The sequence grows roughly as an exponential in the square root of n. a(n) <= 1 + Sum_{0<=kA000108) subpartitions; m ~ sqrt(2n) and the Catalan numbers grow exponentially. Through n=30, there is either a unique partition with the maximum number of subpartitions, or a unique pair of conjugate partitions, except for n=10, where there is a 3-way between [5,3,1^2] and its conjugate [4,2^2,1^2] and two self-conjugate partitions: [4,3,2,1] and [5,2,1^3]. It is not clear what the limiting shape of the maximum partition is. The minimum number of subpartitions is n+1, for the conjugate partitions [n] and [1^n].

Examples

			The 5 partitions of 4 are [4], [3,1], [2^2], [2,1^2], [1^4]; these have respectively 5,7,6,7 and 5 subpartitions, so a(4) = 7, the largest of these.
		

Crossrefs

A115965 Number of planar subpartitions of size n pyramidal planar partition.

Original entry on oeis.org

1, 2, 9, 96, 2498, 161422, 26217833, 10794429504
Offset: 0

Views

Author

Keywords

Comments

This is a 2-dimensional analog of the Catalan numbers C_n (A000108). The number of subpartitions of the triangular partition [n,n-1,...,1] is C_{n+1}. The planar partition having its subpartitions counted is:
n n-1 ... 2 1
n-1 n-2 ... 1
... ...
2 1
1

Examples

			The 9 planar subpartitions of [2,1|1] are [], [1], [2], [1,1], [1|1], [2,1], [2|1], [1,1|1] and [2,1|1] itself, so a(2)=9. (Here "," separates values on the same line and "|" separates lines.)
		

Crossrefs

Previous Showing 11-12 of 12 results.