points
Compare the similarity of:
AI(n) = improve(AI(n-1))
Fib(n) = Fib(n-1) + Fib(n-2)
Edit: formatting