![]() |
![]() |
#1 |
"Matthew Anderson"
Dec 2010
Oregon, USA
3·397 Posts |
![]()
Hi Math and Computer people,
Some of you may be familiar with the standard Fibonacci expression,, definition. This is a request for comments. Please let me know if there are errors. Regards, Matt |
![]() |
![]() |
![]() |
#2 |
"Forget I exist"
Jul 2009
Dartmouth NS
2·3·23·61 Posts |
![]()
the only logical error is you said it didn't have a start but then by naming the coefficient starting within the sequence itself you gave it a start at the second 1 in the sequence of 0,1,1,2,3,5,8 ... it's an example of a lucas sequence ( not to be confused with the lucas numbers). edit: doh and one part you say 1 1 2 3 8 instead of 1 2 3 5 8
Last fiddled with by science_man_88 on 2016-11-01 at 01:17 |
![]() |
![]() |
![]() |
#3 |
"Matthew Anderson"
Dec 2010
Oregon, USA
3·397 Posts |
![]()
Hi again,
Thank you ScienceMan88. You make a good point. There is definitely a difference between the Fibonacci sequence and the Lucas sequence. Regards, Matt |
![]() |
![]() |
![]() |
#4 | |
"Forget I exist"
Jul 2009
Dartmouth NS
2×3×23×61 Posts |
![]() Quote:
Last fiddled with by science_man_88 on 2016-11-01 at 02:13 |
|
![]() |
![]() |
![]() |
#5 |
"Robert Gerbicz"
Oct 2005
Hungary
32×179 Posts |
![]()
Probably this is an 800 years old formula. See https://en.wikipedia.org/wiki/Fibonacci_number at "Matrix form" section, with different letters:
F(m)*F(n)+F(m-1)*F(n-1)=F(m+n-1). |
![]() |
![]() |
![]() |
#6 |
"Matthew Anderson"
Dec 2010
Oregon, USA
119110 Posts |
![]()
Hi Math and computer people,,
Thank you Mr. R. Gerbicz for your comment. Assuming that F(n) = F(n-1) + F(n-2) implies that From the Wikipedia article about Fibonacci numbers https://en.wikipedia.org/wiki/Fibonacci_number I quote - F(m)*F(n) + F(m-1)*F(n-1) = F(m+n-1), F(m)*F(n+1) + F(m-1)*F(n) = F(m+n) In particular, with m=n we infer that F(2n-1) = F(n)^2 + F(n-1)^2 and F(2*n) = [F(n-1) + F(n+1)]*F(n). This expression is available in the literature. At least it is less than 1000 years old. *sigh* Regards, Matt |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Testing an expression for primality | 1260 | Software | 17 | 2015-08-28 01:35 |
an expression parser for manual tests? | ixfd64 | Software | 3 | 2013-02-15 09:22 |
regular expression help | ixfd64 | Programming | 2 | 2009-03-01 06:19 |
Partial fraction of this expression?please!! | tinhnho | Miscellaneous Math | 4 | 2005-01-17 19:45 |
Does Anyone Know how to Simplify the Following Expression? | jinydu | Puzzles | 9 | 2004-04-02 01:03 |