Define the sequence {xi}i≥0 by x0=2009 and xn=−n2009∑k=0n−1xk for all n≥1. Compute the value of ∑n=020092nxn
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
We have −2009nxn=xn−1+xn−2+…+x0=xn−1+2009(n−1)xn−1, which yields the recursion xn=nn−2010xn−1. Unwinding this recursion, we find xn=(−1)n⋅2009. (n2008). Thus ∑k=020092nxn=∑k=02009(−2)n⋅2009⋅(n2008)=2009∑k=02008(−2)n(n2008)=2009(−2+1)2008 as desired.
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.