PDA

View Full Version : DGX is the only one who would understand this



RBP
01-05-2013, 01:01 AM
I googled it and still don't know that I understand it. imgur geeks!

http://i.imgur.com/8JLqB.jpg

PorkChopSandwiches
01-05-2013, 01:32 AM
1,1,2,3,5

DemonGeminiX
01-05-2013, 02:19 AM
:)

Apparently I'm not the only one.

The Fibonacci sequence is a mathematical sequence of numbers defined by the generating function F(n) = F(n-1) + F(n-2), with seed values F(0) = 0 and F(1) = 1. You could also use seed values F(0) = 1 and F(1) = 1, if you want to get rid of the initial 0.

It's an early example of recursion and the specific sequence of numbers has a lot of cool properties.

Basically, you just take your first two numbers, add them together to get the third number, add the second and third to get the fourth, etc etc etc...

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

deebakes
01-05-2013, 03:10 AM
:lol: