Message304157
A nice response to the question of whether to start with 0 or 1 here: https://stackoverflow.com/a/5901955
> The definition with Fib(0) = 1 is known as the combinatorial
> definition, and Fib(0) = 0 is the classical definition. Both
> are used in the Fibonacci Quarterly, though authors that use
> the combinatorial definition need to add a sentence of
> explanation.
I confess that I hadn't heard of the Fibonacci Quarterly before. |
|
| Date |
User |
Action |
Args |
| 2017-10-11 16:14:21 | mark.dickinson | set | recipients:
+ mark.dickinson, docs@python, skyhein |
| 2017-10-11 16:14:21 | mark.dickinson | set | messageid: <[email protected]> |
| 2017-10-11 16:14:21 | mark.dickinson | link | issue31757 messages |
| 2017-10-11 16:14:21 | mark.dickinson | create | |
|