lacunary - Mathnotes

Definition: Binomial Coefficient \@{binomial-coefficient}

For n,kN,nk0, the binomial coefficient is the coefficient of the xk term in the polynomial expansion of the binomial power (1+x)n. It is denoted as (nk) and can be expressed through @factorial notation as

(nk)=n!k!(nk)!.

Definition: Generalized Binomial Coefficient \@{generalized-binomial-coefficient}

For any complex number nC and any integer k0, the generalized binomial coefficient is defined by

(nk)=n(n1)(n2)(nk+1)k!.

Theorem: Binomial Theorem \@{binomial-theorem}

The expansion of any nonnegative integer power n of the @binomial x+y is a sum of the form

(x+y)n=k=0n(nk)xnkyk=k=0n(nk)xkynk.

Referenced by (2 direct)

Direct references:

Remark \@{remark-4}

A special case of the Binomial Theorem is the case where y=1:

(x+1)n=k=0n(nk)xk.