Hacker News new | ask | show | jobs
by karcass 3712 days ago
Hmm, I think there's an edge-condition bug. Starting with fib(0), its values are (0,1,2,3,5,8...) instead of (1,1,2,3,5,8...).
1 comments

1 must all appear twice in the sequence. Otherwise I agree: it ought to begin at 0.