OFFSET
1,4
COMMENTS
Uses Basic American Crossword rules of: connectivity, 180-degree rotational symmetry.
Adds additional requirement of answer length at least 4.
a(1)-a(30) computed by using integer linear programming.
Because each row or column can have at most (n+1)/5 clues (consider appending a black square, and note that every clue requires 5 squares), we have a(n) <= 2n floor((n+1)/5).
LINKS
Abigail Schnitzer, Illustrations of solutions for n <= 30
Abigail Schnitzer, a(14)=64
The New York Times, Submit Your Crossword Puzzles to The New York Times
FORMULA
Except for n = 9, 10, 12, and 14, conjectured recursive formula is a(n) = a(n-5) + 4(n-4). In particular, conjectured explicit formula is a(n) = 2n floor((n+1)/5) if mod(n,5) = 3.
EXAMPLE
The trivial all-white puzzle is optimal for 4 <= n <= 8. A supporting file shows a(14)=64.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Abigail Schnitzer, Nov 18 2024
STATUS
approved