Find a ${{b_n}}$ $n\in\Bbb N$ and $0\le b_n\le 1$ such as the limit $$\lim_{n\to\infty} {\frac1n}\sum_{i=1}^{n-1}b_i$$ does not exist.
I don't know how to deal with this problem, it seems to me that this limit can not be undetermined because the terms of the sum are all positive, so how is it possbile to obtain an "oscillation" of the limit? Maybe it can be undetermined because of $1/n$ but I can't find any ${b_n}$, I tried whit absolute value of sine and cosine but I think that I should consider a ${b_n}$ defined for recurrence or defined by intervals
Thanks for your help
Given an integer $m\ge2$, let $$ b_k=\frac12\left(1+(-1)^{\left\lfloor\log_m(k)\right\rfloor}\right) $$ Then we have that $b_k$ is $m-1$ ones followed by $m^2-m$ zeroes followed by $m^3-m^2$ ones followed by $m^4-m^3$ zeroes, etc.
Thus, we get $$ \sum_{k=1}^{m^n-1}b_k=\left\{\begin{array}{} \frac{m^{n+1}-1}{m+1}&\text{if $n$ is odd}\\ \frac{m^n-1}{m+1}&\text{if $n$ is even} \end{array}\right. $$ Therefore, $$ \frac1{m^n-1}\sum_{k=1}^{m^n-1}b_k=\left\{\begin{array}{} \frac{m^{n+1}-1}{(m+1)(m^n-1)}&\text{if $n$ is odd}\\ \frac1{m+1}&\text{if $n$ is even} \end{array}\right. $$ Thus, $$ \limsup_{n\to\infty}\frac1n\sum_{k=1}^nb_k\ge\frac{m}{m+1} $$ and $$ \liminf_{n\to\infty}\frac1n\sum_{k=1}^nb_k\le\frac1{m+1} $$ Therefore, the limit doesn't exist. Choosing $m$ appropriately, the liminf and limsup can be made as close to $0$ and $1$ as desired.
Notice: In the case of $m=2$, this sequence is the same sequence that appears in Andreas' earlier answer.
Notice: In the case of $m=2$, the upper and lower limits, although a bit different, are also given in Andreas' earlier answer.