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

A115724 Number of partitions with maximum rectangle n.

Original entry on oeis.org

1, 1, 3, 5, 16, 16, 76, 53, 218, 303, 750, 412, 3680, 1361, 5015, 9206, 23162, 8290, 66166, 19936, 161656, 192181, 236007, 100730, 1338186, 819694, 1180478, 1924986, 5215844, 1246468, 17370367, 3098322, 24926724, 23473968, 24790503, 41886304, 227243488
Offset: 0

Views

Author

Keywords

Examples

			The 16 partitions with maximum rectangle 4 are [4], [2^2], [1^4], [4,1], [3,2], [2^2,1], [2,1^3], [4,2], [4,1^2], [3,2,1], [3,1^3], [2^2,1^2], [4,2,1], [4,1^3], [3,2,1^2] and [4,2,1^2].
		

Crossrefs

Formula

a(n) = A115725(n) - A115725(n-1).

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