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
0 answers

How prove this identity

if $n\ge 1$ be postive integers,and $x,y,z$ be any real numbers,such $x+y+z=n-1$,for any real number $a$.show that $$\dfrac{(-4)^n}{\binom{2x}{n}}\sum_{r+s=n,r,s\in…
math110
  • 93,304
3
votes
2 answers

Bounding sum of binomials

For a small $c>0$, what is a smallest $k$ such that $$\sum_{i=0}^k \binom{n}{i} \ge c \cdot 2^n.$$ The sum jumps somewhere around $k=\frac{n}2$ from $o(2^n)$ to almost $2^n$. Is there a better estimate than $k=\frac{n}{2}+o(n)$?
Peter
  • 33
3
votes
3 answers

Geometric interpretation of $\binom{n+2}{3}$ in Knuth's book

In Knuth's book "The art of computer programming" Vol 1, p.52, there is a picture with the caption "Geometric interpretation of $\binom{n+2}{3}$, $n=4$" (see attached photo). I cannot figure out what it is. I did notice that there are…
Math101
  • 1,106
3
votes
2 answers

Verify the coefficient of $x^n$ from expansion is $\binom{2n+1}{n}$

So... after 20 years I decided to mess with math again... And I now I feel I am either completely off, or missing a more explicit explanation on this one, can anyone give me a hand? Verify that the coefficient of $x^n$ is $\binom {2n+1} {n}$ from…
3
votes
3 answers

Prove: If $n=2^k-1$, then $\binom{n}{i}$ is odd for $0\leq i\leq n$

Kinda stuck on this one. Help is appreciated. I'm going for either a direct or contrapositive proof. Prove: If $n=2^k-1$, for $k\in\mathbb{N}$, then every entry in Row $n$ of Pascal's Triangle is odd. I've been considering entry $i$ in row $n$ of…
ivan
  • 3,237
3
votes
1 answer

Trying to prove a binomial equation

I've been emptying my notebook over this, and still reach the same nothing at the end. I'm trying to prove that the following equation is true, with no luck: $\forall n,k \in \mathbb{N}^+ . k
3
votes
4 answers

Binomial sum involving power of $2$

Finding $\displaystyle \sum^{n}_{k=0}\frac{1}{(k+1)(k+2)}\cdot 2^{k+2}\binom{n}{k}$ Try: $$\int^{x}_{0}(1+x)^n=\int^{x}_{0}\bigg[\binom{n}{0}+\binom{n}{1}x+\cdots\cdots…
DXT
  • 11,241
3
votes
3 answers

How to quickly find the $x^{24}$ term in this expansion?

Is there a swift way to find the $x^{24}$ coefficient in the expansion of $$ \left(1-x^6\right)^{-2} \left(1-x^3\right)^{-1} \left(1-x\right)^{-1} $$ The general term of each bracket is $(r+1)x^{6r}$, $x^{3r}$ and $x^{r}$ respectively.
Plato
  • 2,332
3
votes
3 answers

Graphing the binomial coefficients: appearances?

Is it appropriate to describe the function $$f(x) = \binom{x}{2}$$ as parabolic? How does it vary over $c$: $$f(x) = \binom{x}{c}?$$ And, is there any intuition behind these graphs? For example, their resemblance to the polynomials of degree $c?$ I…
3
votes
3 answers

Manipulation of a binomial coefficient

In obtaining a formula for the Catalan numbers I have got the expression $-\frac{1}{2}\binom{1/2}{n}(-4)^n$. All my efforts to show that this simplifies to $\frac{1}{n}\binom{2n-2}{n-1}$ have not succeeded. Is there some mistake in the original…
user10575
3
votes
2 answers

Binomial sum with alternate positive and negative sign

Proving the result $$(x+n)^n-\binom{n}{1}(x+n-1)^{n}+\binom{n}{2}(x+n-2)^{n}\cdots(-1)^nx^n=n!$$ Try: $$\bigg(x^n+\binom{n}{1}x^{n-1}n+\binom{n}{2}x^{n-2}n^2+\cdots n^n\bigg)-\binom{n}{1}\bigg(x^n+\binom{n}{1}x^{n-1}(n-1)\cdots\bigg)+\cdots…
DXT
  • 11,241
3
votes
1 answer

Finding value of $S-T$ in $2$ binomial sum.

If $\displaystyle S=\sum^{n}_{k=0}(-1)^k\frac{1}{k+m+1}\binom{n}{k}$ and f $\displaystyle T=\sum^{m}_{k=0}(-1)^k\frac{1}{k+n+1}\binom{m}{k}$.Then $S-T$ is…
DXT
  • 11,241
3
votes
2 answers

An inequality with binomial coefficients

I am looking for a proof for the following inequality: $$ \sum_{j=0}^k {m k + m - 1\choose j} \leq 2^{m k} $$ I checked it numerically for all $m,k$ between 1 and 100. Here is a plot of the left-hand side divided by the right-hand side; the darkest…
3
votes
1 answer

Binomial theorem: Find $\sum_{r=0}^n3^r\binom{n}r$

Find $$\sum_{r=0}^n3^r\binom{n}r$$ When I tried to do it I got $$1 + 3n + 3^2\cdot \frac{n(n-1)}2 + \ldots + 3^{n-1}\cdot n + 3^n$$ but I couldn't equate it to $4^n$ which is the answer I got by substituting $n$ for various numbers. Can you tell me…
chndn
  • 2,863
3
votes
1 answer

Inverting binomial coefficients

Given $x$ and $k$, I am interested in finding the number $n$ such that: \begin{align}\tag{1} \binom{n}{k} \leq x < \binom{n + 1}{k} \end{align} In particular, I'm interested in the case where $n \geq 1024$ and $k \leq 10$. I have found an…
Navies
  • 356