Sequence Synopsis
Purpose
A compact view of recent sequence events for one ball: when hit or miss streaks closed, at what length, and where the current open sequence (curseq) stands.
How to read it
Three lists (newest first): last ~20 hit closes (seq > 0), last ~20 miss closes (seq < 0), and last ~40 mixed events of either sign.
Date is the draw when that streak ended. Length is the closed run size (+ hits / − misses). The open streak card is the ball’s unfinished curseq.
Why it matters
Useful after reading the full Sequence histogram—synopsis answers “what just happened for this number?” without re-reading the entire length table.