A384383 Number of polynomials with a shortest addition-multiplication-composition chain of length n, starting with 1 and x.
2, 4, 14, 73, 586, 7250
Offset: 0
Examples
An example of a polynomial for which composition is necessary to obtain the shortest chain is 9*x, with the chain (1, x,) 2*x, 3*x, 9*x. (9*x is the composition of 3*x with itself.) So 9*x is one of the 11 polynomials counted by a(3) but not by A384382(3).
Comments