Domino tilings of a 3×8 grid

In how many ways can a 3×83 \times 8 grid be tiled completely by 1×21 \times 2 dominoes (each domino placed either horizontally or vertically, no overlaps, no gaps)?

Show hints (2)+
  1. Let ana_n tile a 3×n3\times n board; an=0a_n=0 for odd nn. Find the even-width recurrence.
  2. It is an=4an2an4a_n = 4a_{n-2} - a_{n-4} with a0=1,a2=3a_0=1, a_2=3. Iterate to a8a_8.

Answer

Reveal answer →

153

Want the full step-by-step worked solution? It's part of Premium - along with a worked solution for every question in the bank.

Asked at: Jane Street, Citadel

Related questions