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.

A363685 Irregular triangle read by rows: T(n,k) is the number of descending plane partitions of order n with the sum of the parts equal to k.

Original entry on oeis.org

1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 2, 2, 3, 2, 4, 3, 4, 3, 4, 2, 3, 2, 2, 1, 1, 0, 1, 1, 0, 1, 1, 2, 3, 4, 4, 7, 7, 10, 11, 14, 14, 18, 18, 21, 21, 23, 22, 25, 22, 23, 21, 21, 18, 18, 14, 14, 11, 10, 7, 7, 4, 4, 3, 2, 1, 1, 0, 1
Offset: 1

Views

Author

Ludovic Schwob, Jun 15 2023

Keywords

Examples

			Rows 1 through 5 are
  1;
  1, 0, 1;
  1, 0, 1, 1, 1, 1, 1, 0, 1;
  1, 0, 1, 1, 2, 2, 3, 2, 4, 3, 4, 3, 4, 2, 3, 2, 2, 1, 1, 0, 1;
  1, 0, 1, 1, 2, 3, 4, 4, 7, 7, 10, 11, 14, 14, 18, 18, 21, 21, 23, 22, 25, 22, 23, 21, 21, 18, 18, 14, 14, 11, 10, 7, 7, 4, 4, 3, 2, 1, 1, 0, 1.
		

Crossrefs

Row sums give A005130.

Formula

T(0, 0) = 1, T(1, 0) = 1, T(n, k) = 0 for k < 0 or k > (1/3)*(n+1)*n*(n-1).
Showing 1-1 of 1 results.