Find term of Fibonacci sequence if it is given terms are respectively.
Post your solution so that I can learn new methods from you.And it can be solved with given!
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
if you put the Fibonacci numbers like this
(1 ) ( 1) 2
(3 ) ( 5 ) 8
13 21 34
.55
You will easily see that An= 4(n-3) +(n-6)
This does not work for n=4/n=5
Note: n-3 is three terms before N not 3 subtracted from n