Consider a polynomial, with positive integer coefficients and exponents, which is deficient in some powers. Further assume that it has a constant term and the $gcd$ of the exponents present is 1. When that polynomial is raised to some positive power, $n$, it may or may not be deficient in some powers. e.g. $1+x+x^3+x^4$ is missing a square term, but after squaring all terms through order 8 will be present.
It is my observation that if $x$ is present in the polynomial then deficiencies will persist until the polynomial is raised to the power of $n=e_2-1$ where $e_2$ is the 2nd largest exponent after 1, e.g. in $(1+x)(1+x^6)(1+x^{11})$ all powers will be present after raising to the 5th power (since $e_2=6$).
But for a polynomial that does not contain an $x$ term, there will be persistent (but predictable) deficiencies past a given value of $n$. e.g. for $(1+x^2)(1+x^7)(1+x^{11})$ at $n=6$ the 115 powers present are {0; 2; 4; 6-114; 116; 118; 120} and at $n=7$ there are 20 more powers present, their values being {0; 2; 4; 6-134; 136; 138; 140}; there are 20 more added in a regular way for each larger value of $n$.
The binomial and multinomial coefficients $c_k$ can be computed easily to give the coefficient of a given power $x^k$, but is there a way to know if a given power will be present in the exponentiated polynomial? (This is similar to the question posed here about polynomial multiplication. Lacking that, is there a way to predict the minimum value of $n$ from which the the powers present in the exponentiated polynomial is predictable? I am guessing that there is no way to know what powers are present below this threshold since this is related to the subset-sum problem to which I added related comments here. More specific descriptions of this general problem are also welcome -- I am not sure what to call this branch of inquiry.
nthat I discussed at the link. So if I could relate FCP with minimumn, that would be very close to the answer because the structure of the exponents is symmetric, so if we know how the head of the sequence (below the continuous region) we would also know the tail. – smichr Jun 07 '22 at 20:18