OFFSET
1,3
COMMENTS
The sequence will reach 1 regardless of which natural number is chosen as a_0.
EXAMPLE
If a_0 = 3 then a_1 = 3*a_0-1 = 8, a_2 = a_1/2 = 4, a_3 = a_2/2 = 2, a_4 = a_3/2 = 1. And so the third term in the sequence is 4.
CROSSREFS
KEYWORD
nonn
AUTHOR
Douglas Stones (dssto1(AT)student.monash.edu.au), Aug 19 2005
STATUS
approved