robert-7 / Hofstadter

Hofstadter Application for Recursions
0 stars 0 forks source link

We should be able to output arguments in a table #32

Open robert-7 opened 9 years ago

robert-7 commented 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.