What is the closed form for the sum of binomial coefficients over any interval?

Click For Summary
SUMMARY

The discussion centers on finding a closed form for the sum of binomial coefficients, specifically ∑K(N,n) over a variable interval. It concludes that while a specific closed form for variable limits does not exist, the sum can be approximated using the beta function and related concepts. Additionally, the upper limit of the sum can be expressed as 2^N, derived from the binomial theorem. The symmetry property of binomial coefficients is also highlighted, indicating that for odd N, the sum up to (N+1)/2 equals 2^(N-1).

PREREQUISITES
  • Understanding of binomial coefficients, denoted as K(N,n)
  • Familiarity with the binomial theorem and its applications
  • Basic knowledge of the beta function and its relation to probability distributions
  • Experience with spreadsheet software for numerical calculations
NEXT STEPS
  • Research the properties and applications of the beta function in statistics
  • Learn how to implement binomial coefficient calculations in spreadsheet software
  • Explore the implications of the symmetry property of binomial coefficients
  • Investigate advanced combinatorial identities related to binomial sums
USEFUL FOR

Mathematicians, statisticians, data analysts, and anyone interested in combinatorial mathematics and binomial distributions.

aaaa202
Messages
1,144
Reaction score
2
Is there a way to find the following sum in closed form:
∑K(N,n) , where K(N,n) is the binomial coefficient and the sum can extend over any interval from n=0..N. I.e. not necessarily n=0 to N in which case on can just use the binomial theorem.
 
Physics news on Phys.org
Hi aaaa:

Technically speaking any specific finite sum is a closed form. So, I am assuming what you want is a close form for the sum when the range on the index variable is not fixed, but also a variable. If I am correct about this, I think you are out of luck. I don't think such a closed form exists.

However, the following Wikipedia article on the beta function may be of some help, although it is somewhat complicated. In particular, you may want to look at the discussion on
the "Cumulative distribution function". My vague memory is that the beta function is related to an approximation for the binomial distribution for large N.
https://en.wikipedia.org/wiki/Beta_distribution

Regards,
Buzz
 
Hi @aaaa202:

I had another thought about your problem. If what you want is a convenient way to calculate a sum of the terms in a binomial sequence,
S(N,i,j) = Σk=i to j K(N,k) ,​
then it is not too difficult to set up a spreadsheet to do this. Is this what you want?

Regards,
Buzz
 
aaaa202 said:
Is there a way to find the following sum in closed form:
∑K(N,n) , where K(N,n) is the binomial coefficient and the sum can extend over any interval from n=0..N. I.e. not necessarily n=0 to N in which case on can just use the binomial theorem.
Well, we can find an upper limit: <br /> 2^{N}=(1+1)^{N}=\sum_{n=0}^{N}\begin{pmatrix}<br /> N\\<br /> n\\<br /> \end{pmatrix}1^{n}\cdot 1^{N-n}=\sum_{n=0}^{N}\begin{pmatrix}<br /> N\\<br /> n\\<br /> \end{pmatrix}<br />
 
Svein said:
Well, we can find an upper limit: <br /> 2^{N}=(1+1)^{N}=\sum_{n=0}^{N}\begin{pmatrix}<br /> N\\<br /> n\\<br /> \end{pmatrix}1^{n}\cdot 1^{N-n}=\sum_{n=0}^{N}\begin{pmatrix}<br /> N\\<br /> n\\<br /> \end{pmatrix}<br />
Some additional trivia: <br /> \begin{pmatrix}<br /> N\\<br /> n\\<br /> \end{pmatrix}<br /> is symmetric (<br /> \begin{pmatrix}<br /> N\\<br /> n\\<br /> \end{pmatrix}=<br /> \begin{pmatrix}<br /> N\\<br /> N-n\\<br /> \end{pmatrix}<br />). Therefore for odd N <br /> \sum_{n=0}^{\frac{N+1}{2}}\begin{pmatrix}<br /> N\\<br /> n\\<br /> \end{pmatrix}=2^{N-1}<br />. For even N, there is a middle element.
 
Last edited:

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K