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
1
vote
2 answers

Binomial sum formula for $(n+1)^{n-1}$

Has anybody seen a proof for $$ (n+1)^{n-1}=\frac{1}{2^n}\sum_{k=0}^n C_n^k(2k+1)^{k-1}(2(n-k)+1)^{n-k-1} ? $$ There are lots of reasons to think that this is true. In particular the formula holds for $n=0,1,2,3,4,5$.
AHN AHN
  • 115
1
vote
1 answer

Understanding solution of binomial problem

I am reading this "Amazing properties of binomial coefficients" and particularly problem 1.6 on page 1 and its "Solution 1" on page 7. What I don't understand is when they recombine sums in the last passage of the proof on page 8 "Now transform the…
1
vote
1 answer

Finding $x$ such that $y=x(x+1)(x+2)\cdots(x+k-1)$

My motivation is that I am looking for some given number $y$ in Pascal's triangle by searching the diagonals (essentially iterating through $k$, omitting division by $k!$. Currently, I am taking advantage of the fact that the diagonals are…
Zeda
  • 151
1
vote
2 answers

How do I prove this statement involving binomial coefficients?

Prove for an even $n$, $$ \binom{n}{0}-2 \binom{n}{1} + 2^2 \binom{n}{2} - \cdots + 2^n \binom{n}{n} = 1$$ I know induction but I don't think it will work since it's only true for even $n$? Substituting an odd $n$, the result comes out to be $-1$…
William
  • 4,893
1
vote
2 answers

algebraic derivation of sum of binomial coefficients

I've seen the standard combinatorial and algebraic proofs that $\sum_{k=0}^n {n \choose k}=2^n$, where the algebraic proof uses induction and Pascal's identity: $${n\choose k}+{n\choose k+1}={n+1\choose k+1}$$ My question is: is there any algebraic…
nhg
  • 11
  • 1
1
vote
1 answer

Binomial Theorem :: Confusion with Wiki Entry

I wanted an expansion of $(1+x)^n$ and refered Wikipedia but I don't understand why there is a condition of $|x|<1$. In general, for the series, the condition is not required am I right or am I missing something subtle?
Inquest
  • 6,635
1
vote
1 answer

$X_1+X_2$ follows $\operatorname{Bin}(n_1+n_2,p)$

$\newcommand{\Bin}{\operatorname{Bin}}$ My text doesn't define $X\sim \Bin(n,p)$ but after mentioning it, in the next few lines it writes that $f(x)$=$ {n\choose x}p^xq^{n-x}$ is the p.m.f. of the binomial distribution. ($p+q=1$) It goes on to state…
user54807
1
vote
3 answers

Bi-nominal expansion of 3 terms

Find the coefficient of $x^{17}$ in the expansion of $(3x^7 + 2x^5 -1)^{20}$ I'm stuck in handling this question as I do know how to solve it when it has 2 terms. But now it has 3. I have no idea where to begin...
coffee
  • 61
1
vote
2 answers

How to find the coefficient of $x^{203}$ in the expansion of $(x-1)(x^2 - 2)(x^3-3)\dots(x^{20} - 20)$?

How to find the coefficient of $x^{203}$ in the expansion of $(x-1)(x^2 - 2)(x^3-3)\dots(x^{20} - 20)$? I took $x$ as common from each bracket making $x^{190}$ but I don't understand what to do next. Please help.
1
vote
1 answer

How to evaluate the coefficient in this expression?

If the coefficient of $x^r$ in the product of $(1-x+x^2-x^3+......+x^{100})(1+x+x^2+x^3+.....+x^{100})$ is denoted by $T_r$. What is the value of $(T_{99}+T_{101}+T_{103})$ I don't know how to approach the question. Do I have to evaluate all of…
1
vote
4 answers

Finding the power of a binomial

Question: The first three terms in the expansion of $(1+ax)^n$ are $1+35x+490x^2$. Given that n is a positive integer, find the value of n and a. So I have tried to construct a general equation $1+anx+\frac{n!}{(n-2)!2!}(ax)^2$ because using pascals…
marbs
  • 35
1
vote
3 answers

Finding sum of $\lim_{n\rightarrow \infty}\sum^{n}_{k=0}\binom{n}{k}^{-1}$

Finding sum of $\displaystyle \lim_{n\rightarrow \infty}\sum^{n}_{k=0}\binom{n}{k}^{-1}$ Try: $$\lim_{n\rightarrow\infty}\sum^{n}_{k=0}\frac{k!\cdot…
DXT
  • 11,241
1
vote
1 answer

Formulas involving pairs of coefficients of expansion of $(1+x+x^2)^n$

If $a_{0},a_{1},a_{2},\cdots\cdots$be coefficient in the expansion of $(1+x+x^2)^n$ in ascending power of $x$.Then prove that $(1)\;a_{0}\cdot a_{1}-a_{1}\cdot a_{2}+a_{2}\cdot a_{3}-\cdots\cdots -a_{2n-1}\cdot a_{2n}=0$ $(2)\;a_{0}\cdot…
DXT
  • 11,241
1
vote
1 answer

Newton binomial expansion

Find the coefficient for ${x^{11}}$ in ${\sqrt{1+x}}$ The generic formula is $$\sqrt{1+x}=(1+x)^\frac{1}{2}=1+\frac{1}{2}x+\frac{\frac{1}{2}(\frac{1}{2}-1)}{2}x^2\dots$$ Solution of expansion of coeficient for…
1
vote
1 answer

Binomial Coefficients Problem

I have to evaluate the following but I am not sure how to do it. My professor went over it briefly trying to get it in before the end of the semester but did not explain it very well. I'm not even sure of where to begin. $$…
user51754
  • 13
  • 3