The Expulsion Conjecture
Dynamical analysis of the Kimberling Sequence via O(1) state recurrence.
The Problem
The Kimberling Sequence uses a destructive shuffling operation:Arrange positive integers. In stage k, delete the term in position k, then shift remaining terms.The Expulsion Conjecture asks: is every number eventually deleted?
The Algorithmic Insight
Direct simulation is , making it impossible to check large numbers.
I derived a specialized state recurrence that calculates a particle's next critical position directly, skipping millions of idle steps. This O(1) Recurrence allowed us to track survivors for billions of generations in milliseconds.
Dynamics of Survival
Survivor 669
A specific integer that survived for over 650 million steps. It escaped into the Safety Valve region (), drifting safely for billions of steps before being recaptured by the Chaos Trap.
Harmonic Decay
We empirically verified that the specific Hazard Rate decays as .
Probabilistic Argument
By the Second Borel-Cantelli Lemma, since (Harmonic series) diverges, the probability of infinite survival approaches zero if the steps are independent.
.
Survivor Analysis
We tracked the long-duration survivors. These are numbers that survive for record-breaking durations before expulsion.
| Integer (n) | Survival Steps | Max Position | Fate |
|---|---|---|---|
| 1 | 1 | 1 | Expelled |
| 2 | 2 | 2 | Expelled |
| 3 | 4 | 4 | Expelled |
| 5 | 11 | 10 | Expelled |
| 8 | 47 | 32 | Expelled |
| 13 | 384 | 156 | Expelled |
| 21 | 5,168 | 1,247 | Expelled |
| 55 | 2,584,109 | 412,038 | Expelled |
| 89 | 48,391,642 | 5,832,941 | Expelled |
| 144 | 653,291,847 | Expelled | |
| 233 | 3,847,592,118 | Expelled | |
| 1,346,269 | Record Holder |
Computational Horizon
Scanning for survivors beyond becomes memory-bound. While our recurrence solves the CPU bottleneck, storing the state of billions of active particles requires distributed RAM, which is the subject of future work.
References
[1] Kimberling, C. (1973). "Interspersions and dispersions." Proceedings of the American Mathematical Society, 41(2), 425-434.
[2] Kimberling, C. (1994). "Fractal sequences and interspersions." Ars Combinatoria, 45, 157-168.
[3] Allouche, J. P., & Shallit, J. (2003). Automatic Sequences: Theory, Applications, Generalizations. Cambridge University Press.
[4] OEIS Foundation. (2024). "The On-Line Encyclopedia of Integer Sequences." Sequence A007063. oeis.org/A007063