wu :: forums (http://www.ocf.berkeley.edu/~wwu/cgi-bin/yabb/YaBB.cgi)
riddles >> general problem-solving / chatting / whatever >> Start of Fibonacci series
(Message started by: knightfischer on Mar 1st, 2008, 5:02am)

Title: Start of Fibonacci series
Post by knightfischer on Mar 1st, 2008, 5:02am
Some authors start the series at Fo=1 and some at Fo=0.  I'm studying for a teacher's exam, and may need to know the answer to "the fourth term of the series", which may be 2 or may be 3, depending where you start.  Can anyone help me wit this?

Title: Re: Start of Fibonacci series
Post by Sir Col on Mar 1st, 2008, 6:34am
The Fibonacci is defined by the second order recurrence relation Fn+2 = Fn + Fn+1.

It is my understanding that convention defines F0 = 0 and F1 = F2 = 1; we would never write F0 = 1. But clearly it is only necessary to provide two of these terms to properly define the sequence.

So it all comes down to where you start your sequence, and depending on the context it makes sense to start with F0 or F1. Hence you will sometimes see people write the sequence 0, 1, 1, 2, 3, ... and other times 1, 1, 2, 3, 5, ... .

But in answer to your question, the 0th term, F0 = 0; the 1st term, F1 = 1; the 2nd term, F2 = 1; the third term, F3 = 2; and the fourth term, F4 = 3; and so on.

Title: Re: Start of Fibonacci series
Post by knightfischer on Mar 1st, 2008, 9:27am
Thanks for your help.

Title: Re: Start of Fibonacci series
Post by BenVitale on Mar 4th, 2008, 1:22pm
pi(N) means the number of primes between 1 and N (we include N if N is prime.)
Fibo numbers : 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765,...

pi(2) = 1
pi(3) = 2
pi(5) = 3
pi(8) = 4 (there are 4 primes between 1 and 8, namely 2, 3, 5 and 7)
pi(11) = 5.

So, the number of primes is a Fibonacci number.
Can this happen with two larger Fibonacci numbers?

Title: Re: Start of Fibonacci series
Post by Christine on Mar 11th, 2008, 12:45pm
We see the Fibonacci numbers and the golden mean in nature (plants, genes...) But do the Fibonacci numbers and the golden mean exist on the grand scale, star systems, i mean on a cosmic level?

Title: Re: Start of Fibonacci series
Post by Michael_Dagg on Mar 14th, 2008, 1:49pm

Interesting question. I didn't know the answer until now.

There is another reference beside the PDF attached regarding the
golden ratio that my subscriptions won't let me access:

Searching for the golden ratio
Mario Livio
Astronomy (ISSN 0091-6358), Vol. 31, No. 4, p. 52 - 57 (2003)

Title: Re: Start of Fibonacci series
Post by BenVitale on Mar 15th, 2008, 2:39pm
Michael_Dagg, thanks for the info.

I've found that The Golden Ratio also describes the ever-expanding nature of what is termed a logarithmic spiral, we see the logarithmic spiral in a familiar seashell belonging to a creature called the chambered nautilus. The logarithmic spiral is a key shape for anything that grows, because with growth the ratio does not change. But logarithmic spirals appear in totally unrelated phenomena. They also appear, interestingly enough, when a falcon dives toward its prey, the  flight pattern allows the bird to maintain a constant angle. Head cocked, its eyes never waver. It allows the falcon to keep its prey continuously in sight.

What about the spinning storms and hurricanes and spiral arms of galaxies ?

We see the presence of the Golden ratio.

Hurricanes and galaxies share few physical traits. Gravity and angular momentum, or spin, play a role in both cases.

Galaxies, by contrast, rotate either direction depending on your point of view.

Hurricanes and galaxies do look similar, but they are not twins.

The physics and scales are so different. Hurricanes are structures in the gravitational field of the Earth, while galaxies are self-gravitating objects in space.

That makes the Golden ratio all the more remarkable.


Title: Re: Start of Fibonacci series
Post by Grimbal on Mar 16th, 2008, 4:41am
Sorry to highjack this thread and speak about the Fibonacci sequence  ::)


