Ask your own question, for FREE!
Mathematics 16 Online
OpenStudy (blockcolder):

Easy recursion problem: Let a, b, c be positive integers. Define a sequence as follows: \(x_0=a, x_1=b, x_{n+1}=cx_nx_{n-1}\). Find a nice formula for \(x_n\).

OpenStudy (kinggeorge):

It seems as if \[\Large x_n =a^{F_n}b^{F_{n+1}}c^{F_n}\]Where \(F_n\) is the \(n\)-th Fibonacci number.

OpenStudy (kinggeorge):

Nevermind. I screwed up on the power of c. One minute.

OpenStudy (kinggeorge):

I'd like to correct it to be \[\Large x_n =a^{F_n}b^{F_{n+1}}c^{F_{n+2}-1}\]

OpenStudy (kinggeorge):

Let's add an "for \(n\geq 2\) then :)

OpenStudy (blockcolder):

Lol. The answer was supposed to be \[\Large x_n=a^{F_{n-2}}b^{F_{n-1}}c^{F_n-1}\] and with the note that \(F_{-2}=1\) and \(F_{-1}=0\) but that works too. @FoolForMath I don't know what a Lucas number is. o_O

OpenStudy (kinggeorge):

A Lucas number is defined as a recursive sequence where \(L_0=2\), \(L_1=1\) and \(L_n = L_{n-1}+L_{n-2}\) for all other positive integers \(n\).

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!