Is there an algorithm that can find a recursive relation that causes a given series?
For instance:
Series: 1, 3, 7, 15, 31, 63, 127
Enter this series in the algorithm, and it will recognize the โmost meanโ (or one of the most mean) repetition relationships. In my example, the equation
x(t+1) = x(t)*2 + 1
source share