Binomial coefficient

The binomial coefficients can be arranged to form Pascal's triangle, in which each entry is the sum of the two immediately above.
Visualisation of binomial expansion up to the 4th power

In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers nk ≥ 0 and is written It is the coefficient of the xk term in the polynomial expansion of the binomial power (1 + x)n; this coefficient can be computed by the multiplicative formula

which using factorial notation can be compactly expressed as

For example, the fourth power of 1 + x is

and the binomial coefficient is the coefficient of the x2 term.

Arranging the numbers in successive rows for n = 0, 1, 2, ... gives a triangular array called Pascal's triangle, satisfying the recurrence relation

The binomial coefficients occur in many areas of mathematics, and especially in combinatorics. In combinatorics the symbol is usually read as "n choose k" because there are ways to choose an (unordered) subset of k elements from a fixed set of n elements. For example, there are ways to choose 2 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 any complex number z and integer k ≥ 0, and many of their properties continue to hold in this more general form.

History and notation

Andreas von Ettingshausen introduced the notation in 1826,[1] although the numbers were known centuries earlier (see Pascal's triangle). In about 1150, the Indian mathematician Bhaskaracharya gave an exposition of binomial coefficients in his book Līlāvatī.[2]

Alternative notations include C(n, k), nCk, nCk, Ck
n
,[3] Cn
k
, and Cn,k, in all of which the C stands for combinations or choices; the C notation means the number of ways to choose k out of n objects. Many calculators use variants of the C notation because they can represent it on a single-line display. In this form the binomial coefficients are easily compared to the numbers of k-permutations of n, written as P(n, k), etc.

Definition and interpretations

k
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

For natural numbers (taken to include 0) n and k, the binomial coefficient can be defined as the coefficient of the monomial Xk in the expansion of (1 + X)n. The same coefficient also occurs (if kn) in the binomial formula

(valid for any elements x, y of a commutative ring), which explains the name "binomial coefficient".

Another occurrence of this number is in combinatorics, where it gives the number of ways, disregarding order, that k objects can be chosen from among n objects; more formally, the number of k-element subsets (or k-combinations) of an n-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 the n factors of the power (1 + X)n one temporarily labels the term X with an index i (running from 1 to n), then each subset of k indices gives after expansion a contribution Xk, 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 numbers n and k. 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 of n bits (digits 0 or 1) whose sum is k is given by , while the number of ways to write where every ai is a nonnegative integer is given by . Most of these interpretations can be shown to be equivalent to counting k-combinations.

Computing the value of binomial coefficients

Several methods exist to compute the value of without actually expanding a binomial power or counting k-combinations.

Recursive formula

One method uses the recursive, purely additive formula for all integers such that with boundary values for all integers n ≥ 0.

The formula follows from considering the set {1, 2, 3, ..., n} and counting separately (a) the k-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 choose k − 1 from the remaining n − 1) and (b) all the k-groupings that don't include "i"; this enumerates all the possible k-combinations of n elements. It also follows from tracing the contributions to Xk in (1 + X)n−1(1 + X). As there is zero Xn+1 or X−1 in (1 + X)n, one might extend the definition beyond the above boundaries to include when either k > n or k < 0. This recursive formula then allows the construction of Pascal's triangle, surrounded by white spaces where the zeros, or the trivial coefficients, would be.

Multiplicative formula

A more efficient method to compute individual binomial coefficients is given by the formula where the numerator of the first fraction, , is a falling 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 of k distinct objects, retaining the order of selection, from a set of n objects. The denominator counts the number of distinct sequences that define the same k-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 of Pascal'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 the binomial coefficients with regard to k and nk, calculation of the above product, as well as the recursive relation, may be optimised by setting its upper limit to the smaller of k and nk.

Factorial formula

Finally, though computationally unsuitable, there is the compact form, often used in proofs and derivations, which makes repeated use of the familiar factorial function: where n! denotes the factorial of n. This formula follows from the multiplicative formula above by multiplying numerator and denominator by (nk)!; as a consequence it involves many factors common to numerator and denominator. It is less practical for explicit computation (in the case that k is small and n 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)

