English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

the Fibbonacci sequence is 1,1,2,3,5,8...

2007-02-04 20:29:41 · 7 answers · asked by james 2 in Science & Mathematics Mathematics

7 answers

Everyone has already stated the regression formula: f_n=f_{n-1}+f_{n-2}, where f_0=f_1=1. Notice you need the preceding numbers to get the next number. You can also use Binet's formula to find the nth fibonaci formula without knowing the previous numbers. See the link below.

2007-02-05 02:45:58 · answer #1 · answered by raz 5 · 1 0

In mathematics, the Fibonacci numbers form a sequence defined by the following recurrence relation:
F(n) =0 when n=0
=1 when n=1
=F(n-1)+F(n-2) when n>1

2007-02-04 20:40:29 · answer #2 · answered by grandpa 4 · 1 0

if n=0 F(0) =0

if n=1 F(1) =1

and general F(n) = F(n-1) + F(n-2)

The fibonacci sequence says that a number if rank n is the sum of the two precedent nummbers

2007-02-04 20:41:12 · answer #3 · answered by maussy 7 · 1 0

You have to work it out by hand because it's a recursive sequence which means that to find the nth term you need to know the n-1 and n-2 term. It's a pain in the butt.

2016-05-24 17:33:11 · answer #4 · answered by ? 4 · 0 0

You mean like a closed form expression? Yes; there is.

Let a = [1 + sqrt(5)]/2. The formula for the closed form is

a(n) = [a^n - (1 - a)^2] / 5

2007-02-04 20:40:30 · answer #5 · answered by Puggy 7 · 1 0

a(n)=a(n-1)+a(n-2)

Where n starts at 3

So a(3) = a(2) + a(1) = 1 + 1 =2

a(4) = a(2) + a(3) = 1 + 2 = 3

ie each number is the sum of the previous 2 numbers

2007-02-04 20:35:41 · answer #6 · answered by gumtrees 3 · 2 0

Fn = ((Phi^n) - (-Phi^-n))/ sqrt(5)

where Phi = (1 + sqrt(5))/2

2007-02-04 20:39:54 · answer #7 · answered by Gnomon 6 · 1 0

fedest.com, questions and answers