on 03/01/08 at 06:34:06, Sir Col wrote:
It is my understanding that convention defines F0 = 0 and F1 = F2 = 1; we would never write F0 = 1. But clearly it is only necessary to provide two of these terms to properly define the sequence.


It is a matter of convention where you start, but starting with F(0) = 0 allows for the remarkable relation
   n|m => F(n)|F(m)
where a|b is "a divides b", i.e. b is a multiple of a.

Title: Re: Start of Fibonacci series
Post by BenVitale on May 8th, 2008, 9:23am
I noticed that for the 38 fibo numbers

http://www.research.att.com/~njas/sequences/A000045

Every 3rd Fibonacci number is divisible by 2, every 4th Fibonacci number is divisible by 3, every 5th Fibonacci number is divisible by 5, every 6th Fibonacci number is divisible by 8, every 7th Fibonacci number is divisible by 13, and every 8th Fibonacci number is divisible by 21.

And, that the divisors listed are successive Fibonacci numbers. Is there a way to prove that this is true for every 3-th, 4-th, 5-th, 6-th, 7-th, 8-th, etc. number in the sequence?

Title: Re: Start of Fibonacci series
Post by Grimbal on May 8th, 2008, 10:05am
Uh ... that's exactly what I just said.  But I don't know how to prove it.  I have faith in the Fibonacci numbers.

Title: Re: Start of Fibonacci series
Post by BenVitale on May 8th, 2008, 2:12pm

on 05/08/08 at 10:05:24, Grimbal wrote:
Uh ... that's exactly what I just said.  But I don't know how to prove it.  I have faith in the Fibonacci numbers.


Sorry, Grimbal. I was distracted. I'm trying with modulos.
fibonacci numbers are 1,1,2,3,5,8,13,21,34,55,89,144,233,377,610,987...

which is 1,1,2,0,2,2,1,0,1,1,2,0,2,2,1,0... (mod 3)

1,1,2,0,2,2,1,0 is repeating.

take mod 4

1,1,2,3,1,0,1,1,...

Title: Re: Start of Fibonacci series
Post by BenVitale on May 8th, 2008, 5:52pm
If n is divisible by m, then fn is divisible by fm.

Proof by Induction:


Let n be divisible by m, i.e., n = m * k where k is some integer.

Assume that fm * fk is divisible by fm .

Consider fm * fk + 1.

fm (k + 1) = fmk + m.

and fmk + m = fmk -1fm + fmkfm + 1

Since fmk -1fm is divisible by fm, fmk1fm + 1 is also divisible by fm

Title: Re: Start of Fibonacci series
Post by towr on May 9th, 2008, 12:24am

on 05/08/08 at 17:52:32, BenVitale wrote:
Assume that fm * fk is divisible by fm .
Why assume? The first factor is fm, so it obviously is divisible by fm.


Quote:
Consider fm * fk + 1.

fm (k + 1) = fmk + m.
Err. What are you trying to do here?
fm (k+1) =  k*fm +  fm
Also k*fm is not  fmk

And let's not even mention the rest.

Title: Re: Start of Fibonacci series
Post by pex on May 9th, 2008, 12:40am

on 05/09/08 at 00:24:04, towr wrote:
Err. What are you trying to do here?

Probably fm(k+1) = fmk+m. Nothing shocking... but true.

Title: Re: Start of Fibonacci series
Post by BenVitale on May 9th, 2008, 12:19pm
I'm sorry guys. I still cannot figure out how to use the typesetting. I cannot spare much time on that.
I will on the weekend, though.

My demonstration is not readable enough. Could anyone please make it more readable by using the typesetting?

Thanks

Title: Re: Start of Fibonacci series
Post by towr on May 10th, 2008, 1:23am

on 05/09/08 at 12:19:44, BenVitale wrote:
I'm sorry guys. I still cannot figure out how to use the typesetting. I cannot spare much time on that.
Then try using parentheses. You can write Fm(k+1) or F(m(k+1)) without causing confusion.

Title: Re: Start of Fibonacci series
Post by BenVitale on May 18th, 2008, 12:52am
Fibonacci numbers :

1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811, 514229, 832040, ....

Define function F to be a function that generates the Fibonacci sequence.

Let's define the Fibonacci number to be a number that fits the following pattern: F(0).F(1)F(2)F(3)... and so on

So, the first few digits of it would be 0.11235813213455...

Is this number irrational? If so, is it transcendental?

Title: Re: Start of Fibonacci series
Post by Grimbal on May 18th, 2008, 7:10am
I bet it is.  No proof.

Title: Re: Start of Fibonacci series
Post by Grimbal on May 18th, 2008, 8:52am
At least it cannot be rational:
[hideb]
Suppose the number is rational with period N.
Consider the Fibonacci sequence mod M where M = 10N.  The sequence mod M depends only on the 2 last numers.  Since these are in range 0..M-1 the sequence is bound to repeat after max M2 terms.
Since the sequence can be reconstructed backwards, any 2 numbers repeated in 2 places can be worked back to a repetition of the initial 0 and 1 somewhere along the sequence mod M.
That means that somewhere in the sequence there is a term that is 0 (mod M).  But by definition of M, that means that the corresponding Fibonacci number ends with N zeros.
So there must be a sequence of N zeros in the number under investigation.
Since N is the supposed period of that number, that implies all digits past some point are zero.  But the construction of the number forbids that.[/hideb]

Title: Re: Start of Fibonacci series
Post by BenVitale on May 18th, 2008, 11:20am
Can't this number be expressed as an infinite summation of fractions?

It can't possibly be rational, otherwise you would have a finite sequence of digits so that all of the Fibonacci numbers concatenated (in base 10) is the same as this sequence concatenated with itself infinitely many times.

Can it be transcendental? if not transcendental, then algebraic.

Do we have reason to believe it can be algebraic?

I say numbers are generally transcendental unless you have some reason to believe otherwise.

Your thoughts, please.

Title: Re: Start of Fibonacci series
Post by towr on May 18th, 2008, 11:47am

on 05/18/08 at 11:20:21, BenVitale wrote:
Can't this number be expressed as an infinite summation of fractions?
Can't every number?
http://www.ocf.berkeley.edu/~wwu/YaBBImages/symbols/sum.gifdi/10i where di is the ith decimal in the decimal expansion.

Title: Re: Start of Fibonacci series
Post by BenVitale on May 18th, 2008, 12:50pm

on 05/18/08 at 11:47:51, towr wrote:
Can't every number?
http://www.ocf.berkeley.edu/~wwu/YaBBImages/symbols/sum.gifdi/10i where di is the ith decimal in the decimal expansion.



Yes, you're right. I did not express myself properly. just because a number can  be expressed as an infinite summation of fractions, does not make this number rational. I thought it could be rational.

Title: Re: Start of Fibonacci series
Post by Obob on May 18th, 2008, 7:54pm
I would certainly expect the number to be transcendental.  This is because the number of digits in a Fibonacci number is a very weird thing, that one would not expect to be encoded in some polynomial.  However, this doesn't even come close to being a proof.  There are many very strange looking infinite sums that converge to algebraic numbers.

Title: Re: Start of Fibonacci series
Post by BenVitale on May 19th, 2008, 10:38am
we know that the golden number is transcendental

f(n+1)/f(n) = phi

could we use this tp prove that

F(0).F(1)F(2)F(3)... and so on  

is transcendental?

Title: Re: Start of Fibonacci series
Post by ThudanBlunder on May 19th, 2008, 10:45am

on 05/19/08 at 10:38:15, BenVitale wrote:
we know that the golden number is transcendental

f(n+1)/f(n) = phi

