The random Fibonacci sequence is defined by t1 = t2 = 1 and tn = ±tn−1 + tn−2, for n > 3, where each ± sign is chosen at random with probability P (+) = P (−) = 12 . Viswanath has shown that almost all random Fibonacci sequences grow exponentially at the rate 1.13198824 . . . . We will consider what happens to random Fibonacci sequences when we remove the randomness; specifically, we will choos...