I am doing some tests with strictly increasing integer sequences whose gaps between consecutive elements show a "pseudorandom" behavior, meaning "pseudorandom" that the gaps do not grow up continuously, but they change from a bigger value to a smaller one and vice versa due to the properties of the sequence without an easy way of calculating those variations. Initially I am using the following sequences as an example:
Even deficient numbers.
The natural numbers associated to the separated Möbius sequences $M_1$={Möbius $\mu(n)=-1$}, $M_2$={Möbius $\mu(n)=1$}, $M_3$={Möbius $\mu(n)=0$}
To continue with my tests I would require some other good examples, but I can not recall any other well known sequences with that behavior (not related with the ones above, or combinations of them).
Are there any other well known sequences in which the behavior of the consecutive gaps is "pseudorandom" in the way expressed here? Thank you!
(*) The reason of this question is the test explained here.