which leads to a more efficient multiplicative computational routine. Using the falling factorial notation,

Generalization and connection to the binomial series

The multiplicative formula allows the definition of binomial coefficients to be extended[4] by replacing n by an arbitrary number α (negative, real, complex) or even an element of any commutative 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:

This formula is valid for all complex numbers α and X with |X| < 1. It can also be interpreted as an identity of formal power series in X, where it actually can serve as definition of arbitrary powers of power series with constant coefficient equal to 1; the point is that with this definition all identities hold that one expects for exponentiation, notably

If α is a nonnegative integer n, then all terms with k > 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

1000th row of Pascal's triangle, arranged vertically, with grey-scale representations of decimal digits of the coefficients, right-aligned. The left boundary of the image corresponds roughly to the graph of the logarithm of the binomial coefficients, and illustrates that they form a log-concave sequence.

Pascal's rule is the important recurrence relation

which can be used to prove by mathematical induction that is a natural number for all integer n ≥ 0 and all integer k, a fact that is not immediately obvious from formula (1). To the left and right of Pascal's triangle, the entries (shown as blanks) are all zero.

Pascal's rule also gives rise to Pascal'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: 21 35 35 21
8: 28 56 70 56 28

Row number n contains the numbers for k = 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

Binomial coefficients are of importance in combinatorics because they provide ready formulas for certain frequent counting problems:

  • There are ways to choose k elements from a set of n elements. See Combination.
  • There are ways to choose k elements from a set of n elements if repetitions are allowed. See Multiset.
  • There are strings containing k ones and n zeros.
  • There are strings consisting of k ones and n zeros such that no two ones are adjacent.[6]
  • The Catalan numbers are
  • The binomial distribution in statistics is

Binomial coefficients as polynomials

For any nonnegative integer k, the expression can be written as a polynomial with denominator k!:

this presents a polynomial in t with rational coefficients.

As such, it can be evaluated at any real or complex number t to define binomial coefficients with such first arguments. These "generalized binomial coefficients" appear in Newton's generalized binomial theorem.

For each k, the polynomial can be characterized as the unique degree k polynomial p(t) satisfying p(0) = p(1) = ⋯ = p(k − 1) = 0 and p(k) = 1.

Its coefficients are expressible in terms of Stirling numbers of the first kind:

The derivative of can be calculated by logarithmic 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

Over any field of characteristic 0 (that is, any field that contains the rational numbers), each polynomial p(t) of degree at most d is uniquely expressible as a linear combination of binomial coefficients, because the binomial coefficients consist of one polynomial of each degree. The coefficient ak is the kth difference of the sequence p(0), p(1), ..., p(k). Explicitly,[7]

Integer-valued polynomials

Each polynomial is integer-valued: it has an integer value at all integer inputs . (One way to prove this is by induction on k using Pascal'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 subring R of a characteristic 0 field K, a polynomial in K[t] takes values in R at all integers if and only if it is an R-linear combination of binomial coefficient polynomials.

Example

The integer-valued polynomial 3t(3t + 1) / 2 can be rewritten as

Identities involving binomial coefficients

The factorial formula facilitates relating nearby binomial coefficients. For instance, if k is a positive integer and n is arbitrary, then

and, with a little more work,

We can also get

Moreover, the following may be useful:

For constant n, we have the following recurrence:

To sum up, we have

Sums of the binomial coefficients

The formula

says that the elements in the nth row of Pascal's triangle always add up to 2 raised to the nth power. This is obtained from the binomial theorem () by setting x = 1 and y = 1. The formula also has a natural combinatorial interpretation: the left side sums the number of subsets of {1, ..., n} of sizes k = 0, 1, ..., n, giving the total number of subsets. (That is, the left side counts the power set of {1, ..., n}.) However, these subsets can also be generated by successively choosing or excluding each element 1, ..., n; the n 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

and

follow from the binomial theorem after differentiating with respect to x (twice for the latter) and then substituting x = y = 1.

The Chu–Vandermonde identity, which holds for any complex values m and n and any non-negative integer k, is

and can be found by examination of the coefficient of in the expansion of (1 + x)m(1 + x)nm = (1 + x)n using equation (2). When m = 1, equation (7) reduces to equation (3). In the special case n = 2m, k = m, using (1), the expansion (7) becomes (as seen in Pascal's triangle at right)

Pascal's triangle, rows 0 through 7. Equation 8 for m = 3 is illustrated in rows 3 and 6 as

where the term on the right side is a central binomial coefficient.

Another form of the Chu–Vandermonde identity, which applies for any integers j, k, and n satisfying 0 ≤ jkn, is

The proof is similar, but uses the binomial series expansion (2) with negative integer exponents. When j = k, equation (9) gives the hockey-stick identity

and its relative

Let F(n) denote the n-th Fibonacci number. Then

This can be proved by induction using (3) or by Zeckendorf's representation. A combinatorial proof is given below.

Multisections of sums

For integers s and t such that series multisection gives the following identity for the sum of binomial coefficients:

For small s, these series have particularly nice forms; for example,[8]

Partial sums

Although there is no closed formula for partial sums

of binomial coefficients,[9] one can again use (3) and induction to show that for k = 0, …, n − 1,

with special case[10]

for n > 0. This latter result is also a special case of the result from the theory of finite differences that for any polynomial P(x) of degree less than n,[11]

Differentiating (2) k times and setting x = −1 yields this for , when 0 ≤ k < n, and the general case follows by taking linear combinations of these.

When P(x) is of degree less than or equal to n,

where is the coefficient of degree n in P(x).

More generally for (10),

where m and d are complex numbers. This follows immediately applying (10) to the polynomial instead of , and observing that still has degree less than or equal to n, and that its coefficient of degree n is dnan.

The series is convergent for k ≥ 2. This formula is used in the analysis of the German tank problem. It follows from which is proved by induction on M.

Identities with combinatorial proofs

Many identities involving binomial coefficients can be proved by combinatorial means. For example, for nonnegative integers , the identity

(which reduces to (6) when q = 1) can be given a double counting proof, as follows. The left side counts the number of ways of selecting a subset of [n] = {1, 2, ..., n} with at least q elements, and marking q elements among those selected. The right side counts the same thing, because there are ways of choosing a set of q 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 of k-element subsets of [n]: the two terms on the right side group them into those that contain element n 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 your n squares by selecting k squares from among the first n and squares from the remaining n squares; any k from 0 to n will work. This gives

Now apply (1) to get the result.

If one denotes by F(i) the sequence of Fibonacci numbers, indexed so that F(0) = F(1) = 1, then the identity has the following combinatorial proof.[12] One may show by induction that F(n) counts the number of ways that a n × 1 strip of squares may be covered by 2 × 1 and 1 × 1 tiles. On the other hand, if such a tiling uses exactly k of the 2 × 1 tiles, then it uses n − 2k of the 1 × 1 tiles, and so uses nk tiles total. There are ways to order these tiles, and so summing this coefficient over all possible values of k gives the identity.

Sum of coefficients row

The number of k-combinations for all k, , is the sum of the nth row (counting from 0) of the binomial coefficients. These combinations are enumerated by the 1 digits of the set of base 2 numbers counting from 0 to , where each digit position is an item from the set of n.

Dixon's identity

Dixon's identity is

or, more generally,

where a, b, and c are non-negative integers.

Continuous identities

Certain trigonometric integrals have values expressible in terms of binomial coefficients: For any

These can be proved by using Euler's formula to convert trigonometric functions to complex exponentials, expanding using the binomial theorem, and integrating term by term.

Congruences

If n is prime, then for every k with More generally, this remains true if n is any number and k is such that all the numbers between 1 and k are coprime to n.

Indeed, we have

Generating functions

Ordinary generating functions

For a fixed n, the ordinary generating function of the sequence is

For a fixed k, the ordinary generating function of the sequence is

The bivariate 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

A symmetric exponential bivariate generating function of the binomial coefficients is:

Divisibility properties

In 1852, Kummer proved that if m and n are nonnegative integers and p is a prime number, then the largest power of p dividing equals pc, where c is the number of carries when m and n are added in base p. Equivalently, the exponent of a prime p in equals the number of nonnegative integers j such that the fractional part of k/pj is greater than the fractional part of n/pj. It can be deduced from this that is divisible by n/gcd(n,k). In particular therefore it follows that p divides for all positive integers r and s such that s < pr. However this is not true of higher powers of p: for example 9 does not divide .

A somewhat surprising result by David Singmaster (1974) is that any integer divides almost all binomial coefficients. More precisely, fix an integer d and let f(N) denote the number of binomial coefficients with n < N such that d divides . Then

Since the number of binomial coefficients with n < N is N(N + 1) / 2, this implies that the density of binomial coefficients divisible by d 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 integer n ≥ 2 is prime if and only if all the intermediate binomial coefficients

are divisible by n.

Proof: When p is prime, p divides

for all 0 < k < p

because is a natural number and p divides the numerator but not the denominator. When n is composite, let p be the smallest prime factor of n and let k = n/p. Then 0 < p < n and

otherwise the numerator k(n − 1)(n − 2)⋯(np + 1) has to be divisible by n = k×p, this can only be the case when (n − 1)(n − 2)⋯(np + 1) is divisible by p. But n is divisible by p, so p does not divide n − 1, n − 2, …, np + 1 and because p is prime, we know that p does not divide (n − 1)(n − 2)⋯(np + 1) and so the numerator cannot be divisible by n.

Bounds and asymptotic formulas

The following bounds for hold for all values of n and k such that 1 ≤ kn: 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 the binary entropy function. It can be further tightened to for all .[15]: 309 

Both n and k large

Stirling'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, for m ≥ 2 and n ≥ 1 (again, by applying Stirling's formula to the factorials in the binomial coefficient),

If n is large and k is linear in n, various precise asymptotic estimates exist for the binomial coefficient . For example, if then where d = n − 2k.[16]

n much larger than k

If n is large and k is o(n) (that is, if k/n → 0), then where again o is the little o notation.[17]

Sums of binomial coefficients

A simple and rough upper bound for the sum of binomial coefficients can be obtained using the binomial theorem: More precise bounds are given by valid for all integers with .[18]

Generalized binomial coefficients

The infinite 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 the k-th harmonic number and is the Euler–Mascheroni constant.)

