Center column / Experiment guide
The first prize question is whether the center column of rule 30, started from one cell on an infinite empty line, is ever eventually periodic. Eventually periodic with period p after generation s means c(t+p) = c(t) for every t ≥ s. One mismatch is a proof that that pair (s, p) is wrong. A clean prefix is only a clean prefix.
If c(t) ≠ c(t+p), then the sequence is not eventually periodic with that period from any start ≤ t. The tester reports the smallest such t ≥ s in the computed prefix. It cannot say the column is aperiodic. Wolfram’s published computation finds no period in the first billion bits; this page does not repeat that run, and a billion bits is still finite.
Rule 90 on the same expanding tape is eventually periodic: the center is 1, then zeros. You can watch that on the instrument. Linearity gives a closed form; rule 30 does not.
Continue with the ring that has to lie, or return to the expanding tape.
Checked on 2026-09-09: prefix 40 bits; period-1 break at 1; period-2 break at 0; period-15 break at 3 from the start and at 40 after generation 40; Python and JS testers agree.