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.

A143108 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 minus 1, i.e., of degree 2n-4.

Original entry on oeis.org

0, 0, 3, 4, 10, 24, 32, 56
Offset: 1

Views

Author

Jiri Lebl (jlebl(AT)math.uiuc.edu), Jul 25 2008

Keywords

Comments

a(n) is also the number of fundamental one-dimensional discrete statistical models with rational maximum likelihood estimator supported on n states and of degree 2n-4. - Carlos Améndola, Aug 05 2025

Crossrefs

Programs

  • Mathematica
    See the paper by Lebl-Lichtblau.

Formula

Possibly can be computed from A143107 except for the third term, but this is not proved. Let b_n be elements of A143107, then a_n = 2 ( b_2 b_{n-1} + b_3 b_{n-2} + ... + b_{n-1} b_2 ).