-
Let be the number of lists
of length with entries in
without two consecutive
zeros. Note that
(since the empty list does not have consecutive zeros),
, and
(since all
lists of length
are counted
except ).
- Find a second order homogeneous recurrence relation for .
In other words, find constants
and
such that
for .
Remember to include base cases and argue that your recurrence relation is correct.
- Use part (a) to explicitly compute
for .
- Use the characteristic equation method to solve your recurrence in part (a) to find an
explicit formula for .
- Prove that if it is possible to tile an
grid with
rectangular tiles, then at least one of the side lengths is divisible by
. (Hint: find a way to
color the grid with
colors so that each tile covers one cell of each color.)
-
For , let
be the number of ways
to tile a grid with
rectangular tiles. Note
that , since placing zero
tiles counts as a tiling of the
grid.
- Find a recurrence relation for .
(Your recurrence should include all needed base cases.)
- Recall that the number of ways
of tiling a
grid with dominos is given by the recurrence
and
for .
How does
compare with ,
the number of ways to tile a
grid with dominos? Explain. Can you prove your claim?
-
[SS 1.3.{8,9}] You work at a car dealership that sells three models: A pickup trick,
an SUV, and a compact hybrid. Your job is to park the vehicles in a row. The pickup
trucks and the SUVs take up two spaces while the hybrid takes up one space. Let
be a nonnegative
integer and let
be the number of ways of arranging vehicles in exactly
spaces, with each space occupied.
- Find a recurrence relation for
and use it to compute
through .
- Find a first-order recurrence relation
that appears to match
(i.e.
should depend only on ).
- Prove that
by induction.
- Use the values for
and
to find a candidate formula for
of the form .
Prove that your formula is correct.