by Guest » Tue Apr 12, 2022 9:17 am
OK, let me try an example:
If the initial value is 135, the generated sequence can be (1,1,2,3) and the series will be (135,203,305,229,86). It can also be (1,1,2,4) and the series will be (135,203,305,229,43) - all terms must be odd except the last one, which can be any integer. In the first case, nd=7. Since [tex]2^{7 }=128[/tex], the initial value 135+128=263 also generates a sequence (1,1,2,3) and the series will be (263,395,593,445,167).
In the second case, nd=8. Since [tex]2^{8 }=256[/tex], the initial value 135+256=391 also generates a sequence (1,1,2,4) and the series will be (391,587,881,661,124) - all odd, last any integer. That's what claim A2.1 says.