It is well-known from the law of iterated logarithm, that, if $X_k$ are symmetric Bernoulli random variables $\pm 1$, then $S_n= X_1 + X_2 + ... + X_n$ has this property:
$$\limsup_{n \to \infty} \frac{S_n}{\sqrt{2 n \log \log n}} = 1 \qquad \text{a.s.}$$
giving an order of magnitude of $n^{1/2+\varepsilon}$ for the maximum of $|S_n|$.
What bounds can be given about the cumulative sum: $$T_n = S_1 + S_2 + ... + S_n$$?
I can imagine its order of magnitude will be around $n^{3/2+\varepsilon}$, but is this quantity approached infinitely often? What is the $\limsup$?
Surely, $|T_n| \leq C n^{\frac 3 2+\epsilon}$: $|T_n| \leq \sum\limits_{k=1}^{n} |S_k| \leq C n \sqrt {2nlog \, \log\, n}$ since each term has the bound $C\sqrt {2nlog \, \log\, n}$.