8-51 Let the sequence of integers {an} satisfy: a0=0,a1=1,an=2an−1+an−2,n=2,3,4,⋯
Prove: 2kan⇔2kn,k=0,1,2,⋯
This one wants a proof. Work it on paper, then read the official solution and mark
yourself. Be honest about it: the record is only any use to you if it is.
Official solution
[Proof] It is sufficient to prove the case for k⩾1. From the recursive formula, we have an≡an−2(mod2),n=2,3,4,⋯
Given a0=0,a1=1, we have 2∣an⇔2∣n,
which means the conclusion holds for k=1. Next, we prove the case for k>1. From the recursive formula and a0=0,a1=1, we can easily obtain the general term formula an=42[(1+2)n−(1−2)n],
Thus, a2mn=42[(1+2)2′′′n−(1−222mn]. Let (1+2)2m+(1−2)2m=2∑c2km22k=2b2m′, where the sum is over all even numbers in [0,2m], and (1+2)2′′′⋅(1−2)2m={−1,m=01,m>0
Therefore, [λ−(1+2)2m][λ−(1−2)2′′]={λ2−2b2mλ−1,m=0,λ2−2b2mλ+1,m>0. From this, we can derive the recursive formula for the sequence {a2mn},n=0,1,2,⋯ as a2mn={2b2ma2′′′(n−1)+a2′′′(n−2),m=0,2b2′′a2m′′(n−1)−a2m′(n−2),m>0.
Consider the sequence bn=21[(1+2)n+(1−2)n],n=0,1,2,⋯ It is easy to see that b0=b1=1,bn=2bn−1+bn−2, for any n⩾2. Thus, for any non-negative integer n,bn is odd. From the recursive formula, we can see that when m⩾1, we have
Thus, a2m=2mb2m−1b2mm⋯b1. Since b1,b2,⋯,b2m−1 are all odd, we have 2m∣∣a2m
which means 2m∣a2m but 2m+1∣a2m. From the recursive formula, we can also get 2m∣a2mn and a2m(n+2)≡a2mn(mod2m+1),n=0,1,2⋯ .
From 2m+1∣a0=0,2m+1×a2m, we can conclude that for any m⩾1, 2m+1∣a2mn⇔2∣n.
For any natural number k>1. If 2k∣n, then n=2k−1l, where l is even. From the above result, we have 2k∣an. Conversely, if 2k×n, then there exists 0⩽m⩽k−1 such that n=2ml, where l is odd. Thus, 2m+1×an, and since k⩾m+1, we have 2k×an. The above shows that for k>1, the conclusion also holds.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.