[
  "Count the squares in patterns 1, 2, and 3 first.",
  "Pattern n = 1 + 3(n-1). For pattern 6, n = 6.",
  "Pattern 6 = 1 + 3x5 = 16."
]