Phi = (http://www.ocf.berkeley.edu/~wwu/YaBBImages/symbols/surd.gif5 + 1)/2
phi = (http://www.ocf.berkeley.edu/~wwu/YaBBImages/symbols/surd.gif5 - 1)/2

Neither are transcendental.

Title: Re: Start of Fibonacci series
Post by BenVitale on May 22nd, 2008, 1:30am

on 05/19/08 at 10:45:57, ThudanBlunder wrote:
Phi = (http://www.ocf.berkeley.edu/~wwu/YaBBImages/symbols/surd.gif5 + 1)/2
phi = (http://www.ocf.berkeley.edu/~wwu/YaBBImages/symbols/surd.gif5 - 1)/2

Neither are transcendental.


Sorry. I wish I did not write my last message. I found the solution, see http://www.math.uiuc.edu/~hildebr/pow/pow7sol.pdf



Title: Re: Start of Fibonacci series
Post by pex on May 22nd, 2008, 1:36am

on 05/22/08 at 01:30:46, BenVitale wrote:
I found the solution, see http://www.math.uiuc.edu/~hildebr/pow/pow7sol.pdf

That's the solution to a different problem: it shows that

0. 1 1 2 3 5 8 3 1 4 5 9 4 ...

is rational, while you asked about

0. 1 1 2 3 5 8 13 21 34 55 89 144 ...

The latter number is not rational, as Grimbal proved.

Title: Re: Start of Fibonacci series
Post by BenVitale on May 22nd, 2008, 1:40am
Right. I must be tired. I'm gonna catch some zzzzz.

Title: Re: Start of Fibonacci series
Post by BenVitale on May 31st, 2008, 5:03pm
The number 1/89 is a very special number. Expanded out into decimal form, it looks like this:

1/89 = 0.011235955056179...

Look familiar? Yes, they do.

The first five non-zero digits of the decimal expansion of 1/89 are the same as the first five terms of the Fibonacci series.

But that's not all. The fact that these numbers look so familiar clues us in that something else might be at work in this number. And, as a matter of fact, we would be correct in thinking that. Notice that the beginning of the decimal expansion of 1/89 is simply the terms of the Fibonacci series multiplied by increasing powers of 1/10.

0.01 = 1 * (1/10)2

0.001 = 1 * (1/10)3

0.0002 = 2 * (1/10)4

0.00003 = 3 * (1/10)5

0.000005 = 5 * (1/10)6

Continuing in this fashion and adding, we find the true nature of the pattern:

0.01
0.001
0.0002
0.00003
0.000005
0.0000008
0.00000013
0.000000021
0.0000000034
0.00000000055
0.000000000089....
______________________
0.011235955056....


[Note: the last few columns do not add up exactly because of carried numbers from previous additions. If you begin with the rightmost column and move left, you can verify the addition.]

So we know that this pattern holds for the first several digits of the decimal expansion of 1/89. But does it work for all decimal digits? That is, we can prove that the pattern always holds?

Title: Re: Start of Fibonacci series
Post by ThudanBlunder on May 31st, 2008, 5:49pm

on 05/31/08 at 17:03:49, BenVitale wrote:
The number 1/89 is a very special number. Expanded out into decimal form, it looks like this:

1/89 = 0.011235955056179...

Look familiar? Yes, they do.

I was going to post this (http://www.ocf.berkeley.edu/~wwu/cgi-bin/yabb/YaBB.cgi?board=riddles_putnam;action=display;num=1206043200) link but I assumed you had seen it.

Title: Re: Start of Fibonacci series
Post by BenVitale on May 31st, 2008, 7:57pm
Sorry, I didn't see it.

Title: Re: Start of Fibonacci series
Post by BenVitale on Jun 1st, 2008, 11:37am
If A is the set of Fibonacci numbers. How can we define the density of a set over the set of real numbers R?

Title: Re: Start of Fibonacci series
Post by BenVitale on Jun 1st, 2008, 1:29pm
Could we say that like any countable set, it has measure zero against the reals? And what if we're looking for a closed-form function?

Then, we could say that the Fibonacci numbers have a closed-form solution. The Binet formula tells us that.

Am i right?

Title: Re: Start of Fibonacci series
Post by BenVitale on Jun 1st, 2008, 5:21pm
Is anyone familiar with Schnirelmann density?

I am not. It is my understanding that with the Schnirelmann density we could measure how dense is the Fibonacci sequence.



Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board