Question: First Result from a procedure

I am sure there will be a simple solution to this problem. Basically I am doing some work on Fibonacci numbers and the convergence of fibonacci(n+1)/fibonacci(n). My code basically is looking for the first n that comes within a certain distance of this convergence.

I am looking for the code to print just the first result from my code rather than all n for which it is true which it is doing at the moment.

 

Is there a specific maple command for this or does anyone have any ideas?

 

Thanks in advance.

Please Wait...