OFFSET
1,3
COMMENTS
The sequence has wild fluctuations - see the successive plots in the links. This is typical behavior for a particle whose movement is governed by an arc-sine law (cf. Feller, Chap. III). - N. J. A. Sloane, Nov 23 2013
Negative stretches: terms 941-1031 and 13197-1431205. - Hans Havermann, Nov 23 2013
After reaching a local maximum of 21957005755012 at term 24118371, the sequence again descends with the first negative of a third such stretch at term 32437583. - Hans Havermann, Nov 28 2013
All terms are multiples of 4, cf. A008586. - Reinhard Zumkeller, Nov 22 2013
REFERENCES
W. Feller, An Introduction to Probability Theory and its Applications, 3rd ed, Wiley, New York, 1968.
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
OEIS "graph" command, Pin plot of 200 terms, scatter plot of 10000 terms
Hans Havermann, Four graphs with an increasing number of terms, personal web page.
Veikko Pohjola, Re: Sister sequences, SeqFan list, Nov 22 2013. (Early observation on how the sequence evolves.)
PROG
(Haskell)
a232221 n = a232221_list !! (n-1)
a232221_list = scanl1 (+) a232342_list
-- Reinhard Zumkeller, Dec 16 2013, Nov 22 2013
CROSSREFS
KEYWORD
sign,look
AUTHOR
N. J. A. Sloane, Nov 22 2013, based on a posting by V.J. Pohjola to the Sequence Fans Mailing List, Nov 22 2013
STATUS
approved