A sequence is formed by the following rules: and for all .
What is the largest integer value of for which 2015 is a member of the sequence?
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.
For m ≥ 1 , we have:
s 2 m + 2 = s 2 m + 1 + s 2 m
s 2 m + 3 = s 2 m + 2 − s 2 m + 1 = s 2 m
s 2 m + 4 = s 2 m + 3 + s 2 m + 2 = s 2 m + 2 + s 2 m
This means that the coefficients of a and b in the even terms
form a Fibonacci sequence, and, from the 5th term, every odd
term is a repeat of the third term before it.
So, defining F 1 = 1 , F 2 = 2 , and F n = F n − 1 + F n − 2 for n ≥ 3 ,
we have s 2 n = b F n − a F n − 2 for n ≥ 3 .
Since a = 3 and b < 1 0 0 0 , none of the first five terms of the
given sequence equal 2015. So we are looking for integer
solutions of b F n − 3 F n − 2 = 2 0 1 5 for n ≥ 3 .
s 6 = 3 b − 3 = 2 0 1 5 , has no solution.
s 8 = 5 b − 6 = 2 0 1 5 , has no solution.
s 1 0 = 8 b − 9 = 2 0 1 5 implies b = 2 5 3 .
For n ≥ 6 , we have b = 2 0 1 5 / F n + 3 F n − 2 / F n .
Since F n increases, we have F n ≥ 1 3 and F n − 2 / F n < 1 for n ≥ 6 .
Hence b < 2 0 1 5 / 1 3 + 3 = 1 5 8 . So the largest value of b is 2 5 3 .