Skip to main content

Questions tagged [sequences-and-series]

For questions concerning sequences and series. Typical questions concern, but are not limited to: identifying sequences, identifying terms, recurrence relations, $\epsilon-N$ proofs of convergence, convergence tests, finding closed forms for sums. For questions on finite sums, use the (summation) tag instead.

2 votes
1 answer
35 views

Sum of Repetends of Prime Reciprocals

Just a recreational mathematician here with a random question. All reciprocals of primes are periodic and there is some rational number that approximates them exactly up to their period. For example, $...
Reuben Danyali's user avatar
-1 votes
0 answers
34 views

Use Parseval's identity to show a series converges [closed]

$$\sum_{n=1}^\infty \sqrt{a_n^2+b_n^2}$$ Let f be a 2L-periodic function and such that its derivative f' is continuous. If $a_n$ and $b_n$ are the Fourier coefficients for f, show that the series ...
Laura Freitas's user avatar
0 votes
0 answers
26 views

Comparison principle for order of convergence

Let $0< x_n < y_n$ and $y_n \rightarrow 0$ with order 1. More precisely \begin{align} \lim\limits_{n \rightarrow \infty}\frac{y_{n+1}}{y_n}=C, \text{for } 0<C<1. \end{align} Can we say ...
Veronica's user avatar
  • 534
-1 votes
0 answers
45 views

Is the reciprocal golden ratio well approximated by this exponentially sparse series of reciprocal Fibonacci numbers?

Let $1/\phi= \phi-1\approx0.618\,$ denote the reciprocal golden ratio and $\mathrm F(k)\;(k=0,1,...)$ the Fibonacci numbers, where $\mathrm F(0)=0,\mathrm F(1)=1,$ and $\mathrm F(k+1)=\mathrm F(k)+\...
John Bentin's user avatar
0 votes
2 answers
64 views

Telescopic summation for AGP: $R_n=\sum_{k=1}^n k r^{k-1}$

By the text-book method the summation of AGP is well known as: $$R_n=\sum_{k=1}^n k r^{k-1}=\frac{1-r^n-nr^n(1-r)}{(1-r)^2}.......(*)$$ We can get summation of a GP $(S_n=\sum_{k=1}^{n} r^{k-1})$ ...
Z Ahmed's user avatar
  • 43.6k
-2 votes
0 answers
36 views

Formula for denominators of sums ∑1/x², ∑1/x⁴, ∑1/x⁶ ... [duplicate]

Let's take this series: $$ \sum_{x=1}^\infty{\frac{1}{x^n}} $$ For even values of $n$, the series converges as follows: n Sum 2 $$\frac{\pi^2}{6}$$ 4 $$\frac{\pi^4}{90}$$ 6 $$\frac{\pi^6}{945}$$ ...
Manu Manjunath's user avatar
-2 votes
0 answers
49 views

An example of infinite divergent series giving rational fraction of Pi. [closed]

Can an example of divergent integer sequence along some regularization method be found where the generalized sum is $c π^k $, with c, k rational (or rational complex number of the form p + qi, where p ...
Rhozelly's user avatar
7 votes
5 answers
230 views

Power series where the number $e$ is a root

I have been going at this question for weeks now and couldn't find anything. Can we have a series of the form: $$f(x)=\sum_{n=0}^{\infty} a_n x^n$$ where $a_n$ are rationals and not all $0$ such that $...
Yas Sin's user avatar
  • 89
2 votes
2 answers
82 views

Optimal strategy for uniform distribution probability game

There are 2 players, Adam and Eve, playing a game. The rules are as follows: $n$ and $d$ are chosen randomly. Adam samples a value $v$, distributed uniformly on $[0,n]$, and can either cash out $v$ or ...
jimsimons's user avatar
1 vote
1 answer
87 views

Limit of $\sqrt[n]{2-x_n}$

Let $x_n$ be the real positive root of equation: $$x^n=x^{n-1}+x^{n-2}+\ldots+x+1$$ Find $\lim{(2-x_n)^{\frac{1}{n}}}$ Here is what I tried: Initial: $$x^n > 1 \Rightarrow x > 1$$ It is easy to ...
Lục Trường Phát's user avatar
0 votes
0 answers
48 views

Does this recurrent sequence have a limit?

I have a sequence $a_1 = 1$, $a_2 = 0$, $$a_k = \frac{k*(k+2)+(k+1)}{k*(k+2)}(a_{k-1} -\frac{k-1}{k*(k-2) + (k-1)}a_{k-2})$$ for $k \geq 3$, I want to know whether this sequence would converge to $0$ ...
Jake ZHANG Shiyu's user avatar
3 votes
1 answer
68 views

Example of a series where the ratio test $\limsup |a_{n+1}/a_n|$ can be applied, but $\lim |a_{n+1}/a_n|$ cannot

The ratio test asserts the absolute convergence of $\sum_{n\geq 1}a_n$ if $$\limsup \bigg |\frac{a_{n+1}}{a_n}\bigg |<1$$ In calculus, we learn the seemingly weaker form $$\lim \bigg |\frac{a_{n+1}}...
Andrew's user avatar
  • 1,719
-2 votes
0 answers
41 views

Fourier series problem... :( [closed]

How do you find the Fourier series of $f(x)=|\cos(x)|$ in $0<x<2\pi$?
Ramiro Sato's user avatar
1 vote
0 answers
57 views

The number of ways of writing $k$ as a sum of the squares of "not so big" two elements

This question arises from the attempt to compute the Euler characteristic of a space using a Morse function. We fix a positive integer $n$. For each integer $k$ which satisfies the condition $$1\leq k ...
Yasuhiko Kamiyama's user avatar
-3 votes
0 answers
40 views

Is it ever useful in solving an equation to add the integer interpolation of a real number as a matrix product? [closed]

It is always possible to add a real number to one side of an equation without invalidating the inequality, as long as one adds an expression equal to that number to the other side of the equation. ...
virtuolie's user avatar
  • 165

15 30 50 per page
1
2 3 4 5
4397