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.

A143107 Let H(2,d) be the space of polynomials p(x,y) of two variables with nonnegative coefficients such that p(x,y) = 1 whenever x + y = 1; a(n) is the number of different polynomials in H(2,d) with exactly n distinct monomials and of maximum degree, i.e., of degree 2n-3.

Original entry on oeis.org

0, 1, 1, 2, 4, 2, 4, 8, 4, 2, 24, 2
Offset: 1

Views

Author

Jiri Lebl, Jul 25 2008

Keywords

Comments

It is unknown if this sequence is bounded. For all n >= 4, a(n) is at least two. It is unknown if it is 2 for infinitely many n. It is unknown if it is always even for all n >= 2. Note that 2n-3 appears in A143106 if and only if a(n) is 1 or 2.
Also the number of fundamental one-dimensional discrete statistical models with rational maximum likelihood estimator supported on n states and of degree 2n-3. - Carlos Améndola, Aug 05 2025

Examples

			a(3) = 1 as x^3 + 3xy + y^3 is the unique polynomial in H(2,d) with 3 terms and of maximum degree (in this case 3).
This corresponds to the discrete model on 3 states parametrized by t-> (t^3, 3t(1-t), (1-t)^3), 0<=t<=1.
		

Crossrefs

Programs

  • Mathematica
    See the paper by Lebl and Lichtblau.

Extensions

One more term (24), added addendum to and corrected title of paper - Jiri Lebl, Feb 08 2013
Added another term (2) that was computed in the newer version of the addendum. Edited by Jiri Lebl, May 02 2014