Open robert-7 opened 9 years ago
Example: If R(n)=R(n-R(n-1))+1, R(1)=1, we should create a column that, for every n, outputs n-R(n-1) and n-1.
Example: If R(n)=R(n-R(n-1))+1, R(1)=1, we should create a column that, for every n, outputs n-R(n-1) and n-1.