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.

A364505 T(n, k) = number of k-dimensional faces in the BME polytope on n species, 0 <= k <= binomial(n, 2) - n.

Original entry on oeis.org

3, 3, 1, 15, 105, 250, 210, 52, 1, 105, 5460, 105945, 635265, 1715455, 2373345, 1742445, 640140, 90262, 1
Offset: 4

Views

Author

Harry Richman, Jul 26 2023

Keywords

Comments

The balanced minimum evolution (BME) polytope of order n is the convex hull of the BME vectors of all phylogenetic trees on n species. The BME polytope of order n has dimension binomial(n, 2) - n.

Examples

			Table begins:
    3,    3,      1;
   15,  105,    250,    210,      52,       1;
  105, 5460, 105945, 635265, 1715455, 2373345, 1742445, 640140, 90262, 1;
		

Crossrefs

First column T(n, 0) is A001147.
Next-to-last entry T(n, binomial(n, 2) - n - 1) in each row is A364441.
Showing 1-1 of 1 results.