This is a classical example that combines lazy (actually the real name is non-strict) lists and recursion.<br>
<br>
You can find an explanation of such a combination here<br>
<br>
<a href="http://stackoverflow.com/questions/6273621/understanding-a-recursively-defined-list-fibs-in-terms-of-zipwith">http://stackoverflow.com/questions/6273621/understanding-a-recursively-defined-list-fibs-in-terms-of-zipwith</a><br>
<br>
Silvio