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-4 of 4 results.

A115723 Table of partitions of n with maximum rectangle k.

Original entry on oeis.org

1, 0, 2, 0, 1, 2, 0, 0, 2, 3, 0, 0, 1, 4, 2, 0, 0, 0, 5, 2, 4, 0, 0, 0, 3, 4, 6, 2, 0, 0, 0, 1, 4, 11, 2, 4, 0, 0, 0, 0, 3, 14, 4, 6, 3, 0, 0, 0, 0, 1, 15, 6, 12, 4, 4, 0, 0, 0, 0, 0, 13, 8, 18, 9, 6, 2, 0, 0, 0, 0, 0, 8, 10, 25, 14, 12, 2, 6, 0, 0, 0, 0, 0, 4, 9, 30, 22, 20, 4, 10, 2
Offset: 1

Views

Author

Keywords

Comments

T(n,k)=0 if n > A006218(k).

Examples

			The table starts:
  1;
  0, 2;
  0, 1, 2;
  0, 0, 2, 3;
  0, 0, 1, 4, 2;
  0, 0, 0, 5, 2,  4;
  0, 0, 0, 3, 4,  6, 2;
  0, 0, 0, 1, 4, 11, 2,  4;
  0, 0, 0, 0, 3, 14, 4,  6, 3;
  0, 0, 0, 0, 1, 15, 6, 12, 4, 4;
  ...
		

Crossrefs

Cf. A000005 (diagonal), A000041 (row sums), A061017 (column indices of leftmost nonzero elements), A115724 (column sums), A115727, A115728, A006218, A182099.

Formula

Sum_{k=1..n} k * T(n,k) = A182099(n).

A115725 Number of partitions with maximum rectangle <= n.

Original entry on oeis.org

1, 2, 5, 10, 26, 42, 118, 171, 389, 692, 1442, 1854, 5534, 6895, 11910, 21116, 44278, 52568, 118734, 138670, 300326, 492507, 728514, 829244, 2167430, 2987124, 4167602, 6092588, 11308432, 12554900, 29925267, 33023589, 57950313, 81424281, 106214784, 148101088
Offset: 0

Views

Author

Keywords

Comments

A partition has maximum rectangle <= n iff it is a subpartition of row n of A010766.

Examples

			The 10 partitions with maximum rectangle <= 3: 0: []; 1: [1]; 2: [2], [1^2], [2,1]; 3: [3], [1^3], [3,1], [2,1^2], [3,1^2].
		

Crossrefs

Formula

a(n) = subpart([A115728 (or A115729), [] is row n of A010766.
a(n) = Sum_{k>=0} A182114(k,n). - Alois P. Heinz, Nov 02 2012

A115726 Maximum rectangle of partitions in Abramowitz and Stegun order.

Original entry on oeis.org

0, 1, 2, 2, 3, 2, 3, 4, 3, 4, 3, 4, 5, 4, 4, 3, 4, 4, 5, 6, 5, 4, 6, 4, 4, 6, 4, 4, 5, 6, 7, 6, 5, 6, 5, 4, 6, 6, 4, 4, 6, 5, 5, 6, 7, 8, 7, 6, 6, 8, 6, 5, 6, 6, 6, 5, 4, 6, 6, 8, 5, 5, 6, 6, 6, 7, 8, 9, 8, 7, 6, 8, 7, 6, 6, 8, 6, 6, 9, 6, 5, 6, 6, 6, 8, 5, 5, 6, 6, 8, 6, 6, 6, 7, 7, 8, 9
Offset: 0

Views

Author

Keywords

Examples

			Partition 33 in A&S order is [4,3]; its maximum rectangle is 2x3 = 6, so a(33)=6.
		

Crossrefs

A115727 Maximum rectangle of partitions in Mathematica order.

Original entry on oeis.org

0, 1, 2, 2, 3, 2, 3, 4, 3, 4, 3, 4, 5, 4, 4, 3, 4, 4, 5, 6, 5, 4, 4, 6, 4, 4, 6, 4, 5, 6, 7, 6, 5, 5, 6, 4, 4, 6, 6, 4, 5, 6, 5, 6, 7, 8, 7, 6, 6, 6, 5, 5, 8, 6, 6, 4, 5, 6, 6, 6, 5, 6, 8, 6, 6, 7, 8, 9, 8, 7, 7, 6, 6, 6, 8, 6, 6, 5, 5, 8, 6, 6, 6, 5, 6, 9, 6, 6, 8, 6, 6, 7, 8, 6, 7, 8, 9
Offset: 0

Views

Author

Keywords

Examples

			Partition 34 in Mathematica order is [4,3]; its maximum rectangle is 2x3 = 6, so a(34)=6.
		

Crossrefs

Showing 1-4 of 4 results.