September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,8 +1,8 @@
|
|||
The '''Fibonacci sequence''' is a sequence <big> F<sub>n</sub> </big> of natural numbers defined recursively:
|
||||
|
||||
<big><big> F<sub>0</sub> = 0 </big></big>
|
||||
<big><big> F<sub>1</sub> = 1 </big></big>
|
||||
<big><big> F<sub>n</sub> = F<sub>n-1</sub> + F<sub>n-2</sub>, if n>1 </big></big>
|
||||
<big><big> F<sub>0</sub> = 0 </big></big>
|
||||
<big><big> F<sub>1</sub> = 1 </big></big>
|
||||
<big><big> F<sub>n</sub> = F<sub>n-1</sub> + F<sub>n-2</sub>, if n>1 </big></big>
|
||||
|
||||
|
||||
;Task:
|
||||
|
|
@ -17,8 +17,9 @@ The sequence is sometimes extended into negative numbers by using a straightforw
|
|||
support for negative <big> n </big> in the solution is optional.
|
||||
|
||||
|
||||
;Related task:
|
||||
;Related tasks:
|
||||
* [[Fibonacci n-step number sequences]]
|
||||
* [[Leonardo numbers]]
|
||||
|
||||
|
||||
;References:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue