Let $a_1$ = 2015, $a_2$=2016. Find $a_{2017}$, given $a_{n+2}=(a_{n+1}+1)/a_n$ I have found the 2 roots of the characteristic equation $x^2-x-1=0$ : $r_1 = ((1+\sqrt{5})/2)^n$ , $r_2 = ((1-\sqrt{5})/2)^n$ Then I have used a calculator to find that the coefficients a and b are -57.418 and 56.7999 respectively. However every calculator treats raising to the power of 2017 as an error. Where did I go wrong?
2026-03-27 13:47:07.1774619227
solve recurrence relation $a_{n+2}=(a_{n+1}+1)/a_n$
131 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Note $a_{1} = 2015, a_{2} = 2016, a_{3} = \frac{2017}{2015}, a_{4} = \frac{2}{2015},a_{5} = 1, a_{6} = 2015, a_{7} = 2016,...$
Thus the sequence repeats modulo $5$. Hence $a_{2017} = a_{2} = 2016$.
You cannot use characteristic equations (as pointed out by other people such as jjagmath).