Example
Fill Fibonacci values once and reuse earlier cells.
highlighted = computed this step
Step 1 — Memo cell
Compute the highlighted combinatorics value.
n, inputs, value(0, (base), 0)
Step 2 — Memo cell
Compute the highlighted combinatorics value.
n, inputs, value(1, (base), 1)
Step 3 — Memo cell
Compute the highlighted combinatorics value.
n, inputs, value(2, (1, 1, 0, 0), 1)
Step 4 — Memo cell
Compute the highlighted combinatorics value.
n, inputs, value(3, (2, 1, 1, 1), 2)
Step 5 — Memo cell
Compute the highlighted combinatorics value.
n, inputs, value(4, (3, 2, 2, 1), 3)
Step 6 — Memo cell
Compute the highlighted combinatorics value.
n, inputs, value(5, (4, 3, 3, 2), 5)
Step 7 — Memo cell
Compute the highlighted combinatorics value.
n, inputs, value(6, (5, 5, 4, 3), 8)
combinatorics-search
Every row is intentionally ordered and pinned to the lesson specification.