I know that a binomial expression like $(1+x)$ with $|x|<1$, when raised to some power $p$ can be expressed as a Binomial Series as in Equation (1) here.
PURPOSE: I am using expressions of the form $(1+f(x))^p$ (and their "binomial" expansions) in a computer program which performs various operations (add, multiply, divide, raise-to-power) on algebraic expressions, resulting in thousands of terms. It would be useful (for communication) to have a name for this form of expression. If there is an existing name that would be better than inventing a new one.