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.

A264035 Triangle read by rows: T(n,k) (n>=0, k>=0) is the number of integer partitions lambda of n such that there are k partitions mu such that the Gelfand-Tsetlin polytope for lambda and mu is non-integral.

Original entry on oeis.org

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

Views

Author

Christian Stump, Nov 01 2015

Keywords

Comments

Row sums give A000041.

Examples

			Triangle begins:
1,
1,
2,
3,
5,
5,2,
6,4,1,
7,2,3,2,1,
8,2,3,2,3,3,0,1,
...
		

Crossrefs