AlgebraDifficulty 7.7National olympiad, round 2Find the answer
For positive integers n, let the numbers c(n) be determined by the rules c(1)=1, c(2n)=c(n), and c(2n+1)=(−1)nc(n). Find the value of n=1∑2013c(n)c(n+2).
A number or a short expression. Spacing and $ signs are ignored.
Solution
Note that \begin{align*} c(2k+1)c(2k+3) &= (-1)^k c(k) (-1)^{k+1} c(k+1) \\ &= -c(k)c(k+1) \\ &= -c(2k)c(2k+2). \end{align*} It follows that ∑n=22013c(n)c(n+2)=∑k=11006(c(2k)c(2k+2)+c(2k+1)c(2k+3))=0, and so the desired sum is c(1)c(3)=−1.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: Omni-MATH,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.