The binomial theorem is one of the best known hyper-geometric sums for whom a closed form expression exists. The natural question is whether generalizations exist . In particular I would like to know if the following sum : \begin{equation} S^{(k)}_{p,q}(x) := \sum\limits_{l=0}^{k-2} \binom{k+p+l}{2 l+q} (-x)^l \end{equation} for $p,q \in {\mathbb N}$ is given in closed form? I have found a positive answer. Firstly I used sister Celine's algorithm to find the recursion relation for the term in the sum. From that by summing over the paramater $l$ I found the recursion relation for the sum itself. It reads: \begin{eqnarray} S^{(k)}_{p,q} + (x-2) S^{(k+1)}_{p,q} + S^{(k+2)}_{p,q} &=& \binom{k+p}{q-2} +\\ &&(-x)^{k-1} (x \binom{2 k+p}{p-q}-2 x \binom{2 k+p+1}{p-q+1}-\binom{2 k+p-1}{p-q+1}) \end{eqnarray} now since the recursion relation has constant coefficients a closed form expression can always be found by solving the characteristic equation and then convolving the respective power functions with the right hand side. The solution reads: \begin{eqnarray} &&S^{(k)}_{p,q} =\\ && \left(\frac{\sin(\phi(k-1))}{\sin(\phi)} f_{p,q-2}^{(\phi)} - \frac{\sin(\phi(k-0))}{\sin(\phi)} f_{p+1,q-2}^{(\phi)} + f_{p+k,q-1}^{(\phi)}\right) 1_{q\ge 2} +\\ &&- \left(\frac{\sin(\phi(k-1))}{\sin(\phi)} \tilde{f}_{p,p-q}^{(\phi)} + x \frac{\sin(\phi(k-0))}{\sin(\phi)} f_{p+2,p-q}^{(\phi)} + (-x)^k f_{p+2 k,p-q}^{(\phi)}\right) 1_{p-q\ge 0} +\\ &&2\left(\frac{\sin(\phi(k-1))}{\sin(\phi)} \tilde{f}_{p+1,p-q+1}^{(\phi)} + x \frac{\sin(\phi(k-0))}{\sin(\phi)} f_{p+3,p-q+1}^{(\phi)} + (-x)^k f_{p+1+2 k,p-q+1}^{(\phi)}\right) 1_{p-q+1\ge 0} +\\ &&-\left(\frac{\sin(\phi(k-2))}{\sin(\phi)} \tilde{f}_{p+1,p-q+1}^{(\phi)} + x \frac{\sin(\phi(k-1))}{\sin(\phi)} f_{p+3,p-q+1}^{(\phi)} + (-x)^{k-1} f_{p-1+2 k,p-q+1}^{(\phi)}\right) 1_{p-q+1\ge 0}\\ \end{eqnarray} where $k \ge 2$. Here $\phi := \arccos(1-x/2)$ and: \begin{eqnarray} f_{p,q}^{(\phi)} &:=& \left. \frac{1}{q!} \frac{d^q}{d \xi^q} \left(\frac{\xi^p}{1-2 \xi \cos(\phi)+\xi^2}\right)\right|_{\xi=1}\\ \tilde{f}_{p,q}^{(\phi)} &:=& \left. \frac{1}{q!} \frac{d^q}{d \xi^q} \left(\frac{\xi^p}{1+2 x \xi^2 \cos(\phi)+x^2 \xi^4}\right)\right|_{\xi=1} \end{eqnarray} Now, I reiterate the question. Is it possible to do the sum when the number 2 in the binomial factor in the sum in question is replaced by some integer greater or equal three?
2026-05-15 19:04:16.1778871856
Closed form solution of a hypergeometric sum.
149 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 SUMMATION
- Computing:$\sum_{n=0}^\infty\frac{3^n}{n!(n+3)}$
- Prove that $1+{1\over 1+{1\over 1+{1\over 1+{1\over 1+...}}}}=\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+...}}}}$
- Fourier series. Find the sum $\sum_{n=1}^\infty \frac{(-1)^{n+1}}{2n+1}$
- Sigma (sum) Problem
- How to prove the inequality $\frac{1}{n}+\frac{1}{n+1}+\cdots+\frac{1}{2n-1}\geq \log (2)$?
- Double-exponential sum (maybe it telescopes?)
- Simplify $\prod_{k=1}^{l} \sum_{r=d}^m {{m}\choose{r}} \left(N-k \right)^{r} k^{m-r+1}$
- Sum of two martingales
- How can we prove that $e^{-jωn}$ converges at $0$ while n -> infinity?
- Interesting inequalities
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
geometry
circles
algebraic-number-theory
functions
real-analysis
elementary-set-theory
proof-verification
proof-writing
number-theory
elementary-number-theory
puzzle
game-theory
calculus
multivariable-calculus
partial-derivative
complex-analysis
logic
set-theory
second-order-logic
homotopy-theory
winding-number
ordinary-differential-equations
numerical-methods
derivatives
integration
definite-integrals
probability
limits
sequences-and-series
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?
Let us answer the second question first. In other words we define: \begin{equation} S^{(k)}_{n,p,q}(x) := \sum\limits_{l=0}^{k-2} \binom{k+p+l}{n \cdot l+q} (-x)^l \end{equation} for $q \ge 1+n+p$ and $k \ge q-n-p,\dots,\infty$ and $n=1,2,\dots$. Again, using sister Celine's algorithm we easy establish that a the sum in question satisfies a following recursion relation: \begin{equation} \sum\limits_{i=0}^n S^{(k+i)}_{n,p,q} \cdot \binom{n}{i} (-1)^i + (-1)^n x S^{(k+1)}_{n,p,q} = (-1)^n \binom{k+p}{q-n} 1_{k \ge q-n-p} \end{equation} Now, again since this recursion relation has coefficients that do not depend on $k$ it can always be solved in terms of roots of the characteristic equation and convolutions of powers of those roots with the right hand side. A standard method for solving such equations is the method of Greens functions. In other words we assume that: \begin{equation} S^{(k)}_{n,p,q} = \sum\limits_{l=0}^\infty G_{k,l} \cdot rhs_l \end{equation} where $rhs_l$ is the right hand side of the recursion relation and the Greens function itself satisfies the recursion relation with its right hand side being replaced by $\delta_{k,l}$. Here the Green's function is given as: \begin{equation} G_{k,l} = \left\{ \begin{array}{rr} \sum\limits_{i=1}^n C_i^{+} \cdot \lambda_i^k & \mbox{for $l\ge k$}\\ \sum\limits_{i=1}^n C_i^{-} \lambda_i^k & \mbox{for $0 \le l \le k-1$}\end{array} \right. \end{equation} where $\left\{ \lambda_i \right\}_{i=1}^n$ are roots of the characteristic equation $(1-\lambda)^n + (-1)^n x \lambda = 0$. Inserting the above into the recursion relation for the Greens function and evaluating the later equation at $k=l-j$ for $j=0,\dots,n-1$ and then solving for the constants $C^{-}$ we get: \begin{equation} C_i^{-}= C_i^{+} + \frac{\lambda_i^{-1-l}}{\prod\limits_{j\neq i}(\lambda_i - \lambda_j)} \end{equation} for $i=1,\dots,n$. Therefore the sum in question reads: \begin{equation} S^{(k)}_{n,p,q} = \left(\sum\limits_{i=1}^n C_i^{+} \cdot \lambda_i^k\right) \quad + \quad \sum\limits_{l=0}^{k-1} \sum\limits_{i=1}^n \frac{\lambda_i^{-1-l+k}}{\prod\limits_{j\neq i}(\lambda_i - \lambda_j)} \cdot (-1)^n \cdot \binom{l+p}{q-n} 1_{l \ge q-n-p} \end{equation} where the constants $C^{+}_i$ for $i=1,\dots,n$ are determined from initial conditions, ie from the values of our sum at $k=1,2,\dots,n$. Finally note that the sum over the index $l$ in the equation above can be done using the standard trick, ie expressing the binomial factor as a higher order derivative with respect to some dummy variable, summing up the resulting geometric series and taking the dummy variable equal to unity at the end of the calculation.