Sunday, February 16, 2014

A New Series: The Random Pascalian Series

1
10
104
1047
10479
104794
1047941
10479411
104794117
1047941171
10479411718
104794117187
1047941171878
10479411718789
104794117187891
1047941171878915
10479411718789154
....
The Random Pascalian Series, as I have dubbed this, adds a random integer from 0 through 9 to add to the rightmost section of the string. A generic graph:


Of Course this is problematic because during each iteration the number gains a whole new power as in 10x therfore taking the logarithm(base 10) of each succesive iteration creates a linear pattern ( due to the random function this is not truly linear). Here it is:
For more information on binary random functions see my post Binary Randoms Aren't.

No comments:

Post a Comment