|
| 27 Mar 2014 11:49 AM |
And how it's used in coding. I'm reading a book called The Number Devil, and it repeatedly mentions the Fibonacci sequence. So, yeah,
:D |
|
|
| Report Abuse |
|
|
| |
|
| |
|
ThePC8110
|
  |
| Joined: 04 Jun 2011 |
| Total Posts: 486 |
|
| |
|
| |
|
DrHaximus
|
  |
| Joined: 22 Nov 2011 |
| Total Posts: 8410 |
|
| |
|
| |
|
RA2lover
|
  |
| Joined: 09 Nov 2008 |
| Total Posts: 1254 |
|
| |
|
Devoi
|
  |
| Joined: 09 Jun 2013 |
| Total Posts: 5387 |
|
| |
|
RA2lover
|
  |
| Joined: 09 Nov 2008 |
| Total Posts: 1254 |
|
| |
|
Devoi
|
  |
| Joined: 09 Jun 2013 |
| Total Posts: 5387 |
|
| |
|
RA2lover
|
  |
| Joined: 09 Nov 2008 |
| Total Posts: 1254 |
|
|
| 27 Mar 2014 01:56 PM |
47
it's still following the sequence formula after that break. |
|
|
| Report Abuse |
|
|
Devoi
|
  |
| Joined: 09 Jun 2013 |
| Total Posts: 5387 |
|
| |
|
| |
|
Devoi
|
  |
| Joined: 09 Jun 2013 |
| Total Posts: 5387 |
|
| |
|
| |
|
| |
|
|
| 27 Mar 2014 02:49 PM |
| 9999999999999999999999999999999999999999999999999999999999999 |
|
|
| Report Abuse |
|
|
Devoi
|
  |
| Joined: 09 Jun 2013 |
| Total Posts: 5387 |
|
| |
|
| |
|
morash
|
  |
| Joined: 22 May 2010 |
| Total Posts: 5834 |
|
|
| 27 Mar 2014 08:47 PM |
a(n) = a(n-1)+a(n-2)
I win. :P |
|
|
| Report Abuse |
|
|
|
| 27 Mar 2014 09:02 PM |
| lets just say infinity and be done |
|
|
| Report Abuse |
|
|
Devoi
|
  |
| Joined: 09 Jun 2013 |
| Total Posts: 5387 |
|
|
| 27 Mar 2014 09:05 PM |
| morash you would need to know the last two numbers tho |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 27 Mar 2014 11:07 PM |
lim n-> infinity a(n-1)/a(n-2) = Golden Ratio
This isnt jsut for fibonacci, it actually works with any set of numbers that you add in this way
Try it out, for example, 3 and 19 5 and 22
e and pi (good luck) |
|
|
| Report Abuse |
|
|
|
| 28 Mar 2014 04:49 AM |
leaonardo numbers plz
L(n) = 2F(n+1) - 1 , n>=0
It has something to do with some overly complicated pure math wizardy sorting algorithm by dijkstra |
|
|
| Report Abuse |
|
|