What is the importance of the fibonacci sequence?
I think this question belongs in the Mathematics section. A fibonacci sequence is, in simple words, a function that is based on all natural numbers with zero included. For example, the first fibonacci number [ie. f(0)] is 0, the second one [ie. f(1)] is 1, the third one [ie. f(2)] is f(0)+f(1)=0+1=1, f(3)=f(1)+f(2)=1+1=2, f(4)=f(2)+f(3)=1+2=3, and so on. Fibonacci sequence is used very often in fields such as computer science and mathematics (particularly in advanced levels), but it’s unlikely to be used in sociology.