Skip to main content

Questions tagged [summation]

Questions about evaluating summations, especially finite summations. For infinite series, please consider the (sequences-and-series) tag instead.

2 votes
1 answer
123 views

Well, when I do the polynomial problem that my teacher gave me. I've tried new way to solve the problem by using p-adic $v_2$ but cannot solve it, here is the question: For two polynomials with ...
Tokisaki Kurumi's user avatar
2 votes
1 answer
171 views

I am doing a project and somehow the alternating sum $\sum_{i=0}^{n}(-1)^{i}{{n+i}\choose{i}}$ comes up. I am not not sure if there is any use of this sum, but just think it is an interesting sum ...
Jason's user avatar
  • 171
2 votes
1 answer
150 views

This problem comes from the 1976 Putnam exam. Evaluate $$ L=\lim_{n\to\infty} \frac{1}{n}\sum_{k=1}^n \left( \left\lfloor\frac{2n}{k}\right\rfloor -2\left\lfloor\frac{n}{k}\right\rfloor \right), $$ ...
Ryan Yoon's user avatar
3 votes
2 answers
130 views

How can I prove that $\sum_{k=1}^{n} \left\lfloor \log_{2}\!\left(\frac{2n}{2k-1}\right) \right\rfloor = n$, where $n$ is a natural number? I discovered this identity while trying to prove Prove using ...
Anshul Prajapati's user avatar
5 votes
2 answers
197 views

I am trying to find a closed form for the following sum: $$ \sum_{k=0}^{n-1} \left( \frac{1}{(k+1)(n-k)} \cdot \binom{n+1}{k+1}^2 \right) $$ What I have tried so far I tried to simplify the expression ...
Alex's user avatar
  • 51
2 votes
1 answer
111 views

Give a combinatorial proof that \begin{eqnarray*} \sum_{i+j+k=n} \binom{2i}{i} \binom{2j}{j} \binom{2k}{k} = (2n+1) \binom{2n}{n}. \end{eqnarray*} Where did this come from ? ... In this question (...
Donald Splutterwit's user avatar
7 votes
3 answers
315 views

I’m trying to understand how to recognize when a series is telescoping. Consider the series $$ \sum_{n=3}^{\infty} \frac{1}{n(n-1)(n-2)}. $$ Using partial fraction decomposition, we get $$ \frac{1}{n(...
Sebastiano's user avatar
  • 8,896
1 vote
1 answer
42 views

Conjecture. Let $(a_i(j))_{j \geq 0}$ be sequences of natural numbers $\geq 1$. For example $a_1 = \overline{2} = 2,2,2,2, \dots$, is the constant $2$, but $a_3 = \overline{2,1,2}$ is not. Define $B =...
Luna's Chalkboard's user avatar
3 votes
0 answers
140 views

$\newcommand{\poch}[2]{{\left(#1\right)}_{#2}}$ Consider the sum $$ S_n = \sum_{m=0}^{n-1} \frac{\binom{2m}{m}}{2^m}. $$ Using identity $$ \binom{2m}{m} = 4^m \frac{(1/2)^{\overline{m}}}{m!}, \quad \...
CajFrig's user avatar
  • 31
0 votes
3 answers
111 views

I have the sum $$\sum_{n=0}^k(-1)^nn\binom kn$$ where I expect $k\ge 2.$ My analysis is that $$(n+1)\binom k{n+1}-n\binom kn=k\binom{k-1}n$$ and therefore the original sum evaluates as $$\sum_{n=0}^k(...
abiessu's user avatar
  • 8,343
11 votes
2 answers
419 views

I am evaluating the following integral: $$\int_0^{1} \left(\tanh^{-1}(x) + \tan^{-1}(x)\right)^2 \; dx$$ After using the Taylor series of the two functions, we get the sum: $$\sum_{m=0}^\infty \sum_{n=...
Infiniticity's user avatar
6 votes
2 answers
240 views

how to rigorously prove $$\sum_{n=1}^{100} \frac{\sin n}{n^2} > \frac{100}{99}? $$ Since $|\sin n| \leq 1$, $$\left| \sum_{n=1}^{100} \frac{\sin n}{n^2} \right| \leq \sum_{n=1}^{100} \frac{1}{n^2} &...
Ciril-Blaise's user avatar
3 votes
1 answer
101 views

I've been asked to show $$\lim_{n \to \infty} 4^{-n} \left( {2n\choose n} x + \sqrt{n} \sum_{k=1}^{n} {2n\choose n-k} \frac{\sin\left(\frac{2kx}{\sqrt{n}}\right)}{k}\right) = \int_0^x e^{-t^2}dt$$ ...
user3760593's user avatar
1 vote
1 answer
119 views

I am an undergraduate in Mathematics, almost finishing the degree. Treatment of summations (sigma notation) has always bothered me, since in most cases we can convince ourselves that their ...
Agustin G.'s user avatar
1 vote
0 answers
62 views

How would one prove the following result? For a given k show that: $$ \sum_{i+j=k} a_ib_j = \sum_{t=0}^k a_tb_{k-t}$$ I am not asking why this is true, this is clear. What I am asking is how would one ...
Agustin G.'s user avatar

15 30 50 per page
1
2 3 4 5
1230