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-2 of 2 results.

A387029 Number of fundamental one-dimensional discrete statistical models with rational maximum likelihood estimator supported on n+1 states and of degree 2n-3.

Original entry on oeis.org

0, 0, 12, 38, 88, 198, 332
Offset: 1

Views

Author

Carlos Améndola, Aug 05 2025

Keywords

Comments

A143109 is likely an erroneous version of this sequence.
Table 2 of Lebl and Lichtblau gives (incorrect) a(3)=11.

Examples

			For n=3 there are a(3)=12 models supported on 3+1=4 states of degree 2*3-3=3. Encoding each model parametrization as a bivariate polynomial shows why the 4th term of A143109 is also 12. Concretely, the following polynomials in x,y with 4 terms and of degree 2*4-5=3 yield the constant 1 when making the substitution y=1-x:
  1.  x + x^2*y + 2*x*y^2 + y^3,
  2.  x + x^2*y + y^2 + x*y^2,
  3.  x + x*y + x*y^2 + y^3,
  4.  x^2 + 2*x^2*y + 3*x*y^2 + y^3,
  5.  x^2 + 2*x^2*y + y^2 + 2*x*y^2,
  6.  x^2 + 2*x*y + x*y^2 + y^3,
  7.  x^2 + y + x^2*y + x*y^2,
  8.  x^3 + 2*x*y + x^2*y + y^2,
  9.  x^3 + 3*x^2*y + 3*x*y^2 + y^3,
  10. x^3 + 3*x^2*y + y^2 + 2*x*y^2,
  11. x^3 + y + 2*x^2*y + x*y^2,
  12. x^3 + y + x*y + x^2*y.
		

Crossrefs

A386840 Number of fundamental one-dimensional discrete statistical models with rational maximum likelihood estimator supported on n states and of degree 2n-6.

Original entry on oeis.org

0, 0, 0, 0, 82, 254, 643, 1442
Offset: 1

Views

Author

Carlos Améndola, Aug 05 2025

Keywords

Comments

Unlike A143107 and A143108 (and conjecturally A143109), there are infinitely many polynomials in H(2,d) of degree 2n-6. Nevertheless, this sequence consists of finite numbers.

Crossrefs

Showing 1-2 of 2 results.