Jon Maiga, 2019-06-11
Every now and then I run into functions that makes me go “wow this looks different”!
In this post I will list a few simple recursive formulas that yield somewhat surprising graphs. I will settle with noting they look nice and leave further analysis to the reader.
Let’s start with a simple
With the initial values of we get

The simple recursive function (1) creates a braid that seems to follow . What are the upper and lower bounds?
Now if we take the first differences of (1) we get it centered around the x-axis

Changing the initial values of (1) dramatically changes the function, for example
gives us

Note that this graph has some extreme values that have been omitted. Taking the first differences gives us

Another remarkable plot is
With and we get

Another noteworthy is
With we get

Finally, let’s look at one involving the primes
With and we have

My gut feeling is that those are more the kind of function you look at than get anything sensible out of. Although I would be grateful for any feedback on those. I don’t even know (and haven’t looked much) if they have been studied?
All sequences was found while I was browsing sequencedb.net, a machine generated database with decimal and integer sequences.
Written with StackEdit.