Questions tagged [binomial-coefficients]

For questions involving the coefficients involved in the binomial theorem. $ \binom{n}{k}$ counts the subsets of size $k$ of a set of size $n$.

The binomial coefficient $\binom{n}{k}$ can be defined in several equivalent ways for $n$ and $k$ non-negative integers:

  1. The number of subsets of size $k$ of a set of size $n$.
  2. Element $k$ of row $n$ in Pascal's triangle (counting the first element or row as $0$).
  3. $\dfrac{n!}{k!(n-k)!}$
  4. The coefficient of $x^k$ in $(1+x)^n$.

The binomial theorem says that $$(x+y)^n=\sum_{k=0}^n\binom{n}{k}x^{n-k}y^k$$ using the convention that $0^0=1$.

Binomial coefficients can be extended for arbitrary complex $\alpha$ through the formula: $$\binom{\alpha}{k}=\frac{\alpha(\alpha-1)(\alpha-2)\dots(\alpha-k+1)}{k(k-1)(k-2)\dots1}$$

7695 questions
2
votes
0 answers

how to simplify this binomial expansion

Is there any way to simplify this term: $$\sum_{v=1}^m v(1-\frac{1}{v})^u\binom{m}{v}p^v(1-p)^{m-v}$$ The term $(1-\frac{1}{v})^u$ is really annoying. This expansion appear in a specific version of the urn and ball game. Suppose there are $u$ balls…
2
votes
4 answers

Coefficient of binomial expansion

The coefficient of $x^3$ is $4$ times the coefficient of $x^2$ in the new expansion of $(1+x)^n$. Find the value of $n$.
2
votes
1 answer

Evaluate the Binomial Coefficient

Please help me evaluate the following Binomial coefficient using any known properties of Pascal triangle: $$ \binom{52}{4} - \binom{47}{4} + \binom{47}{5} $$
2
votes
2 answers

Proof that ${{2n}\choose{n}} > 2^n$ and ${{2n + 1}\choose{n}} > 2^{n+1}$, with $n > 1$

i'm trying to proof these two terms. I started with an induction, but I got stuck... Can anybody help?
Zepp
  • 23
2
votes
3 answers

The value of the sum $\binom {20}0 -\binom {20}2+ \binom{20}4-...-\binom{20}{18}+\binom{20}{20}$

$\binom {20}0 -\binom {20}2+ \binom{20}4-...-\binom{20}{18}+\binom{20}{20}$ The question specifically gives intervals in which the answer is, but it's probably assumed that you should calculate the whole thing. Now I can with a bit of mental…
John Doe
  • 1,080
2
votes
1 answer

Binomial sum identity

Everyone knows that $\sum{n \choose 2k}=\sum{n \choose 2k+1}$ My question is follwing What is the clear form of $\sum_{k=0} (-1)^k{n \choose 2k}$ and $\sum_{k=0} (-1)^k{n \choose 2k+1}$ For example, my exercise is "calculate a+b where…
user128766
  • 1,077
2
votes
3 answers

Some binomial equality

I am trying to prove the following equality $$ \sum_{r=k}^{n}\binom{2n+1}{2r+1}\binom{r}{k}=\binom{2n-k}{k}2^{2n-2k}~~;~k\le n. $$ I noticed that for $k=0$ it becomes $$ \sum_{r=0}^{n}\binom{2n+1}{2r+1}=2^{2n}, $$ which is well known equality. Also…
pointer
  • 1,811
2
votes
1 answer

Binomial expansion (sort of ) rearrangement

Let $$ x_n=\sum_{i=1}^n\binom{n}{i}y_iz_{n-i} \qquad n=1,\ldots,k $$ For general $k$, can you find an explicit expression for $y_k$ only in terms of $x_1,\ldots,x_k$ and $z_1,\ldots,z_k$? For example, if $k=3$, then \begin{align*} x_3…
user103828
  • 2,368
2
votes
1 answer

length of printout of pascal's triangle

when writing a program, that calculates pascals triangle, I noticed that the printout looks (to me) like an aproximately exponential curve 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 1 6 15 20 15 6 1 1 7 21 35 35 21 7 1 1 8 28 56 70 56 28 8 1 1 9…
2
votes
1 answer

What is $\binom{n}{-k}$?

What is $\binom{n}{-k}$ ? If $n,k\ge0$ In Wikipedia there's a case where $n$ is negative and not $k$ But if Pascal's rule still holds, I get for example for…
2
votes
0 answers

Closed-form solution for $f(n) = \sum_{k>0}\binom{n}{2k}x^{k}$ without $\sqrt{x}$

Is it possible to reformulate the expression $$ (1+\sqrt{x})^n + (1-\sqrt{x})^n $$ in the form that contains no square roots of $x$ and no iterative sums (i.e. can be computed in constant time)? Note that $(1+\sqrt{x})^n + (1-\sqrt{x})^n =…
dmytro
  • 352
2
votes
9 answers

Binomial coefficient proof for ${n\choose m-1}+{n\choose m}={n+1\choose m}$

I need to prove the following: ${n\choose m-1}+{n\choose m}={n+1\choose m}$, $1\leq m\leq n$. With the definition: ${n\choose m}= \left\{ \begin{array}{ll} \frac{n!}{m!(n-m)!} & \textrm{für \(m\leq n\)} \\ …
Petra
  • 73
1
vote
2 answers

$\sum_{k=0}^n\binom nk x^k=\sum_{k=0}^n\binom nk x^{n-k}.$

$$\sum_{k=0}^n\binom nk x^k=\sum_{k=0}^n\binom nk x^{n-k}.$$ I want a deeper understanding of solving problems in this nature. I can´t grasp this writing way.I get confused just by looking at these problems. Please be patient with me. ;)
1
vote
1 answer

Binomial Coefficient as Sum of a Sum

Few days ago, I found this equation: $ \sum_{i=1}^n \sum_{j>i} \frac{1}{2} = {n \choose 2} \frac{1}{2} $ I didn't manage to prove it. Does anyone of you know how to prove it?
1
vote
2 answers

counting the rectangles in nxn square

How many different rectangles can be seen in an $$ n \times n $$ grid like the one shown? Of course the rectangles must be at least one box wide and deep, and squares are allowed. https://i.stack.imgur.com/xHdVr.jpg I'm ask for a help…
user180834
  • 1,453