S = n = 1 ∑ ∞ a n − 1 2 a n + 1 2 a 2 n + 2
Let ( a n ) be a sequence defined by a 0 = 1 , a 1 = 2 , and for n ≥ 2 , a n = a n − 1 + a n − 2 . If S can be expressed as B A where A , B ∈ Z + , g cd ( A , B ) = 1 . Submit the value of A + B as your answer.
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.
Problem Loading...
Note Loading...
Set Loading...
We can first observe that the sequence { a n } is just the Fibonacci sequence with an index displacement of 2 , (i.e., a n = F n + 2 ), in which case we see that
S = n = 3 ∑ ∞ F n − 1 2 F n + 1 2 F 2 n .
Now F 2 n = F n + 1 2 − F n − 1 2 , , (*), (proof below), so
S = n = 3 ∑ ∞ ( F n − 1 2 1 − F n + 1 2 1 ) ,
which is a telescoping series with terms canceling pairwise except for the first components of the first two bracketed terms. Thus
S = F 2 2 1 + F 3 2 1 = 1 2 1 + 2 2 1 = 4 5 .
We then see that A + B = 5 + 4 = 9 .
Proof of (*): Note first that
F m + n = F m + 1 F n + F m F n − 1 ,
which can be proved by induction on n . With m = n we then have that
F 2 n = F n + 1 F n + F n F n − 1 = F n ( F n + 1 + F n − 1 ) =
( F n + 1 − F n − 1 ) ( F n + 1 + F n − 1 ) = F n + 1 2 − F n − 1 2 .