Name:      

Directions: Show all work.

  1. [6 points] For n 0, let

    Sn = k=12n(1)kk2 = 12 + 22 32 + 42 (2n 1)2 + (2n)2.

    Prove that for each non-negative integer n, we have that Sn = (2n + 1)n.

  2. [2 parts, 2 points each] Recall that the adjusted Fibonacci sequence is defined by F^0 = F^1 = 1 and F^n = F^n1 + F^n2 for n 2.

    1. Let n be a positive integer and let t be the maximum integer such that F^t n. Prove that n F^t < F^t1. (Hint: there is a short proof, without induction/no minimum counter-example. If stuck, then try a proof by contradiction.)
    2. Prove that each positive integer n is a sum of distinct, non-consecutive adjusted Fibonacci numbers. For example, if n = 20, then we have 20 = 13 + 5 + 2 = F^6 + F^4 + F^2.