Page 4, middle of left column: x = v*x + c should be x = x*v + c Page 11, bottom of left column: dec(s) = (o-1) * (185 + 4*u) should be dec(s) = 0 (if o <= 1) 185 + 4*u (if o > 1)