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
3
votes
3 answers

Stirling approximation of $\binom{2n}{n}$

How do I approximate ${2n \choose n}$ using Stirling's formula (which approximates ${n!}$ with $\pi$ and $e$?
3
votes
3 answers

Find the coefficient of $x^9$ in $(1+x)(1+x^2)(1+x^3)\cdots(1+x^{100})$

This question had come in jee advanced 2015. Give a hint to solve it.
3
votes
4 answers

Summation of $\binom{N}{K}$

I was working on a math problem that required me to figure out the general summation of $\binom{N}{0} + \binom{N}{1} + \ldots + \binom{N}{K}$. I know that if $k = N$, the answer is $2^N$. But is there an answer for a general $k$? For reference, this…
3
votes
4 answers

Help needed on a problem regarding diffcult manipulation of binomial coefficients

What is the coefficient of $x^{n-1}$ in $$(x+1)^{n}+(x+1)^{n+2}+(x+1)^{n+4}+\dots+(x+1)^{n+2m}\;,$$ where $x,n,m$ are positive integers? Is there a closed form answer?
whetham
  • 805
  • 5
  • 10
3
votes
4 answers

Why does $\sum_n\binom{n}{k}x^n=\frac{x^k}{(1-x)^{k+1}}$?

I don't understand the identity $\sum_n\binom{n}{k}x^n=\frac{x^k}{(1-x)^{k+1}}$, where $k$ is fixed. I first approached it by considering the identity $$ \sum_{n,k\geq 0} \binom{n}{k} x^n y^k = \sum_{n=0}^\infty x^n \sum_{k=0}^n \binom{n}{k} y^k =…
Nastassja
  • 1,515
3
votes
2 answers

Three Consecutive Binomial Coefficients in AP

I came across an interesting pattern in the Pascal triangle, and thought I would post it as a problem here. Given three consecutive binomial coefficients $$\binom n{r-1},\binom nr,\binom n{r+1}$$ which are in AP, where $$\begin{align} \binom…
2
votes
0 answers

How find this binomial-coefficients sum $\sum_{k_{1}+k_{2}+\cdots+k_{d}=n}\binom{n}{k_{1},k_{2},\cdots,k_{d}}^2$

Question: Assmue that $d$ is give postive integer numbers,and $$(x_{1}+x_{2}+\cdots+x_{d})^n=\sum_{k_{1}+\cdots+k_{d}=n} \binom{n}{k_{1},k_{2},\cdots,k_{d}}x^{k_{1}}_{1}x^{k_{2}}_{2}\cdots x^{k_{d}}_{d}$$ can see: Multinomial theorem Find…
math110
  • 93,304
2
votes
3 answers

combinational proof for $ 1 + 2 + \cdots + n = \binom {n+1} 2 $

$$ 1 + 2 + \cdots + n = \binom {n+1} 2 $$ Please give me a help with combinational proof for this formula. Greetings for everybody and thanks in advance.
user180834
  • 1,453
2
votes
4 answers

Prove that $\sum_{k=1}^nk^2{n\choose k}^2=n^2 \binom {2n-2}{n-1}$

Please help me / give a hand with combinational prove for: $$ 1^2 \binom n 1 ^2 + 2^2 \binom n 2 ^2 + \dots + n^2 \binom n n ^2 = n^2 \binom {2n-2}{n-1}$$
user180834
  • 1,453
2
votes
0 answers

Algorithm for determining whether certain numbers appear in Pascal's triangle

Is there any easy characterisation for the numbers which appear in Pascal's triangle that ARE NOT $\dbinom{n}{1}$, $\dbinom{n}{n-1}$? Is there a fast way to determine if some number (given its prime factorisation) appears in the described…
extremeaxe5
  • 1,110
2
votes
1 answer

How to calculate the sum of binomials?

I want to prove below: n is natural number. $$\sum_{k=1}^n k \binom{2n}{n+k} =\frac{1}{2}(n+1) \binom{2n}{n+1}$$ Please tell me above proof.
takoika
  • 45
2
votes
1 answer

Binomial coefficients (Concrete mathematics 5.39)

Show that if $xy = ax+by$ then $$x^ny^n = \sum_{k=1}^n \binom{2n-1-k}{n-1} (a^nb^{n-k}x^k + a^{n-k}b^ny^k)$$ for all $n>0$. Find a similar formula for the more general product $x^my^n$. (There formulas give useful partial fraction expansions, for…
2
votes
1 answer

Finding the value of an expression involving co-efficients in binomial expansion

Let $(1+x)^n = C_0 +C_1.x+C_2.x^2 +\ldots+C_n.x^n,$ $n$ being a positive integer. Then find the value of the following expression: $$\left(1+\frac{C_0}{C_1}\right)\left(1+\frac{C_1}{C_2}\right).....\left(1+\frac{C_{n-1}}{C_n}\right)$$
2
votes
1 answer

Find $\sum\limits_{k=\frac{n+1}{2}}^n{n \choose k}$ closed form

Write $$\sum\limits_{k=\frac{n+1}{2}}^n{n \choose k}$$ in its closed form. $n \in N_{odd}$ First time to confront this kind of problem. How do I solve it? (If its a "you are asking for too much" question, I will much appreciate a link to a good…
MichaelS
  • 823
2
votes
5 answers

coefficient of $x^2$, in $(1+x+x^2)^{10}$

How to find coefficient of $x^2$, in $(1+x+x^2)^{10}$, without actually expanding it? I think the fact $\dfrac{1-x^3}{1-x}=1+x+x^2$ may help. But can't use it!
Silent
  • 6,520