<pre>
Describe the sequence a(1)<code>a(2)</code>1, a(n) = a(a(n-1)) + a(n-a(n-1)) for n>2.

[[RecPuzzlesConway Solution]]
</pre>
