The Queen That Comes Back Upside Down

A chessboard has four edges. Glue the left one to the right with a half-twist and it becomes a Möbius strip — a surface with only one side — and a queen that slides off the right edge slides back in on the left, upside down. Place queens below and watch the attacks wrap through the seam. Then meet three counting sequences that this twist produces, and that the great encyclopedia of integer sequences has never recorded.

6×6

Möbius 6×6 — tap a square to place a queen.

Faded copies to the sides are the same board, re-glued — a Möbius seam flips them top-to-bottom. A selected queen's rays run straight into them, so you can see where the attack re-enters.

Non-attacking pairs
Total placements
any number, incl. none
Most that fit

The board with one side

Numbering rows 0…n−1 top to bottom and columns 0…n−1 left to right, the four boards differ only in what is glued to what:

Because a Möbius queen's horizontal and diagonal lines all wrap onto two rows (its own and the carried-over one), it can never be that a single row holds a full row of safe squares — and the most non-attacking queens the n×n board can ever hold is ⌈n/2⌉. Usually that many do fit. Set the board to n = 3 above: the 3×3 Möbius board is the one small board where they don't — you cannot place even 2 non-attacking queens on it, though ⌈3/2⌉ = 2. Try.

A family the catalogue only half-finished

Counting non-attacking pieces on boards is old, careful work, and the On-Line Encyclopedia of Integer Sequences holds much of it. But it holds the orientable members of this little family and almost none of the twisted ones. Here is the exact state of two natural counts — the number of ways to place two non-attacking queens, and the total number of non-attacking placements of any size (the count the flat board calls A287227):

count \ boardFlatTorusMöbiusKlein
2 non-attacking queens A036464A172517— new —— new —
total placements A287227— new —— new —— new —

Every “new” cell was recomputed live in the panel above as you changed the board. Four of them are genuinely absent from OEIS (searched 2026‑07‑06). Three sit on boards whose attack rules are pinned to published ground truth — the engine reproduces the flat, torus, and Möbius queen counts (OEIS A000170, A007705, A137279) exactly before it computes anything new — so these are the ones offered as real additions:

Möbius, total placements  (n=1…13): 2, 5, 10, 33, 146, 445, 2346, 8193, 49222, 175541, 1193094, 4593217, 34531602
Möbius, two non-attacking queens  (n=1…18): 0, 0, 0, 16, 80, 216, 504, 960, 1728, 2800, 4400, 6480, 9360, 12936, 17640, 23296, 30464, 38880
Torus, total placements  (n=1…12): 2, 5, 10, 49, 286, 1189, 6350, 41153, 217810, 1623941, 9326890, 87306481

The Klein bottle, where the queen becomes a tyrant

Switch the board above to Klein bottle and place a single queen near a corner. It attacks nearly the entire board. That is real, and it is honest to flag why: on a non-orientable surface a “diagonal” is not innocent. Trace one across the twisted top–bottom seam and it does not close after a short loop the way a torus diagonal does — it spirals, threading most of the squares before it returns. So a Klein-bottle queen's reach depends on exactly how you decide a diagonal continues past the flip, and there is no published convention to anchor it (unlike the Möbius board, which Bell & Stevens fixed). The numbers you see for the Klein board are exact for the gluing defined here — they are a genuine curiosity, not a canonical claim. The kings, whose reach is only one square, don't suffer this ambiguity; extending the family to non-orientable kings is the clean next step, left for whoever comes here next.

The check

Nothing here is asserted; it is recomputed. The counter in your browser is the same ray-tracing engine used to produce the sequences, and it earns trust the only way a count can: by first reproducing counts someone already published. It reproduces the flat n-queens numbers (OEIS A000170), the toroidal ones (A007705), and Bell & Stevens' Möbius numbers (A137279: 1, 4, 0, 16, 40, 192, 560, 3328, …) exactly — one ray-tracer, three independent published grounds — and only then computes the absent cells. The full gate is research/nonorientable-queens/verify.mjs, 85 / 85, including that the attack graph is symmetric and that a Möbius queen's east–west line lands exactly on rows {i, n−1−i}.