Binomial Coefficient
The binomial coefficient π (n; k)
is the number of ways of picking π k
unordered outcomes from π n
possibilities, also known as a combination
or combinatorial number. The symbols π _nC_k
and π (n; k)
are used to denote a binomial coefficient, and are sometimes
read as "π n
choose π k
."
π (n; k)
therefore gives the number of k-subsets possible
out of a set of π n
distinct items. For example, The 2-subsets of π {1,2,3,4}
are the six pairs π {1,2}
, π {1,3}
, π {1,4}
, π {2,3}
, π {2,4}
, and π {3,4}
, so π (4; 2)=6
. In addition, the number of lattice
paths from the origin π (0,0)
to a point π (a,b
) is the binomial coefficient π (a+b; a)
(Hilton and Pedersen 1991).
The value of the binomial coefficient for nonnegative integers π n
and π k
with π 0<=k<=n
is given by
(Graham et al. 1989, p.157), where π z!
denotes a factorial. Filling
in values by row for π k=0
, 1, ..., π n
for increasing π n
gives Pascal's triangle.
Writing the factorial as a gamma function π z!=Gamma(z+1)
allows the binomial coefficient to be generalized to noninteger arguments (including
complex π x
and π y
)
as
The Roman coefficient (Roman 1992, Loeb 1995) is a generalization of the binomial coefficient. Whenever the binomial coefficient is defined, the Roman coefficient agrees with it. However, the Roman coefficients are defined for values for which the binomial coefficients are not.
Binomial coefficients for nonnegative integer π y
give a polynomial in π x
| π (x; y) | π = | π ((x)_y)/(y!) |
(3)
|
| π Image | π = | π (x(x-1)(x-2)...(x-y+1))/(y(y-1)...2Β·1), |
(4)
|
where π (x)_y
is a Pochhammer symbol. These rational coefficients
are sometimes known as "generalized binomial coefficients."
Using the gamma function symmetry formula
for integer π a
,
π b
and complex π s
,
this definition can be extended to negative integer arguments, making it continuous
at all integer arguments as well as continuous for all complex arguments except for
negative integer π x
and noninteger π y
,
in which case it is infinite (Kronenburg 2011). This definition, given by
for negative integer π n
and integer π k
is in agreement with the binomial theorem, and with combinatorial
identities with a few special exceptions (Kronenburg 2011).
The binomial coefficient is implemented in the Wolfram Language as [n,
k], which follows the above convention starting in Version 8. A variation
π [n,m]
that preserves Pascal's identity
and which therefore differs in value for negative integer π n
,
is implemented in the Wolfram Language
as [n, k].
Plotting the binomial coefficient in the π xy
-plane (Fowler 1996) gives the beautiful plot shown above,
which has a very complicated graph for negative π x
and π y
and is therefore difficult to render using standard plotting
programs.
For a positive integer π n
, the binomial theorem
gives
The finite difference analog of this identity is known as the Chu-Vandermonde identity. A similar formula holds for negative integers,
There are a number of elegant binomial sums.
The binomial coefficients satisfy the identities
| π (n; 0) | π = | π (n; n)=1 |
(10)
|
| π (n; k) | π = | π (n; n-k) |
(11)
|
| π (n; k+1) | π = | π (n; k)(n-k)/(k+1) |
(12)
|
| π (n+1; k) | π = | π (n; k)+(n; k-1). |
(13)
|
The product of binomial coefficients is given by
where π H(n)
is a hyperfactorial and π n!
is a factorial.
As shown by Kummer in 1852, if π p^k
is the largest power of a prime π p
that divides π (m+n; m)
, where π m
and π n
are nonnegative integers, then π k
is the number of carries that occur
when π m
is added to π n
in base π p
(Graham et al. 1989, Exercise 5.36, p. 245; Ribenboim 1989; Vardi 1991,
p. 68). Kummer's result can also be stated in the form that the exponent of
a prime π p
dividing π (n; m)
is given by the number of integers π j>=0
for which
where π frac(x)
denotes the fractional part of π x
. This inequality may be reduced to the study of the exponential
sums π sum_(n)Lambda(n)e(x/n)
,
where π Lambda(n)
is the Mangoldt function. Estimates of these
sums are given by Jutila (1973, 1974), but recent improvements have been made by
Granville and Ramare (1996).
R. W. Gosper showed that
for all primes, and conjectured that it holds only for primes. This was disproved when Skiena (1990)
found it also holds for the composite number π n=3Γ11Γ179
. Vardi (1991, p. 63)
subsequently showed that π n=p^2
is a solution whenever π p
is a Wieferich prime and
that if π n=p^k
with π k>3
is a solution, then so is π n=p^(k-1)
. This allowed him to show that the only solutions
for composite π n<1.3Γ10^7
are 5907, π 1093^2
, and π 3511^2
, where 1093 and 3511 are Wieferich
primes.
Consider the binomial coefficients π f(n)=(2n-1; n)
, the first few of which are 1, 3, 10, 35, 126,
... (OEIS A001700). The generating
function is
These numbers are squarefree only for π n=2
, 3, 4, 6, 9, 10, 12, 36, ... (OEIS A046097),
with no others known. It turns out that π f(n)
is divisible by 4 unless π n
belongs to a 2-automatic set π S_2
, which happens to be the set of numbers
whose binary representations contain at most two 1s: 1,
2, 3, 4, 5, 6, 8, 9, 10, 12, 16, 17, 18, ... (OEIS A048645).
Similarly, π f(n)
is divisible by 9 unless π n
belongs to a 3-automatic set π S_3
, consisting of numbers π n
for which the representation of π 2n
in ternary consists entirely
of 0s and 2s (except possibly for a pair of adjacent 1s). The initial elements of
π S_3
are 1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 18, 19, 21, 22, 27, ... (OEIS A051382).
If π f(n)
is squarefree, then π n
must belong to π S=S_2 intersection S_3
. It is very probable that π S
is finite, but no proof is known. Now, squares larger than
4 and 9 might also divide π f(n)
, but by eliminating these two alone, the only possible
π n
for π n<=2^(64)
are 1, 2, 3, 4, 6, 9, 10, 12, 18, 33, 34, 36, 40, 64, 66, 192, 256, 264, 272, 513,
514, 516, 576 768, 1026, 1056, 2304, 16392, 65664, 81920, 532480, and 545259520.
All of these but the last have been checked, establishing that there are no other
π n
such that π f(n)
is squarefree for π n<=545259520
.
ErdΕs showed that the binomial coefficient π (n; k)
with π 3<=k<=n/2
is a power of an integer for the single case π (50; 3)=140^2
(Le Lionnais 1983, p. 48). Binomial coefficients
π T_(n-1)=(n; 2)
are squares π a^2
when π a^2
is a triangular number, which occur for π a=1
, 6, 35, 204, 1189, 6930, ... (OEIS
A001109). These values of π a
have the corresponding values π n=2
, 9, 50, 289, 1682, 9801, ... (OEIS A052436).
The binomial coefficients π (n; |_n/2_|)
are called central
binomial coefficients, where π |_x_|
is the floor function,
although the subset of coefficients π (2n; n)
is sometimes also given this name. ErdΕs and Graham
(1980, p. 71) conjectured that the central
binomial coefficient π (2n; n)
is never squarefree
for π n>4
,
and this is sometimes known as the ErdΕs
squarefree conjecture. SΓ‘rkΕzy's
theorem (SΓ‘rkΕzy 1985) provides a partial solution which states that
the binomial coefficient π (2n; n)
is never squarefree for
all sufficiently large π n>=n_0
(Vardi 1991). Granville and Ramare (1996) proved that
the only squarefree values are π n=2
and 4. Sander (1992) subsequently showed that π (2n+/-d; n)
are also never squarefree
for sufficiently large π n
as long as π d
is not "too big."
For π p
,
π q
,
and π r
distinct primes, then the function (β) satisfies
(Vardi 1991, p. 66).
Most binomial coefficients π (n; k)
with π n>=2k
have a prime factor π p<=n/k
, and Lacampagne et al. (1993) conjecture that
this inequality is true for all π n>17.125k
, or more strongly that any such binomial coefficient
has least prime factor π p<=n/k
or π p<=17
with the exceptions π (62; 6)
, π (959; 56)
, π (474; 66)
, π (284; 28)
for which π p=19
, 19, 23, 29 (Guy 1994, p. 84).
The binomial coefficient π (m; n)
(mod 2) can be computed using the XOR
operation π n
XOR π m
,
making Pascal's triangle mod 2 very easy to construct.
Sondow (2005) and Sondow and Zudilin (2006) noted the inequality
for π m
a positive integer and π r>=1
a real number.
See also
ApΓ©ry Number, Balanced Binomial Coefficient, Ballot Problem, Bernoulli Triangle, Binomial, Binomial Distribution, Binomial Identity, Binomial Sums, Binomial Theorem, Central Binomial Coefficient, Choose, Christmas Stocking Theorem, Chu-Vandermonde Identity, Combination, Deficiency, ErdΕs Squarefree Conjecture, Exceptional Binomial Coefficient, Factorial, Fibonomial Coefficient, Gamma Function, Good Binomial Coefficient, k-Subset, Kings Problem, Klee's Identity, Lah Number, Multichoose, Multinomial Coefficient, Pascal's Formula, Permutation, q-Binomial Coefficient, Roman Coefficient, SΓ‘rkΕzy's Theorem, Stanley's Identity, Star of David Theorem, Stolarsky-Harborth Constant, Strehl Identities, SzΓ©kely Identity, Wolstenholme's Theorem Explore this topic in the MathWorld classroomRelated Wolfram sites
http://functions.wolfram.com/GammaBetaErf/Binomial/Explore with Wolfram|Alpha
More things to try:
References
Abramowitz, M. and Stegun, I. A. (Eds.). "Binomial Coefficients." Β§24.1.1 in Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, pp. 10, 256, and 822-823, 1972.Comtet, L. Advanced Combinatorics: The Art of Finite and Infinite Expansions, rev. enl. ed. Dordrecht, Netherlands: Reidel, 1974.Conway, J. H. and Guy, R. K. In The Book of Numbers. New York: Springer-Verlag, pp. 66-74, 1996.ErdΕs, P.; Graham, R. L.; Nathanson, M. B.; and Jia, X. Old and New Problems and Results in Combinatorial Number Theory. New York: Springer-Verlag, 1998.ErdΕs, P.; Lacampagne, C. B.; and Selfridge, J. L. "Estimates of the Least Prime Factor of a Binomial Coefficient." Math. Comput. 61, 215-224, 1993.Feller, W. "Binomial Coefficients" and "Problems and Identities Involving Binomial Coefficients." Β§2.8 and 2.12 in An Introduction to Probability Theory and Its Applications, Vol. 1, 3rd ed. New York: Wiley, pp. 48-50 and 61-64, 1968.Fowler, D. "The Binomial Coefficient Function." Amer. Math. Monthly 103, 1-17, 1996.Graham, R. L.; Knuth, D. E.; and Patashnik, O. "Binomial Coefficients." Ch. 5 in Concrete Mathematics: A Foundation for Computer Science. Reading, MA: Addison-Wesley, pp. 153-242, 1989.Granville, A. "Arithmetic Properties of Binomial Coefficients. I. Binomial Coefficients Modulo Prime Powers." In Organic Mathematics. Proceedings of the Workshop Held in Burnaby, BC, December 12-14, 1995 (Ed. J. Borwein, P. Borwein, L. JΓΆrgenson and R. Corless). Providence, RI: Amer. Math. Soc., pp. 253-276, 1997.Granville, A. "Arithmetic Properties of Binomial Coefficients." http://www.dms.umontreal.ca/~andrew/Binomial/.Granville, A. and RamarΓ©, O. "Explicit Bounds on Exponential Sums and the Scarcity of Squarefree Binomial Coefficients." Mathematika 43, 73-107, 1996.Guy, R. K. "Binomial Coefficients," "Largest Divisor of a Binomial Coefficient," and "Series Associated with the π zeta-Function." Β§B31, B33, and F17 in Unsolved Problems in Number Theory, 2nd ed. New York: Springer-Verlag, pp. 84-85, 87-89, and 257-258, 1994.Harborth, H. "Number of Odd Binomial Coefficients." Not. Amer. Math. Soc. 23, 4, 1976.Hilton, P. and Pedersen, J. "Catalan Numbers, Their Generalization, and Their Uses." Math. Intel. 13, 64-75, 1991.Jutila, M. "On Numbers with a Large Prime Factor." J. Indian Math. Soc. 37, 43-53, 1973.Jutila, M. "On Numbers with a Large Prime Factor. II." J. Indian Math. Soc. 38, 125-130, 1974.Kronenburg, M. "The Binomial Coefficient for Negative Arguments." 18 May 2011. http://arxiv.org/abs/1105.3689/.Le Lionnais, F. Les nombres remarquables. Paris: Hermann, 1983.Loeb, D. E. "A Generalization of the Binomial Coefficients." 9 Feb 1995. http://arxiv.org/abs/math/9502218.Ogilvy, C. S. "The Binomial Coefficients." Amer. Math. Monthly 57, 551-552, 1950.Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. "Gamma Function, Beta Function, Factorials, Binomial Coefficients." Β§6.1 in Numerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, pp. 206-209, 1992.Prudnikov, A. P.; Marichev, O. I.; and Brychkow, Yu. A. Formula 41 in Integrals and Series, Vol. 1: Elementary Functions. Newark, NJ: Gordon & Breach, p. 611, 1986.Ribenboim, P. The New Book of Prime Number Records. New York: Springer-Verlag, pp. 23-24, 1989.Riordan, J. "Inverse Relations and Combinatorial Identities." Amer. Math. Monthly 71, 485-498, 1964.Roman, S. "The Logarithmic Binomial Formula." Amer. Math. Monthly 99, 641-648, 1992.Sander, J. W. "On Prime Divisors of Binomial Coefficients." Bull. London Math. Soc. 24, 140-142, 1992.SΓ‘rkΕzy, A. "On the Divisors of Binomial Coefficients, I." J. Number Th. 20, 70-80, 1985.Skiena, S. Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Reading, MA: Addison-Wesley, p. 262, 1990.Sloane, N. J. A. Sequences A001109/M4217, A001700/M2848, A046097, A048645, A051382, and A052436, in "The On-Line Encyclopedia of Integer Sequences."Sondow, J. "Problem 11132." Amer. Math. Monthly 112, 180, 2005.Sondow, J. and Zudilin, W. "Euler's Constant, π q
-Logarithms, and Formulas of Ramanujan and Gosper." Ramanujan J. 12, 225-244, 2006.Spanier, J. and Oldham, K. B. "The Binomial Coefficients π (nu; m)
." Ch. 6 in An Atlas of Functions. Washington, DC: Hemisphere, pp. 43-52, 1987.Sved, M. "Counting and Recounting." Math. Intel. 5, 21-26, 1983.Vardi, I. "Application to Binomial Coefficients," "Binomial Coefficients," "A Class of Solutions," "Computing Binomial Coefficients," and "Binomials Modulo an Integer." Β§2.2, 4.1, 4.2, 4.3, and 4.4 in Computational Recreations in Mathematica. Redwood City, CA: Addison-Wesley, pp. 25-28 and 63-71, 1991.Wolfram, S. "Geometry of Binomial Coefficients." Amer. Math. Monthly 91, 566-571, 1984.
Referenced on Wolfram|Alpha
Binomial CoefficientCite this as:
Weisstein, Eric W. "Binomial Coefficient." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/BinomialCoefficient.html
