Hacker News new | past | comments | ask | show | jobs | submit login

It also converges closer and closer to the golden ratio. Implementing a property test for that would be interesting.



    a, b, c = fib(n), fib(n+1), fib(n+2)
    assert abs(c / b - phi) < abs(b / a - phi)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: