The requirement is to find an pseudorandom integer sequence i0, i1, i2, i3, ... , i48, i49 so that there are at least 15 adjacent differences which are greater than 36.
Adjacent difference = absolute value of the difference between two adjacent integers
= |i - i | where j = 0 to 49
| j -...