Question: Evaluate $$\sum_{k=0}^n {2k\choose k}{2n-2k \choose n-k}$$ Hint: use the fact that $$(1-4x)^{-1/2} = \sum_{n\ge0} {2n \choose n}x^n$$ For some reason the hint has me more lost than the problem but I'm sure it is included for a reason. My gut feeling is to approach this with a binomial series but I am not sure where to begin. Any help would be greatly appreciated!
2026-04-02 23:26:55.1775172415
Discrete math evaluate
246 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in DISCRETE-MATHEMATICS
- What is (mathematically) minimal computer architecture to run any software
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- The function $f(x)=$ ${b^mx^m}\over(1-bx)^{m+1}$ is a generating function of the sequence $\{a_n\}$. Find the coefficient of $x^n$
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- Given a function, prove that it's injective
- Surjective function proof
- How to find image of a function
- Find the truth value of... empty set?
- Solving discrete recursion equations with min in the equation
- Determine the marginal distributions of $(T_1, T_2)$
Related Questions in BINOMIAL-THEOREM
- Prove $\sum^{n}_{i=1}\binom{n}{i}i=n2^{n-1}$ using binomial and induction
- Use the binomial theorem to prove that for $n$ a positive integer the following holds
- Proving the binomial series for all real (complex) n using Taylor series
- Find sum of nasty series containing Binomial Coefficients
- Value of $a_2+a_6+a_{10}+\cdots+a_{42}$
- Definite sum for $(1+a)^n$
- How to prove $\sum_{r=1}^{n} r^{2}\binom {n} {r} = n(n+1)2^{n-2}$?
- Binomial Theorem Question $1+(1+x)+(1+x)^2+\dots+(1+x)^n$
- Distinct terms in a binomial expansion
- Limit of a sequence (binomial series and generating function for Catalan)
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Here are two ways to find a closed expression
Cauchy product
Note, the binomial expression in OPs question is a Cauchy product which we get as the coefficient of the multiplication of two power series. In case both series are equal, say $A(x)=\sum_{n=0}^{\infty}a_kx^k$ we obtain \begin{align*} A^2(x)=\left(\sum_{n\geq0}a_nx^n\right)^2 =\sum_{n\geq0}\left(\sum_{k=0}^na_ka_{n-k}\right)x^n\tag{1} \end{align*}
We conclude by comparing coefficients
\begin{align*} \sum_{k=0}^n\binom{2k}{k}\binom{2n-2k}{n-k}=4^n\qquad\qquad n\geq 0 \end{align*}
Coefficient of - operator
Another way is to use the coefficient of operator $[x^n]$ to denote the coefficient of $x^n$ of a series $A(x)=\sum_{k\geq 0}a_kx^k$ analogously to this answer.
Comment:
In (2) we use the rule $[y^k]f(y)=[y^0]y^{-k}f(y)$
In (3) we use the substitution rule $f(y):=\sum_{k=0}^{n}a_ky^k=\sum_{k=0}^n\left([x^k]f(x)\right)y^k$