We consider the sequence of real numbers (an), n=1,2,3,...a1=2 and an=(n−1n+1)(a1+a2+⋯+an−1),n≥2.
Determine the term a2013.
Solution — click to reveal
We observe that: a1=2,a2=23⋅a1=3⋅2,a3=24⋅(a1+a2)=24⋅4⋅2=4⋅22,a4=35⋅(a1+a2+a3)=35⋅24=5⋅23,a5=46⋅(a1+a2+a3+a4)=46⋅64=6⋅24. We are going to use induction. Let an=(n+1)⋅2n−1, for n=1,2,3,...,k. We will prove that the same formula is valid for n=k+1, i.e.: ak+1=(k+2)⋅2k. ak+1=kk+2(a1+a2+a3+⋯+ak)=kk+2(2+3⋅21+4⋅22+⋯+(k+1)⋅2k−1). Hence: ak+1=kk+2(2⋅20+3⋅21+4⋅22+⋯+(k+1)⋅2k−1).(1) Multiplying both parts of relation (1) by 2 we get: 2ak+1=kk+2(21+3⋅22+4⋅23+⋯+(k+1)⋅2k),(2) And then from (1) and (2) we find: ak+1=kk+2(−2−21−22−23−⋯−2k−1+(k+1)⋅2k)ak+1=kk+2(−1−1−21−2k+(k+1)⋅2k)=kk+2(−2k+(k+1)⋅2k)=(k+2)⋅2k. Therefore we have a2013=2014⋅22012
---
Alternative solution.
From equations an=(n−1n+1)(a1+a2+⋯+an−1),n≥2,(3)an+1=(nn+2)(a1+a2+⋯+an),n≥1,(4) we find a1+a2+⋯+an−1=(n+1n−1)an,n≥2(5)a1+a2+⋯+an=(n+2n)an+1,n≥1(6) And from (5) and (6) we get: an=(n+2n)an+1−(n+1n−1)an⇒an+1=(n+12(n+2))an,n≥1(7) Hence an=(n2(n+1))an−1=(n2(n+1))(n−12n)an−2=…=(n2(n+1))(n−12n)…(32⋅4⋅22⋅3)a1=(n+1)⋅2n−2⋅a1=(n+1)⋅2n−1, since a1=2.
Final answer
2014 * 2^{2012}
Techniques
Recurrence relationsSums and productsInduction / smoothing