Hacker News new | ask | show | jobs
by karma_fountain 1252 days ago
Fib(x)=0 does satisfy this property though.
2 comments

A full definition would include Fib(0) = 0, Fib(1) = 1 or if you prefer 1, 1.
You need to manually check the first 2 values in a seperate test.