OFFSET
0,2
COMMENTS
The linear-log plot of the sequence shows a curious periodic pattern. Does this pattern continue indefinitely?
LINKS
Andres Cicuttin, Linear-log plot of first 2^17 terms
MATHEMATICA
a={0, 2};
Do[AppendTo[a, Last[a]-Floor[Mean[a]]+Ceiling@StandardDeviation[a]], {j, 1, 100}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Andres Cicuttin, Dec 23 2023
STATUS
approved