Further, the asymptotic formula hold true, whenever and for some complex number .

Generalizations

Generalization to multinomials

Binomial coefficients can be generalized to multinomial coefficients defined to be the number:

where

While the binomial coefficients represent the coefficients of (x + y)n, the multinomial coefficients represent the coefficients of the polynomial

The case r = 2 gives binomial coefficients:

The combinatorial interpretation of multinomial coefficients is distribution of n distinguishable elements over r (distinguishable) containers, each containing exactly ki elements, where i 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 a permutation of (1, 2, ..., r).

Taylor series

Using Stirling numbers of the first kind the series expansion around any arbitrarily chosen point is

Binomial coefficient with n = 1/2

The 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

One can express the product of two binomial coefficients as a linear combination of binomial coefficients:

where the connection coefficients are multinomial coefficients. In terms of labelled combinatorial objects, the connection coefficients represent the number of ways to assign m + nk labels to a pair of labelled combinatorial objects—of weight m and n respectively—that have had their first k labels identified, or glued together to get a new labelled combinatorial object of weight m + nk. (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 what falling factorials are to ordinary generating series.

The product of all binomial coefficients in the nth row of the Pascal triangle is given by the formula:

Partial fraction decomposition

The partial fraction decomposition of the reciprocal is given by

Newton's binomial series

Newton's binomial series, named after Sir Isaac Newton, is a generalization of the binomial theorem to infinite series:

The identity can be obtained by showing that both sides satisfy the differential equation (1 + z) f'(z) = α f(z).

The radius of convergence of this series is 1. An alternative expression is

where the identity

is applied.

Multiset (rising) binomial coefficient

Binomial coefficients count subsets of prescribed size from a given set. A related combinatorial problem is to count multisets 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 called multiset coefficients;[19] the number of ways to "multichoose" (i.e., choose with replacement) k items from an n element set is denoted .

To avoid ambiguity and confusion with n's main denotation in this article,
let f = n = r + (k − 1) and r = 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 the falling 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 integers n

Binomial coefficients C (n, k) extended for negative and fractional n, illustrated with a simple binomial. It can be observed that Pascal's triangle is rotated and alternate terms are negated. The case n = −1 gives Grandi's series.

For any n,

In particular, binomial coefficients evaluated at negative integers n are given by signed multiset coefficients. In the special case , this reduces to

For example, if n = −4 and k = 7, then r = 4 and f = 10:

Two real or complex valued arguments

The binomial coefficient is generalized to two real or complex valued arguments using the gamma function or beta 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 for n positive (so negative). The behavior is quite complex, and markedly different in various octants (that is, with respect to the x and y axes and the line ), with the behavior for negative x 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 to q-series

The binomial coefficient has a q-analog generalization known as the Gaussian binomial coefficient.

Generalization to infinite cardinals

The definition of the binomial coefficient can be generalized to infinite cardinals by defining:

where A is some set with cardinality . One can show that the generalized binomial coefficient is well-defined, in the sense that no matter what set we choose to represent the cardinal number , will remain the same. For finite cardinals, this definition coincides with the standard definition of the binomial coefficient.

Assuming the Axiom of Choice, one can show that for any infinite cardinal .

See also

Notes

  1. ^ Higham (1998)
  2. ^ Lilavati Section 6, Chapter 4 (see Knuth (1997)).
  3. ^ Uspensky 1937, p. 18
  4. ^ See (Graham, Knuth & Patashnik 1994), which also defines for . Alternative generalizations, such as to two real or complex valued arguments using the Gamma 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 even Pascal's identity to fail (at the origin).
  5. ^ When is a nonnegative integer, for because the -th factor of the numerator is . Thus, the -th term is a zero product for all .
  6. ^ Muir, Thomas (1902). "Note on Selected Combinations". Proceedings of the Royal Society of Edinburgh.
  7. ^ This can be seen as a discrete analog of Taylor's theorem. It is closely related to Newton's polynomial. Alternating sums of this form may be expressed as the Nörlund–Rice integral.
  8. ^ Gradshteyn & Ryzhik (2014, pp. 3–4).
  9. ^ 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.
  10. ^ see induction developed in eq (7) p. 1389 in Aupetit, 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.
  11. ^ 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.
  12. ^ Benjamin & Quinn 2003, pp. 4−5
  13. ^ a b Farhi, 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.
  14. ^ Thomas M. Cover; Joy A. Thomas (18 July 2006). Elements of Information Theory. Hoboken, New Jersey: Wiley. ISBN 0-471-24195-4.
  15. ^ 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.
  16. ^ Spencer, Joel; Florescu, Laura (2014). Asymptopia. Student mathematical library. Vol. 71. AMS. p. 66. ISBN 978-1-4704-0904-3. OCLC 865574788.
  17. ^ Spencer, Joel; Florescu, Laura (2014). Asymptopia. Student mathematical library. Vol. 71. AMS. p. 59. ISBN 978-1-4704-0904-3. OCLC 865574788.
  18. ^ see e.g. Ash (1990, p. 121) or Flum & Grohe (2006, p. 427).
  19. ^ 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

This article incorporates material from the following PlanetMath articles, which are licensed under the Creative Commons Attribution/Share-Alike License: Binomial Coefficient, Upper and lower bounds to binomial coefficient, Binomial coefficient is an integer, Generalized binomial coefficients.

Read other articles:

Gua Lambatorangᨁᨘᨕ ᨒᨅᨈᨚᨑLeang LambatorangLua error in Modul:Location_map at line 425: Kesalahan format nilai koordinat.LokasiKampung Lambatorang, Lingkungan Leang-Leang, Kelurahan Leang-Leang, Kecamatan Bantimurung, Kabupaten Maros, Sulawesi Selatan, IndonesiaKoordinat04°58'16S 119°39'58E[1]Rentang tinggi60 mdplGeologikarst / batu kapur / batu gampingSitus webvisit.maroskab.go.idcagarbudaya.kemdikbud.go.idkebudayaan.kemdikbud.go.id/bpcbsulsel/ Wisata Gua PrasejarahGu...

 

 

Francisco VillaFrancisco VillaNama lahirJosé Doroteo Arango ArámbulaJulukanFrancisco VillaPancho VillaEl Centauro del Norte (The Centaur of the North)Lahir(1878-06-05)5 Juni 1878La Coyotada, San Juan del Río, Durango, MexicoMeninggal20 Juli 1923(1923-07-20) (umur 45)Parral, Chihuahua, MexicoPengabdianMexico (antireeleccionista revolutionary forces)PangkatGeneralKomandanDivisión del NortePerang/pertempuran Mexican Revolution First Battle of Ciudad Juárez First Battle of Agua Prieta F...

 

 

Strada statale 10Padana InferioreDenominazioni precedentiStrada nazionale 2 Padana InferioreStrada statale 10 Padana InferioreStrada provinciale 10 Padana Inferiore (in Piemonte)Strada provinciale ex strada statale 10 Padana Inferiore (in Lombardia)Strada provinciale 10 regionale Padana Inferiore (in Emilia-Romagna) Denominazioni successiveStrada regionale 10 Padana Inferiore (in Veneto) LocalizzazioneStato Italia Regioni Piemonte Lombardia Emilia-Romagna Veneto Provi...

العلاقات الوسط أفريقية الجنوب سودانية جمهورية أفريقيا الوسطى جنوب السودان   جمهورية أفريقيا الوسطى   جنوب السودان تعديل مصدري - تعديل   العلاقات الوسط أفريقية الجنوب سودانية هي العلاقات الثنائية التي تجمع بين جمهورية أفريقيا الوسطى وجنوب السودان.[1][2]...

 

 

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Aermacchi AL-60 – news · newspapers · books · scholar · JSTOR (August 2011) (Learn how and when to remove this template message) LASA-60 / AL-60 / C4M Kudu Operational Aermacchi AL-60B-2 registered in Germany Role Utility aircraftType of aircraft Manufacturer L...

 

 

PausKlemens IIAwal masa kepausan25 Desember 1046Akhir masa kepausan9 Oktober 1047PendahuluGregorius VIPenerusBenediktus IXInformasi pribadiNama lahirSuitger, Lord Morsleben & HornburgLahir1005Hornburg, Niedersachsen, JermanWafat9 Oktober 1047Roma, ItaliaPaus lainnya yang bernama Klemens Paus Klemens II, nama lahir Suitger, Lord Morsleben & Hornburg (1005-9 Oktober 1047), adalah Paus Gereja Katolik Roma sejak 25 Desember 1046 hingga 9 Oktober 1047. Ia berasal dari Hornburg, Niedersachs...

Stadion im Borussia-ParkBorussia-Park UEFA Informazioni generaliStato Germania UbicazioneHennes Weisweiler-Allee 141179 Mönchengladbach Inizio lavori13 novembre 2002 Inaugurazione30 luglio 2004 Costo86 900 000 € Proprietario Borussia M'gladbach ProgettoPlanungsgruppe B Informazioni tecnichePosti a sedere54014 CoperturaTutti i settori Mat. del terrenoErba Dim. del terreno105 m x 68 m Uso e beneficiariCalcio Borussia M'gladbach Mappa di localizzazione Modifica dati s...

 

 

SMA Negeri 6 Bandar LampungInformasiDidirikan01 Juli 1984AkreditasiANomor Pokok Sekolah Nasional10807067Kepala SekolahIDA ROYANI,M.PdJumlah kelas24Jurusan atau peminatanMIPA dan IPSRentang kelasX MIPA, X IPS, XI MIPA, XI IPS,XII MIPA,XII IPSKurikulumKurikulum 2013AlamatLokasiJl. Ki Agus Anang No.35, Ketapang, Bandar Lampung, LampungMoto Website Resmi : http://www.sman6bl.sch.id/ SMA Negeri 6 Bandar Lampung merupakan salah satu sekolah menengah atas Negeri yang ada di Provinsi L...

 

 

Alexis Kossyguine Алексе́й Косы́гин Fonctions Président du Conseil des ministres de l'URSS 15 octobre 1964 – 23 octobre 1980(16 ans et 8 jours) Prédécesseur Nikita Khrouchtchev Successeur Nikolaï Tikhonov Président du Conseil des ministres de la Russie 22 juin 1943 – 23 juin 1946(3 ans et 1 jour) Prédécesseur Ivan Khokhlov Successeur Mikhaïl Rodionov Biographie Nom de naissance Alexis Nikolaïevitch Kossyguine (Алексе́й Никола́е...

Robin HartshorneLahir15 Maret 1938 (umur 86)Boston, Amerika SerikatKebangsaanAmerika SerikatAlmamaterPrinceton UniversityPenghargaanPenghargaan Steele (1979)Karier ilmiahBidangMatematikaInstitusiUniversitas California, BerkeleyUniversitas HarvardPembimbing doktoralJohn Coleman MooreOscar ZariskiMahasiswa doktoralMei-Chu ChangLawrence EinDavid GiesekerMark GrossArthur Ogus Robin Cope Hartshorne (lahir 15 Maret 1938), adalah seorang matematikawan Amerika Serikat. Hartshorne adalah seorang...

 

 

Principal compendium of medieval Georgian historical texts The Georgian Chronicles, Queen Mariam's version. The Georgian Chronicles, Queen Ana's version. The Georgian Chronicles is a conventional English name for the principal compendium of medieval Georgian historical texts, natively known as Kartlis Tskhovreba (Georgian: ქართლის ცხოვრება), literally Life of Kartli, Kartli being a core region of ancient and medieval Georgia, known to the Classical and Byzant...

 

 

  كاراغواتاتوبا   كاراغواتاتوبا كاراغواتاتوبا  خريطة الموقع تاريخ التأسيس 20 أبريل 1857  تقسيم إداري البلد البرازيل  [1][2] التقسيم الأعلى ساو باولو  خصائص جغرافية إحداثيات 23°37′12″S 45°24′46″W / 23.62°S 45.412777777778°W / -23.62; -45.412777777778   [3] المساحة...

Questa voce sull'argomento politici italiani è solo un abbozzo. Contribuisci a migliorarla secondo le convenzioni di Wikipedia. Segui i suggerimenti del progetto di riferimento. Giorgio Bo Ministro delle partecipazioni stataliDurata mandato20 maggio 1957 –2 luglio 1958 Capo del governoAdone Zoli PredecessoreGiuseppe Togni SuccessoreEdgardo Lami Starnuti Durata mandato27 luglio 1960 –13 dicembre 1968 Capo del governoAmintore FanfaniGiovanni LeoneAldo Moro...

 

 

Lake bordering Ontario, Canada and Michigan, US For other uses, see Lake Saint Clair (disambiguation). Lake St. Clairfalse-color imagery from Sentinel-2, showing Lake St. Clair in April 2023Lake St. ClairLocation(Great Lakes)Coordinates42°28′N 82°40′W / 42.467°N 82.667°W / 42.467; -82.667TypeFreshwater lakePrimary inflowsSt. Clair River, Thames River, Sydenham River, Clinton River, Pine RiverPrimary outflowsDetroit RiverBasin countriesCanada, United States...

 

 

Railway line in Hokkaido, Japan This article relies largely or entirely on a single source. Relevant discussion may be found on the talk page. Please help improve this article by introducing citations to additional sources.Find sources: Sōya Main Line – news · newspapers · books · scholar · JSTOR (June 2021) Sōya Main LineSuper Sōya limited express train in March 2006. The name was changed to Sōya in 2017.OverviewNative name宗谷本線StatusIn ope...

Connellescomune Connelles – Veduta LocalizzazioneStato Francia Regione Normandia Dipartimento Eure ArrondissementLes Andelys CantoneVal-de-Reuil TerritorioCoordinate49°15′N 1°16′E49°15′N, 1°16′E (Connelles) Superficie4,16 km² Abitanti202[1] (2009) Densità48,56 ab./km² Altre informazioniCod. postale27430 Fuso orarioUTC+1 Codice INSEE27168 CartografiaConnelles Sito istituzionaleModifica dati su Wikidata · Manuale Connelles è un comune francese...

 

 

Cette page concerne l'année 1610 du calendrier grégorien. Chronologies Assassinat d’Henri IV et arrestation de Ravaillac le 14 mai 1610, par Charles-Gustave Housez, XIXe siècle.Données clés 1607 1608 1609  1610  1611 1612 1613Décennies :1580 1590 1600  1610  1620 1630 1640Siècles :XVe XVIe  XVIIe  XVIIIe XIXeMillénaires :-Ier Ier  IIe  IIIe Chronologies thématiques Art Architecture, Arts plastiques (Dessin, Gravure, Peinture e...

 

 

Japanese poet Shuntarō Tanikawa谷川俊太郎Shuntarō Tanikawa, 2015Born (1931-12-15) December 15, 1931 (age 92)Suginami, JapanNationalityJapaneseOccupation(s)Poet and authorNotable workTwo Billion Light Years of Solitude (1952)Spouse(s)Eriko Kishida (married 1954-1955) Tomoko Okubo (married 1957-1989) Yōko Sano (married 1990-1996)ChildrenKensaku Tanigawa [ja]ParentTetsuzō Tanikawa (father) Shuntarō Tanikawa (谷川 俊太郎, Tanikawa Shuntarō) (born December 15, 193...

Oliver BearmanBearman pada 2022LahirOliver James Bearman08 Mei 2005 (umur 19)Chelmsford, Essex, Inggris Karier Kejuaraan Dunia Formula SatuKebangsaan Britania RayaNomor mobil38Jumlah lomba1 (1 start)Juara Dunia0Menang0Podium0Total poin6Posisi pole0Lap tercepat0Lomba pertamaGrand Prix Arab Saudi 2024Lomba terakhirGrand Prix Arab Saudi 2024Situs webSitus web resmi Karier FIA Formula 2 ChampionshipMusim debut2023Tim saat iniPrema RacingNomor mobil3Start28 (28 entries)Menang4Podium6Pole3Lap ...

 

 

Pratt & Whitney Rocketdyne RS-68 (Rocket System 68) adalah mesin roket bahan bakar cairan yang membakar hidrogen cair (LH2) dengan oksigen cair (LOX). Ini adalah mesin berbahan bakar hidrogen terbesar di dunia. [1] Pengembangan mesin dimulai pada 1990-an dengan tujuan menghasilkan, lebih sederhana dan biaya rendah, mesin heavy-lift untuk sistem peluncuran Delta IV. Mesin ini memiliki tiga versi: asli RS-68, RS-68A, dan RS-68B untuk NASA . Referensi ^ ATK Propulsion and Composite ...