This set is due Thursday, September 19.
For example, when k=4, the Gk has 16 vertices. An example of a vertex in the graph is the 4-tuple (0,1,1,0), which is adjacent to the four vertices (1,1,1,0), (0,0,1,0), (0,1,0,0), and (0,1,1,1).
a0=0For which values of n is an even? Use induction to prove your answer.
a1=1
an = an-1 + an-2 (when n is at least 2)
Your statement to prove should be of the form, ``an is even if and only if ...''. You'll need two base cases, n=0 and n=1.