If there is a series or set of numbers like
s = 1,3,5,7,9,11,............
then Fibonacci series is defined as
f(s) = 1,4,9,16,25,36,.......
basically it says
f(s) = xo, (xo+x1), (xo+x1+x2), (xo+x1+x2+x3), (xo+x1+x2+x3+x4) ...........
So if one observes the Fibonacci series it is a sum of all the numbers at a particular position in a series and all the number preceding that number
My questions are as follows
1) Is there a series in which instead of sum we do the multiplication? So for example the series becomes
f1(s) = 1,3,15,105,945, 10395,.......
so series is defined as
f1(s) = xo, (xo*x1), (xo*x1*x2), (xo*x1*x2*x3), (xo*x1*x2*x3*x4)...........
If there is such series then what is it called?
2) In Question 1 we have a variant of the Fibonacci series in which we have multiplication of the numbers of the series instead of the addition. Can that be extended to division and subtraction too? Do such series have names?
3) I have heard that Fibonacci series is used in finance and stock market trading. But apart from these applications is there any real world application of Fibonacci series? Does it occur in nature?
s = 1,3,5,7,9,11,............
then Fibonacci series is defined as
f(s) = 1,4,9,16,25,36,.......
basically it says
f(s) = xo, (xo+x1), (xo+x1+x2), (xo+x1+x2+x3), (xo+x1+x2+x3+x4) ...........
So if one observes the Fibonacci series it is a sum of all the numbers at a particular position in a series and all the number preceding that number
My questions are as follows
1) Is there a series in which instead of sum we do the multiplication? So for example the series becomes
f1(s) = 1,3,15,105,945, 10395,.......
so series is defined as
f1(s) = xo, (xo*x1), (xo*x1*x2), (xo*x1*x2*x3), (xo*x1*x2*x3*x4)...........
If there is such series then what is it called?
2) In Question 1 we have a variant of the Fibonacci series in which we have multiplication of the numbers of the series instead of the addition. Can that be extended to division and subtraction too? Do such series have names?
3) I have heard that Fibonacci series is used in finance and stock market trading. But apart from these applications is there any real world application of Fibonacci series? Does it occur in nature?