Let $a_{i}$ be a sequence of numbers, is there an explicit formula for $\sum\limits_{i=0}^p \binom{p}{i}a_{i} $ involving only $p$ and $a_{n}$ ? Or is there any bound interms of $p$ and $a_{i}$ ?
2026-04-17 21:21:38.1776460898
Explicit formula involving Binomial coefficient
197 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in BINOMIAL-COEFFICIENTS
- Newton binomial expansion
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- Solving an equation involving binomial coefficients
- Asymptotics for partial sum of product of binomial coefficients
- What is wrong with this proof about a sum of binomial coefficients?
- Find sum of nasty series containing Binomial Coefficients
- Alternating Binomial Series Summation.
- $x+\frac{1}{x}$ is an integer
- Finding value of $S-T$ in $2$ binomial sum.
- how to reduce $(1-\alpha)^{T-i}$ into a sum
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?
It might not be exactly what you're looking for, but you can get some useful results from exponential generating functions. We will proceed formally, meaning we won't concern ourselves with issues of convergence.
Suppose we have two power series, $\sum_{n=0}^{\infty} a_n \frac{x^n}{n!}$ and $\sum_{n=0}^{\infty} b_n \frac{x^n}{n!}$ then their product may be expressed as $$ \sum_{n=0}^{\infty} c_n \frac{x^n}{n!}, \quad\text{where $c_n = \sum_{k=0}^{n} \binom{n}{k} a_k b_{n-k}$}$$ This isn't too difficult to prove if you want to give it a go.
Hence if we choose $b_n = 1$ for all $n$, then
$$e^x \sum_{n=0}^{\infty} a_n \frac{x^n}{n!} = \sum_{n=0}^{\infty} a_n \frac{x^n}{n!} \sum_{n=0}^{\infty} (1) \frac{x^n}{n!} = \sum_{n=0}^{\infty} d_n \frac{x^n}{n!}$$ where, as you wanted, $d_n = \sum_{k=0}^n \binom{n}{k} a_k$.
Now, we may use formal differentiation and setting $x=0$ to find coefficients $d_n$:
$$\left. \frac{d^n}{dx^n} \sum_{m=0}^{\infty} d_m \frac{x^m}{m!} \right|_{x=0} = \left. d_n + \sum_{m=k+1}^{\infty} d_m n! \frac{x^m}{m!}\right|_{x=0} = d_n = \left. \frac{d^n}{dx^n} \left(e^x \sum_{m=0}^{\infty} a_m \frac{x^m}{m!} \right)\right|_{x=0}$$
How do we use this in practice? Sometimes we might have nice closed forms for the expression $\sum_{n=0}^{\infty}a_n \frac{x^n}{n!}$, and in such circumstances we may be able to find closed form expression for the desired series. For example,
$\sum_{k=0}^{n} \binom{n}{k} = \sum_{k=0}^n \binom{n}{k}(1)$, so consider $a_n=1$ for all $n$. $$\sum_{n=0}^{\infty} a_n \frac{x^n}{n!} = \sum_{n=0}^{\infty} (1) \frac{x^n}{n!} = e^x$$ then $$ \sum_{k=0}^{n} \binom{n}{k} = \left. \frac{d^n}{dx^n} \left(e^x \sum_{m=0}^{\infty} a_m \frac{x^m}{m!} \right)\right|_{x=0} = \left. \frac{d^n}{dx^n} \left(e^{2x} \right)\right|_{x=0} $$ Now, each time we differentiate $e^{2x}$ we get the same thing with a multiple of $2$ out front, so $\frac{d^n}{dx^n} e^{2x} = 2^n e^{2x}$. Evaluating at $x=0$, $$d_n = \sum_{k=0}^n \binom{n}{k} = 2^n$$
Suppose $a_n = n!$, then $$\sum_{n=0}^{\infty} (n!)\frac{x^n}{n!} = \sum_{n=0}^{\infty} x^n = \frac{1}{1-x}$$ then, $$ \sum_{k=0}^n \binom{n}{k} n! = \left.\frac{d^n}{dx^n}\left(\sum_{m=0}^{\infty} a_m \frac{x^m}{m!} e^x\right)\right|_{x=0} =\left.\frac{d^n}{dx^n}\frac{e^x}{1-x}\right|_{x=0}$$
This expression may have a closed form that you may be able to find through Taylor series, or other means, but this may give you an easy way to at least prove it through induction.