Inmathematics, thebinomial coefficients are the positiveintegers that occur ascoefficients in thebinomial theorem. Commonly, a binomial coefficient is indexed by a pair of integersn ≥k ≥ 0 and is written It is the coefficient of thexk term in thepolynomial expansion of thebinomialpower(1 +x)n; this coefficient can be computed by the multiplicative formula


which usingfactorial notation can be compactly expressed as
For example, the fourth power of1 +x is
and the binomial coefficient is the coefficient of thex2 term.
Arranging the numbers in successive rows forn = 0, 1, 2, ... gives a triangular array calledPascal's triangle, satisfying therecurrence relation
The binomial coefficients occur in many areas of mathematics, and especially incombinatorics. In combinatorics the symbol is usually read as "n choosek" because there are ways to choose an (unordered) subset ofk elements from a fixed set ofn elements. For example, there are ways to choose2 elements from{1, 2, 3, 4}, namely{1, 2},{1, 3},{1, 4},{2, 3},{2, 4} and{3, 4}.
The first form of the binomial coefficients can be generalized to for anycomplex numberz and integerk ≥ 0, and many of their properties continue to hold in this more general form.
History and notation
editAndreas von Ettingshausen introduced the notation in 1826,[1] although the numbers were known centuries earlier (seePascal's triangle). In about 1150, the Indian mathematicianBhaskaracharya gave an exposition of binomial coefficients in his bookLīlāvatī.[2]
Alternative notations includeC(n,k),nCk,nCk,Ck
n,[3]Cn
k, andCn,k, in all of which theC stands forcombinations orchoices; theC notation means the number of ways to choosek out ofn objects. Many calculators use variants of theC notation because they can represent it on a single-line display. In this form the binomial coefficients are easily compared to the numbers ofk-permutations ofn, written asP(n,k), etc.
Definition and interpretations
editk n | 0 | 1 | 2 | 3 | 4 | ⋯ |
---|---|---|---|---|---|---|
0 | 1 | 0 | 0 | 0 | 0 | ⋯ |
1 | 1 | 1 | 0 | 0 | 0 | ⋯ |
2 | 1 | 2 | 1 | 0 | 0 | ⋯ |
3 | 1 | 3 | 3 | 1 | 0 | ⋯ |
4 | 1 | 4 | 6 | 4 | 1 | ⋯ |
⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋮ | ⋱ |
The first few binomial coefficients on a left-aligned Pascal's triangle |
Fornatural numbers (taken to include 0)n andk, the binomial coefficient can be defined as thecoefficient of themonomialXk in the expansion of(1 +X)n. The same coefficient also occurs (ifk ≤n) in thebinomial formula
∗ |
(valid for any elementsx,y of acommutative ring),which explains the name "binomial coefficient".
Another occurrence of this number is in combinatorics, where it gives the number of ways, disregarding order, thatk objects can be chosen from amongn objects; more formally, the number ofk-element subsets (ork-combinations) of ann-element set. This number can be seen as equal to the one of the first definition, independently of any of the formulas below to compute it: if in each of then factors of the power(1 +X)n one temporarily labels the termX with an indexi (running from1 ton), then each subset ofk indices gives after expansion a contributionXk, and the coefficient of that monomial in the result will be the number of such subsets. This shows in particular that is a natural number for any natural numbersn andk. There are many other combinatorial interpretations of binomial coefficients (counting problems for which the answer is given by a binomial coefficient expression), for instance the number of words formed ofnbits (digits 0 or 1) whose sum isk is given by , while the number of ways to write where everyai is a nonnegative integer is given by . Most of these interpretations can be shown to be equivalent to countingk-combinations.
Computing the value of binomial coefficients
editSeveral methods exist to compute the value of without actually expanding a binomial power or countingk-combinations.
Recursive formula
editOne method uses therecursive, purely additive formula for all integers such that with boundary values for all integersn ≥ 0.
The formula follows from considering the set{1, 2, 3, ...,n} and counting separately (a) thek-element groupings that include a particular set element, say "i", in every group (since "i" is already chosen to fill one spot in every group, we need only choosek − 1 from the remainingn − 1) and (b) all thek-groupings that don't include "i"; this enumerates all the possiblek-combinations ofn elements. It also follows from tracing the contributions toXk in(1 +X)n−1(1 +X). As there is zeroXn+1 orX−1 in(1 +X)n, one might extend the definition beyond the above boundaries to include when eitherk >n ork < 0. This recursive formula then allows the construction ofPascal's triangle, surrounded by white spaces where the zeros, or the trivial coefficients, would be.
Multiplicative formula
editA more efficient method to compute individual binomial coefficients is given by the formula where the numerator of the first fraction, , is afalling factorial.This formula is easiest to understand for the combinatorial interpretation of binomial coefficients.The numerator gives the number of ways to select a sequence ofk distinct objects, retaining the order of selection, from a set ofn objects. The denominator counts the number of distinct sequences that define the samek-combination when order is disregarded. This formula can also be stated in a recursive form. Using the "C" notation from above, , where . It is readily derived by evaluating and can intuitively be understood as starting at the leftmost coefficient of the -th row ofPascal's triangle, whose value is always , and recursively computing the next coefficient to its right until the -th one is reached.
Due to the symmetry of thebinomial coefficients with regard tok andn −k, calculation of the above product, as well as the recursive relation, may be optimised by setting its upper limit to the smaller ofk andn −k.
Factorial formula
editFinally, though computationally unsuitable, there is the compact form, often used in proofs and derivations, which makes repeated use of the familiarfactorial function: wheren! denotes the factorial ofn. This formula follows from the multiplicative formula above by multiplying numerator and denominator by(n −k)!; as a consequence it involves many factors common to numerator and denominator. It is less practical for explicit computation (in the case thatk is small andn is large) unless common factors are first cancelled (in particular since factorial values grow very rapidly). The formula does exhibit a symmetry that is less evident from the multiplicative formula (though it is from the definitions)
1 |
which leads to a more efficient multiplicative computational routine. Using thefalling factorial notation,
Generalization and connection to the binomial series
editThe multiplicative formula allows the definition of binomial coefficients to be extended[4] by replacingn by an arbitrary numberα (negative, real, complex) or even an element of anycommutative ring in which all positive integers are invertible:
With this definition one has a generalization of the binomial formula (with one of the variables set to 1), which justifies still calling the binomial coefficients:
2 |
This formula is valid for all complex numbersα andX with |X| < 1. It can also be interpreted as an identity offormal power series inX, where it actually can serve as definition of arbitrary powers ofpower series with constant coefficient equal to 1; the point is that with this definition all identities hold that one expects forexponentiation, notably
Ifα is a nonnegative integern, then all terms withk >n are zero,[5] and the infinite series becomes a finite sum, thereby recovering the binomial formula. However, for other values ofα, including negative integers and rational numbers, the series is really infinite.
Pascal's triangle
editPascal's rule is the importantrecurrence relation
3 |
which can be used to prove bymathematical induction that is a natural number for all integern ≥ 0 and all integerk, a fact that is not immediately obvious fromformula (1). To the left and right of Pascal's triangle, the entries (shown as blanks) are all zero.
Pascal's rule also gives rise toPascal's triangle:
0: | 1 | ||||||||||||||||
1: | 1 | 1 | |||||||||||||||
2: | 1 | 2 | 1 | ||||||||||||||
3: | 1 | 3 | 3 | 1 | |||||||||||||
4: | 1 | 4 | 6 | 4 | 1 | ||||||||||||
5: | 1 | 5 | 10 | 10 | 5 | 1 | |||||||||||
6: | 1 | 6 | 15 | 20 | 15 | 6 | 1 | ||||||||||
7: | 1 | 7 | 21 | 35 | 35 | 21 | 7 | 1 | |||||||||
8: | 1 | 8 | 28 | 56 | 70 | 56 | 28 | 8 | 1 |
Row numbern contains the numbers fork = 0, …,n. It is constructed by first placing 1s in the outermost positions, and then filling each inner position with the sum of the two numbers directly above. This method allows the quick calculation of binomial coefficients without the need for fractions or multiplications. For instance, by looking at row number 5 of the triangle, one can quickly read off that
Combinatorics and statistics
editBinomial coefficients are of importance incombinatorics because they provide ready formulas for certain frequent counting problems:
- There are ways to choosek elements from a set ofn elements. SeeCombination.
- There are ways to choosek elements from a set ofn elements if repetitions are allowed. SeeMultiset.
- There are strings containingk ones andn zeros.
- There are strings consisting ofk ones andn zeros such that no two ones are adjacent.[6]
- TheCatalan numbers are
- Thebinomial distribution instatistics is
Binomial coefficients as polynomials
editFor any nonnegative integerk, the expression can be written as a polynomial with denominatork!:
this presents apolynomial int withrational coefficients.
As such, it can be evaluated at any real or complex numbert to define binomial coefficients with such first arguments. These "generalized binomial coefficients" appear inNewton's generalized binomial theorem.
For eachk, the polynomial can be characterized as the unique degreek polynomialp(t) satisfyingp(0) =p(1) = ⋯ =p(k − 1) = 0 andp(k) = 1.
Its coefficients are expressible in terms ofStirling numbers of the first kind:
Thederivative of can be calculated bylogarithmic differentiation:
This can cause a problem when evaluated at integers from to , but using identities below we can compute the derivative as:
Binomial coefficients as a basis for the space of polynomials
editOver anyfield ofcharacteristic 0 (that is, any field that contains therational numbers), each polynomialp(t) of degree at mostd is uniquely expressible as a linear combination of binomial coefficients, because the binomial coefficients consist of one polynomial of each degree. The coefficientak is thekth difference of the sequencep(0),p(1), ...,p(k). Explicitly,[7]
4 |
Integer-valued polynomials
editEach polynomial isinteger-valued: it has an integer value at all integer inputs . (One way to prove this is by induction onk usingPascal's identity.) Therefore, any integer linear combination of binomial coefficient polynomials is integer-valued too. Conversely, (4) shows that any integer-valued polynomial is an integer linear combination of these binomial coefficient polynomials. More generally, for any subringR of a characteristic 0 fieldK, a polynomial inK[t] takes values inR at all integers if and only if it is anR-linear combination of binomial coefficient polynomials.
Example
editThe integer-valued polynomial3t(3t + 1) / 2 can be rewritten as
Identities involving binomial coefficients
editThe factorial formula facilitates relating nearby binomial coefficients. For instance, ifk is a positive integer andn is arbitrary, then
5 |
and, with a little more work,
We can also get
Moreover, the following may be useful:
For constantn, we have the following recurrence:
To sum up, we have
Sums of the binomial coefficients
editThe formula
∗∗ |
says that the elements in thenth row of Pascal's triangle always add up to 2 raised to thenth power. This is obtained from the binomial theorem (∗) by settingx = 1 andy = 1. The formula also has a natural combinatorial interpretation: the left side sums the number of subsets of {1, ...,n} of sizesk = 0, 1, ...,n, giving the total number of subsets. (That is, the left side counts thepower set of {1, ...,n}.) However, these subsets can also be generated by successively choosing or excluding each element 1, ...,n; then independent binary choices (bit-strings) allow a total of choices. The left and right sides are two ways to count the same collection of subsets, so they are equal.
The formulas
6 |
and
follow from the binomial theorem afterdifferentiating with respect tox (twice for the latter) and then substitutingx =y = 1.
TheChu–Vandermonde identity, which holds for any complex valuesm andn and any non-negative integerk, is
7 |
and can be found by examination of the coefficient of in the expansion of(1 +x)m(1 +x)n−m = (1 +x)n using equation (2). Whenm = 1, equation (7) reduces to equation (3). In the special casen = 2m,k =m, using (1), the expansion (7) becomes (as seen in Pascal's triangle at right)
8 |
where the term on the right side is acentral binomial coefficient.
Another form of the Chu–Vandermonde identity, which applies for any integersj,k, andn satisfying0 ≤j ≤k ≤n, is
9 |
The proof is similar, but uses the binomial series expansion (2) with negative integer exponents.Whenj =k, equation (9) gives thehockey-stick identity
and its relative
LetF(n) denote then-thFibonacci number.Then
This can be proved byinduction using (3) or byZeckendorf's representation. A combinatorial proof is given below.
Multisections of sums
editFor integerss andt such that series multisection gives the following identity for the sum of binomial coefficients:
For smalls, these series have particularly nice forms; for example,[8]
Partial sums
editAlthough there is noclosed formula forpartial sums
of binomial coefficients,[9] one can again use (3) and induction to show that fork = 0, …,n − 1,
with special case[10]
forn > 0. This latter result is also a special case of the result from the theory offinite differences that for any polynomialP(x) of degree less thann,[11]
Differentiating (2)k times and settingx = −1 yields this for ,when 0 ≤k <n,and the general case follows by taking linear combinations of these.
WhenP(x) is of degree less than or equal ton,
10 |
where is the coefficient of degreen inP(x).
More generally for (10),
wherem andd are complex numbers. This follows immediately applying (10) to the polynomial instead of , and observing that still has degree less than or equal ton, and that its coefficient of degreen isdnan.
Theseries is convergent fork ≥ 2. This formula is used in the analysis of theGerman tank problem. It follows from which is proved byinduction onM.
Identities with combinatorial proofs
editMany identities involving binomial coefficients can be proved bycombinatorial means. For example, for nonnegative integers , the identity
(which reduces to (6) whenq = 1) can be given adouble counting proof, as follows. The left side counts the number of ways of selecting a subset of [n] = {1, 2, ...,n} with at leastq elements, and markingq elements among those selected. The right side counts the same thing, because there are ways of choosing a set ofq elements to mark, and to choose which of the remaining elements of [n] also belong to the subset.
In Pascal's identity
both sides count the number ofk-element subsets of [n]: the two terms on the right side group them into those that contain elementn and those that do not.
The identity (8) also has a combinatorial proof. The identity reads
Suppose you have empty squares arranged in a row and you want to mark (select)n of them. There are ways to do this. On the other hand, you may select yourn squares by selectingk squares from among the firstn and squares from the remainingn squares; anyk from 0 ton will work. This gives
Now apply (1) to get the result.
If one denotes byF(i) the sequence ofFibonacci numbers, indexed so thatF(0) =F(1) = 1, then the identity has the following combinatorial proof.[12] One may show byinduction thatF(n) counts the number of ways that an × 1 strip of squares may be covered by2 × 1 and1 × 1 tiles. On the other hand, if such a tiling uses exactlyk of the2 × 1 tiles, then it usesn − 2k of the1 × 1 tiles, and so usesn −k tiles total. There are ways to order these tiles, and so summing this coefficient over all possible values ofk gives the identity.
Sum of coefficients row
editThe number ofk-combinations for allk, , is the sum of thenth row (counting from 0) of the binomial coefficients. These combinations are enumerated by the 1 digits of the set ofbase 2 numbers counting from 0 to , where each digit position is an item from the set ofn.
Dixon's identity
editor, more generally,
wherea,b, andc are non-negative integers.
Continuous identities
editCertain trigonometric integrals have values expressible in terms of binomial coefficients: For any
These can be proved by usingEuler's formula to converttrigonometric functions to complex exponentials, expanding using the binomial theorem, and integrating term by term.
Congruences
editIfn is prime, then for everyk with More generally, this remains true ifn is any number andk is such that all the numbers between 1 andk are coprime ton.
Indeed, we have
Generating functions
editOrdinary generating functions
editFor a fixedn, theordinary generating function of the sequence is
For a fixedk, the ordinary generating function of the sequence is
Thebivariate generating function of the binomial coefficients is
A symmetric bivariate generating function of the binomial coefficients is
which is the same as the previous generating function after the substitution .
Exponential generating function
editA symmetricexponential bivariate generating function of the binomial coefficients is:
Divisibility properties
editIn 1852,Kummer proved that ifm andn are nonnegative integers andp is a prime number, then the largest power ofp dividing equalspc, wherec is the number of carries whenm andn are added in basep.Equivalently, the exponent of a primep in equals the number of nonnegative integersj such that thefractional part ofk/pj is greater than the fractional part ofn/pj. It can be deduced from this that is divisible byn/gcd(n,k). In particular therefore it follows thatp divides for all positive integersr ands such thats <pr. However this is not true of higher powers ofp: for example 9 does not divide .
A somewhat surprising result byDavid Singmaster (1974) is that any integer dividesalmost all binomial coefficients. More precisely, fix an integerd and letf(N) denote the number of binomial coefficients withn <N such thatd divides . Then
Since the number of binomial coefficients withn <N isN(N + 1) / 2, this implies that the density of binomial coefficients divisible byd goes to 1.
Binomial coefficients have divisibility properties related to least common multiples of consecutive integers. For example:[13]
- divides .
- is a multiple of .
Another fact:An integern ≥ 2 is prime if and only ifall the intermediate binomial coefficients
are divisible byn.
Proof:Whenp is prime,p divides
- for all0 <k <p
because is a natural number andp divides the numerator but not the denominator.Whenn is composite, letp be the smallest prime factor ofn and letk =n/p. Then0 <p <n and
otherwise the numeratork(n − 1)(n − 2)⋯(n −p + 1) has to be divisible byn =k×p, this can only be the case when(n − 1)(n − 2)⋯(n −p + 1) is divisible byp. Butn is divisible byp, sop does not dividen − 1,n − 2, …,n −p + 1 and becausep is prime, we know thatp does not divide(n − 1)(n − 2)⋯(n −p + 1) and so the numerator cannot be divisible byn.
Bounds and asymptotic formulas
editThe following bounds for hold for all values ofn andk such that1 ≤k ≤n: The first inequality follows from the fact that and each of these terms in this product is . A similar argument can be made to show the second inequality. The final strict inequality is equivalent to , that is clear since the RHS is a term of the exponential series .
From the divisibility properties we can infer that where both equalities can be achieved.[13]
The following bounds are useful in information theory:[14]: 353 where is thebinary entropy function. It can be further tightened to for all .[15]: 309
Bothn andk large
editStirling's approximation yields the following approximation, valid when both tend to infinity: Because the inequality forms of Stirling's formula also bound the factorials, slight variants on the above asymptotic approximation give exact bounds.In particular, when is sufficiently large, one has and . More generally, form ≥ 2 andn ≥ 1 (again, by applying Stirling's formula to the factorials in the binomial coefficient),
Ifn is large andk is linear inn, various precise asymptotic estimates exist for the binomial coefficient . For example, if then whered =n − 2k.[16]
n much larger thank
editIfn is large andk iso(n) (that is, ifk/n → 0), then where againo is thelittle o notation.[17]
Sums of binomial coefficients
editA simple and rough upper bound for the sum of binomial coefficients can be obtained using thebinomial theorem: More precise bounds are given by valid for all integers with .[18]
Generalized binomial coefficients
editTheinfinite product formula for the gamma function also gives an expression for binomial coefficients which yields the asymptotic formulas as .
This asymptotic behaviour is contained in the approximation as well. (Here is thek-thharmonic number and is theEuler–Mascheroni constant.)
Further, the asymptotic formula hold true, whenever and for some complex number .
Generalizations
editGeneralization to multinomials
editBinomial coefficients can be generalized tomultinomial coefficients defined to be the number:
where
While the binomial coefficients represent the coefficients of(x +y)n, the multinomial coefficientsrepresent the coefficients of the polynomial
The caser = 2 gives binomial coefficients:
The combinatorial interpretation of multinomial coefficients is distribution ofn distinguishable elements overr (distinguishable) containers, each containing exactlyki elements, wherei is the index of the container.
Multinomial coefficients have many properties similar to those of binomial coefficients, for example the recurrence relation:
and symmetry:
where is apermutation of (1, 2, ...,r).
Taylor series
editUsingStirling numbers of the first kind theseries expansion around any arbitrarily chosen point is
Binomial coefficient withn = 1/2
editThe definition of the binomial coefficients can be extended to the case where is real and is integer.
In particular, the following identity holds for any non-negative integer :
This shows up when expanding into a power series using the Newton binomial series :
Products of binomial coefficients
editOne can express the product of two binomial coefficients as a linear combination of binomial coefficients:
where the connection coefficients aremultinomial coefficients. In terms of labelled combinatorial objects, the connection coefficients represent the number of ways to assignm +n −k labels to a pair of labelled combinatorial objects—of weightm andn respectively—that have had their firstk labels identified, or glued together to get a new labelled combinatorial object of weightm +n −k. (That is, to separate the labels into three portions to apply to the glued part, the unglued part of the first object, and the unglued part of the second object.) In this regard, binomial coefficients are to exponential generating series whatfalling factorials are to ordinary generating series.
The product of all binomial coefficients in thenth row of the Pascal triangle is given by the formula:
Partial fraction decomposition
editThepartial fraction decomposition of the reciprocal is given by
Newton's binomial series
editNewton's binomial series, named afterSir Isaac Newton, is a generalization of the binomial theorem to infinite series:
The identity can be obtained by showing that both sides satisfy thedifferential equation(1 +z)f'(z) =αf(z).
Theradius of convergence of this series is 1. An alternative expression is
where the identity
is applied.
Multiset (rising) binomial coefficient
editBinomial coefficients count subsets of prescribed size from a given set. A related combinatorial problem is to countmultisets of prescribed size with elements drawn from a given set, that is, to count the number of ways to select a certain number of elements from a given set with the possibility of selecting the same element repeatedly. The resulting numbers are calledmultiset coefficients;[19] the number of ways to "multichoose" (i.e., choose with replacement)k items from ann element set is denoted .
To avoid ambiguity and confusion withn's main denotation in this article,
letf =n =r + (k − 1) andr =f − (k − 1).
Multiset coefficients may be expressed in terms of binomial coefficients by the rule One possible alternative characterization of this identity is as follows:We may define thefalling factorial as and the corresponding rising factorial as so, for example, Then the binomial coefficients may be written as while the corresponding multiset coefficient is defined by replacing the falling with the rising factorial:
Generalization to negative integersn
editFor anyn,
In particular, binomial coefficients evaluated at negative integersn are given by signed multiset coefficients. In the special case , this reduces to
For example, ifn = −4 andk = 7, thenr = 4 andf = 10:
Two real or complex valued arguments
editThe binomial coefficient is generalized to two real or complex valued arguments using thegamma function orbeta function via
This definition inherits these following additional properties from :
moreover,
The resulting function has been little-studied, apparently first being graphed in (Fowler 1996). Notably, many binomial identities fail: but forn positive (so negative). The behavior is quite complex, and markedly different in various octants (that is, with respect to thex andy axes and the line ), with the behavior for negativex having singularities at negative integer values and a checkerboard of positive and negative regions:
- in the octant it is a smoothly interpolated form of the usual binomial, with a ridge ("Pascal's ridge").
- in the octant and in the quadrant the function is close to zero.
- in the quadrant the function is alternatingly very large positive and negative on the parallelograms with vertices
- in the octant the behavior is again alternatingly very large positive and negative, but on a square grid.
- in the octant it is close to zero, except for near the singularities.
Generalization toq-series
editThe binomial coefficient has aq-analog generalization known as theGaussian binomial coefficient.
Generalization to infinite cardinals
editThe definition of the binomial coefficient can be generalized toinfinite cardinals by defining:
whereA is some set withcardinality . One can show that the generalized binomial coefficient is well-defined, in the sense that no matter what set we choose to represent thecardinal number , will remain the same. For finite cardinals, this definition coincides with the standard definition of the binomial coefficient.
Assuming theAxiom of Choice, one can show that for any infinite cardinal .
See also
edit- Binomial transform
- Delannoy number
- Eulerian number
- Hypergeometric function
- List of factorial and binomial topics
- Macaulay representation of an integer
- Motzkin number
- Multiplicities of entries in Pascal's triangle
- Narayana number
- Star of David theorem
- Sun's curious identity
- Table of Newtonian series
- Trinomial expansion
Notes
edit- ^Higham (1998)
- ^Lilavati Section 6, Chapter 4 (seeKnuth (1997)).
- ^Uspensky 1937, p. 18
- ^See (Graham, Knuth & Patashnik 1994), which also defines for . Alternative generalizations, such as totwo real or complex valued arguments using theGamma function assign nonzero values to for , but this causes most binomial coefficient identities to fail, and thus is not widely used by the majority of definitions. One such choice of nonzero values leads to the aesthetically pleasing "Pascal windmill" in Hilton, Holton and Pedersen,Mathematical reflections: in a room with many mirrors, Springer, 1997, but causes evenPascal's identity to fail (at the origin).
- ^When is a nonnegative integer, for because the -th factor of the numerator is . Thus, the -th term is azero product for all .
- ^Muir, Thomas (1902)."Note on Selected Combinations".Proceedings of the Royal Society of Edinburgh.
- ^This can be seen as a discrete analog ofTaylor's theorem. It is closely related toNewton's polynomial. Alternating sums of this form may be expressed as theNörlund–Rice integral.
- ^Gradshteyn & Ryzhik (2014, pp. 3–4).
- ^Boardman, Michael (2004), "The Egg-Drop Numbers",Mathematics Magazine,77 (5):368–372,doi:10.2307/3219201,JSTOR 3219201,MR 1573776,
it is well known that there is no closed form (that is, direct formula) for the partial sum of binomial coefficients
. - ^see induction developed in eq (7) p. 1389 inAupetit, Michael (2009), "Nearly homogeneous multi-partitioning with a deterministic generator",Neurocomputing,72 (7–9):1379–1389,doi:10.1016/j.neucom.2008.12.024,ISSN 0925-2312.
- ^Ruiz, Sebastian (1996). "An Algebraic Identity Leading to Wilson's Theorem".The Mathematical Gazette.80 (489):579–582.arXiv:math/0406086.doi:10.2307/3618534.JSTOR 3618534.S2CID 125556648.
- ^Benjamin & Quinn 2003, pp. 4−5
- ^abFarhi, Bakir (2007). "Nontrivial lower bounds for the least common multiple of some finite sequence of integers".Journal of Number Theory.125 (2):393–411.arXiv:0803.0290.doi:10.1016/j.jnt.2006.10.017.S2CID 115167580.
- ^Thomas M. Cover; Joy A. Thomas (18 July 2006).Elements of Information Theory. Hoboken, New Jersey: Wiley.ISBN 0-471-24195-4.
- ^F. J. MacWilliams; N. J. A. Sloane (1981).The Theory of Error-Correcting Codes. Vol. 16 (3rd ed.). North-Holland.ISBN 0-444-85009-0.
- ^Spencer, Joel; Florescu, Laura (2014).Asymptopia. Student mathematical library. Vol. 71.AMS. p. 66.ISBN 978-1-4704-0904-3.OCLC 865574788.
- ^Spencer, Joel; Florescu, Laura (2014).Asymptopia. Student mathematical library. Vol. 71.AMS. p. 59.ISBN 978-1-4704-0904-3.OCLC 865574788.
- ^see e.g.Ash (1990, p. 121) orFlum & Grohe (2006, p. 427).
- ^Munarini, Emanuele (2011),"Riordan matrices and sums of harmonic numbers"(PDF),Applicable Analysis and Discrete Mathematics,5 (2):176–200,doi:10.2298/AADM110609014M,MR 2867317.
References
edit- Ash, Robert B. (1990) [1965].Information Theory. Dover Publications, Inc.ISBN 0-486-66521-6.
- Benjamin, Arthur T.;Quinn, Jennifer J. (2003).Proofs that Really Count: The Art of Combinatorial Proof. Dolciani Mathematical Expositions. Vol. 27.Mathematical Association of America.ISBN 978-0-88385-333-7.
- Bryant, Victor (1993).Aspects of combinatorics. Cambridge University Press.ISBN 0-521-41974-3.
- Flum, Jörg;Grohe, Martin (2006).Parameterized Complexity Theory. Springer.ISBN 978-3-540-29952-3. Archived fromthe original on 2007-11-18. Retrieved2017-08-28.
- Fowler, David (January 1996). "The Binomial Coefficient Function".The American Mathematical Monthly.103 (1). Mathematical Association of America:1–17.doi:10.2307/2975209.JSTOR 2975209.
- Goetgheluck, P. (1987). "Computing Binomial Coefficients".American Mathematical Monthly.94 (4):360–365.doi:10.2307/2323099.JSTOR 2323099.
- Graham, Ronald L.;Knuth, Donald E.;Patashnik, Oren (February 1994).Concrete Mathematics - A foundation for computer science (2nd ed.). Reading, MA, USA:Addison-Wesley Professional. pp. 154–155.ISBN 0-201-55802-5.MR 1397498.
- Gradshteyn, I. S.; Ryzhik, I. M. (2014).Table of Integrals, Series, and Products (8th ed.). Academic Press.ISBN 978-0-12-384933-5.
- Grinshpan, A. Z. (2010), "Weighted inequalities and negative binomials",Advances in Applied Mathematics,45 (4):564–606,doi:10.1016/j.aam.2010.04.004
- Higham, Nicholas J. (1998).Handbook of writing for the mathematical sciences.SIAM. p. 25.ISBN 0-89871-420-6.
- Knuth, Donald E. (1997).The Art of Computer Programming, Volume 1:Fundamental Algorithms (Third ed.). Addison-Wesley. pp. 52–74.ISBN 0-201-89683-4.
- Singmaster, David (1974). "Notes on binomial coefficients. III. Any integer divides almost all binomial coefficients".Journal of the London Mathematical Society.8 (3):555–560.doi:10.1112/jlms/s2-8.3.555.
- Shilov, G. E. (1977).Linear algebra. Dover Publications.ISBN 978-0-486-63518-7.
- Uspensky, James (1937),Introduction to Mathematical Probability, McGraw-Hill
External links
edit- "Binomial coefficients",Encyclopedia of Mathematics,EMS Press, 2001 [1994]
- Andrew Granville (1997)."Arithmetic Properties of Binomial Coefficients I. Binomial coefficients modulo prime powers".CMS Conf. Proc.20:151–162. Archived fromthe original on 2015-09-23. Retrieved2013-09-03.
This article incorporates material from the followingPlanetMath articles, which are licensed under theCreative Commons Attribution/Share-Alike License:Binomial Coefficient,Upper and lower bounds to binomial coefficient,Binomial coefficient is an integer,Generalized binomial coefficients.