The solution of the recurrence $$a_{n}+a_{n-1}=1,\, a_1=2$$ is $$a_n=\frac{1-3(-1)^n}{2}.$$ Could this be somehow used to solve $$a_{n}a_{n-1}=1,\, a_1=2?$$ Logarithms would turn this to $$\ln a_n+\ln a_{n-1}=0$$ but that doesn't seem to help.
2026-03-30 20:40:37.1774903237
On
Solving $a_{n}a_{n-1}=1,\, a_1=2$
65 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
2
On
Hint:
$$a_na_{n-1}=a_{n-1}a_{n-2}\implies a_n=a_{n-2}$$
So, $a_{2m}=\cdots=a_2=a_0$
and $a_{2m+1}=\cdots=?$
Let
$$b_n:=\frac{3\log_2a_n+1}2$$
and the equation
$$a_na_{n-1}=1$$ can be written
$$b_n+b_{n-1}=1$$ with $b_1=2$.
Hence the solution
$$b_n=\frac{1-3(-1)^n}2$$
or
$$a_n=2^{-(-1)^n}.$$