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.

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).
Showing 1-1 of 1 results.