Popular Posts

이은한. Powered by Blogger.

2022년 2월 17일 목요일

what is Fibonacci sequence


Definition

Certain patterns of numbers.
first and second numbers are always 0,1. next number is addition of previous two numbers

The List of Fibonacci numbers

0,1,1,2,3,5,8,13,21,34,55...0,1,1,2,3,5,8,13,21,34,55...

Recurrence Relation

F0=0F_0=0
F1=1F_1=1
Fn=Fn1+Fn2F_n=F_{n-1}+F_{n-2}

Example

indexfibonacci numberscalculation
000
111
210+1
321+1
431+2
552+3
683+5
7135+8
8218+13
93413+21
105521+34
118934+55
1214455+89
1323389+144
14377144+233
15610233+377
16987377+610

0 개의 댓글:

댓글 쓰기