<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bbchallenge.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UncombedCoconut</id>
	<title>BusyBeaverWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bbchallenge.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=UncombedCoconut"/>
	<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/wiki/Special:Contributions/UncombedCoconut"/>
	<updated>2026-09-26T02:02:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=File:BB6_holdouts_4521.txt&amp;diff=1054</id>
		<title>File:BB6 holdouts 4521.txt</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=File:BB6_holdouts_4521.txt&amp;diff=1054"/>
		<updated>2024-11-04T17:22:34Z</updated>

		<summary type="html">&lt;p&gt;UncombedCoconut: Sigh.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Sigh.&lt;/div&gt;</summary>
		<author><name>UncombedCoconut</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Beaver_Math_Olympiad&amp;diff=892</id>
		<title>Beaver Math Olympiad</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Beaver_Math_Olympiad&amp;diff=892"/>
		<updated>2024-09-02T17:24:55Z</updated>

		<summary type="html">&lt;p&gt;UncombedCoconut: Tweak English wording.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Beaver Mathematical Olympiad&#039;&#039;&#039; (BMO) is an attempt to re-formulate the halting problem for some particular Turing machines as a mathematical problem in a style suitable for a hypothetical math olympiad. &lt;br /&gt;
&lt;br /&gt;
The purpose of the BMO is twofold. First, statements where non-essential details (related to tape encoding, number of steps, etc.) are discarded are more suitable to be shared with mathematicians who perhaps are able to help. Second, it&#039;s a way to jokingly highlight how a hard question could appear deceptively simple.&lt;br /&gt;
&lt;br /&gt;
== Unsolved problems ==&lt;br /&gt;
&lt;br /&gt;
=== 1. {{TM|1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE|undecided}} ===&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;(a_n)_{n \ge 1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(b_n)_{n \ge 1}&amp;lt;/math&amp;gt; be two sequences such that &amp;lt;math&amp;gt;(a_1, b_1) = (1, 2)&amp;lt;/math&amp;gt; and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;(a_{n+1}, b_{n+1}) = \begin{cases}&lt;br /&gt;
(a_n-b_n, 4b_n+2) &amp;amp; \text{if }a_n \ge b_n \\&lt;br /&gt;
(2a_n+1, b_n-a_n) &amp;amp; \text{if }a_n &amp;lt; b_n&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all positive integers &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;. Does there exist a positive integer &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;a_i = b_i&amp;lt;/math&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
The first 10 values of &amp;lt;math&amp;gt;(a_n, b_n)&amp;lt;/math&amp;gt; are &amp;lt;math&amp;gt;(1, 2), (3, 1), (2, 6), (5, 4), (1, 18), (3, 17), (7, 14), (15, 7), (8, 30), (17, 22)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== 2. [[Hydra]] and [[Antihydra]] ===&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;(a_n)_{n \ge 0}&amp;lt;/math&amp;gt; be a sequence such that &amp;lt;math&amp;gt;a_{n+1} = a_n+\left\lfloor\frac{a_n}{2}\right\rfloor&amp;lt;/math&amp;gt; for all non-negative integers &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
# If &amp;lt;math&amp;gt;a_0=3&amp;lt;/math&amp;gt;, does there exist a non-negative integer &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; such that the list of numbers &amp;lt;math&amp;gt;a_0, a_1, a_2, \dots, a_k&amp;lt;/math&amp;gt; have more than twice as many even numbers as odd numbers? ([[Hydra]])&lt;br /&gt;
# If &amp;lt;math&amp;gt;a_0=8&amp;lt;/math&amp;gt;, does there exist a non-negative integer &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; such that the list of numbers &amp;lt;math&amp;gt;a_0, a_1, a_2, \dots, a_k&amp;lt;/math&amp;gt; have more than twice as many odd numbers as even numbers? ([[Antihydra]])&lt;br /&gt;
&lt;br /&gt;
=== 5. {{TM|1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE|undecided}} ===&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;(a_n)_{n \ge 1}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;(b_n)_{n \ge 1}&amp;lt;/math&amp;gt; be two sequences such that &amp;lt;math&amp;gt;(a_1, b_1) = (0, 5)&amp;lt;/math&amp;gt; and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;(a_{n+1}, b_{n+1}) = \begin{cases}&lt;br /&gt;
(a_n+1, b_n-f(a_n)) &amp;amp; \text{if } b_n \ge f(a_n) \\&lt;br /&gt;
(a_n, 3b_n+a_n+5) &amp;amp; \text{if } b_n &amp;lt; f(a_n)&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;f(x)=10\cdot 2^x-1&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all positive integers &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;. Does there exist a positive integer &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;b_i = f(a_i)-1&amp;lt;/math&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
== Solved problems ==&lt;br /&gt;
&lt;br /&gt;
=== 3. {{TM|1RB0RB3LA4LA2RA_2LB3RA---3RA4RB|non-halt}} and {{TM|1RB1RB3LA4LA2RA_2LB3RA---3RA4RB|non-halt}} ===&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;v_2(n)&amp;lt;/math&amp;gt; be the largest integer &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;2^k&amp;lt;/math&amp;gt; divides &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;. Let &amp;lt;math&amp;gt;(a_n)_{n \ge 0}&amp;lt;/math&amp;gt; be a sequence such that&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;a_n = \begin{cases}&lt;br /&gt;
2 &amp;amp; \text{if } n=0 \\&lt;br /&gt;
a_{n-1}+2^{v_2(a_{n-1})+2}-1 &amp;amp; \text{if } n \ge 1&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for all non-negative integers &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;. Is there an integer &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;a_n=4^k&amp;lt;/math&amp;gt; for some positive integer &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;?&lt;br /&gt;
&lt;br /&gt;
Link to Discord discussion: https://discord.com/channels/960643023006490684/1084047886494470185/1252634913220591728&lt;br /&gt;
&lt;br /&gt;
=== 4. {{TM|1RB3RB---1LB0LA_2LA4RA3LA4RB1LB|non-halt}} ===&lt;br /&gt;
&lt;br /&gt;
Bonnie the beaver was bored, so she tried to construct a sequence of integers &amp;lt;math&amp;gt;\{a_n\}_{n \ge 0}&amp;lt;/math&amp;gt;. She first defined &amp;lt;math&amp;gt;a_0=2&amp;lt;/math&amp;gt;, then defined &amp;lt;math&amp;gt;a_{n+1}&amp;lt;/math&amp;gt; depending on &amp;lt;math&amp;gt;a_n&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; using the following rules:&lt;br /&gt;
&lt;br /&gt;
* If &amp;lt;math&amp;gt;a_n \equiv 0\text{ (mod 3)}&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;a_{n+1}=\frac{a_n}{3}+2^n+1&amp;lt;/math&amp;gt;.&lt;br /&gt;
* If &amp;lt;math&amp;gt;a_n \equiv 2\text{ (mod 3)}&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;a_{n+1}=\frac{a_n-2}{3}+2^n-1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
With these two rules alone, Bonnie calculates the first few terms in the sequence: &amp;lt;math&amp;gt;2, 0, 3, 6, 11, 18, 39, 78, 155, 306, \dots&amp;lt;/math&amp;gt;. At this point, Bonnie plans to continue writing terms until a term becomes &amp;lt;math&amp;gt;1\text{ (mod 3)}&amp;lt;/math&amp;gt;. If Bonnie sticks to her plan, will she ever finish?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&#039;&#039;&#039;Solution&#039;&#039;&#039;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
How to guess the closed-form solution: Firstly, notice that &amp;lt;math&amp;gt;a_n \approx \frac{3}{5} \times 2^n&amp;lt;/math&amp;gt;. Secondly, calculate the error term &amp;lt;math&amp;gt;a_n - \frac{3}{5} \times 2^n&amp;lt;/math&amp;gt;. The error term appears to have a period of 4. This leads to the following guess:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;a_n=\frac{3}{5}\begin{cases}&lt;br /&gt;
2^n+\frac{7}{3} &amp;amp;\text{if } n\equiv 0 \pmod{4}\\&lt;br /&gt;
2^n-2 &amp;amp;\text{if } n\equiv 1 \pmod{4}\\&lt;br /&gt;
2^n+1 &amp;amp;\text{if } n\equiv 2 \pmod{4}\\&lt;br /&gt;
2^n+2 &amp;amp;\text{if } n\equiv 3 \pmod{4}\\&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This closed-form solution can be proven correct by induction. Unfortunately, the induction may require a lot of tedious calculations.&lt;br /&gt;
&lt;br /&gt;
For all &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;, we have &amp;lt;math&amp;gt;a_{4k} \equiv 2\text{ (mod 3)}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;a_{4k+1} \equiv a_{4k+2} \equiv a_{4k+3} \equiv 0\text{ (mod 3)}&amp;lt;/math&amp;gt;. Therefore, Bonnie will never finish.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>UncombedCoconut</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Main_Page&amp;diff=297</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Main_Page&amp;diff=297"/>
		<updated>2024-06-28T20:41:51Z</updated>

		<summary type="html">&lt;p&gt;UncombedCoconut: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[Busy Beaver function]] BB (called S originally) was introduced by [https://en.wikipedia.org/wiki/Tibor_Rad%C3%B3 Tibor Radó] in 1962 &amp;lt;ref&amp;gt;Rado, T. (1962), On Non-Computable Functions. Bell System Technical Journal, 41: 877-884. https://doi.org/10.1002/j.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt; for 2-symbol [[Turing machines]] and later generalised&amp;lt;ref&amp;gt;Brady, Allen H, and the Meaning of Life, &#039;The Busy Beaver Game and the Meaning of Life&#039;, in Rolf Herken (ed.), The Universal Turing Machine: A Half-Century Survey (Oxford, 1990; online edn, Oxford Academic, 31 Oct. 2023), https://doi.org/10.1093/oso/9780198537748.003.0009, accessed 8 June 2024.&amp;lt;/ref&amp;gt; to m-symbol Turing machines:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| BB(n,m) = Maximum number of steps taken by a halting n-state, m-symbol Turing machine starting from a blank (all 0) tape&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The busy beaver function is not computable and, few of its values are known:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Small busy beaver values &amp;lt;ref&amp;gt;https://bbchallenge.org/~pascal.michel/ha.html&amp;lt;/ref&amp;gt;  &amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;https://bbchallenge.org/&amp;lt;/ref&amp;gt; &lt;br /&gt;
|- &lt;br /&gt;
|   || 2-state || 3-state || 4-state || 5-state || 6-state || 7-state&lt;br /&gt;
|-  &lt;br /&gt;
| 2-symbol &lt;br /&gt;
| [[BB(2)]] = 6 &lt;br /&gt;
| [[BB(3)]] = 21&lt;br /&gt;
| [[BB(4)]] = 107 &lt;br /&gt;
| [[BB(5)]] = 47,176,870 &lt;br /&gt;
| style=&amp;quot;background: orange;&amp;quot; | [[BB(6)]] &amp;gt; &amp;lt;math&amp;gt;10 \uparrow \uparrow 15&amp;lt;/math&amp;gt; &lt;br /&gt;
| style=&amp;quot;background: orange;&amp;quot; | [[BB(7)]]&lt;br /&gt;
|-&lt;br /&gt;
| 3-symbol  || [[BB(2,3)]] = 38 &lt;br /&gt;
| style=&amp;quot;background: orange;&amp;quot; | [[BB(3,3)]] &amp;gt; &amp;lt;math&amp;gt;10^{17}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; | [[BB(4,3)]] &amp;gt; &amp;lt;math&amp;gt;10^{14072}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| 4-symbol  &lt;br /&gt;
| [[BB(2,4)]] = 3,932,964&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; | [[BB(3,4)]] ≥ &amp;lt;math&amp;gt;2 \uparrow^{15} 5 + 14&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
| 5-symbol &lt;br /&gt;
| style=&amp;quot;background: orange;&amp;quot; | [[BB(2,5)]] &amp;gt; 6.5 × &amp;lt;math&amp;gt;10^{38033}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
| style=&amp;quot;background: #ffe4b2;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In the above table, &amp;lt;span style=&amp;quot;background: orange&amp;quot;&amp;gt;cells are highlighted in orange&amp;lt;/span&amp;gt; when there are known [[Cryptids]] (mathematically-hard machines) in that class.&lt;br /&gt;
&lt;br /&gt;
== bbchallenge.org ==&lt;br /&gt;
[[bbchallenge.org]] &amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; is a massively collaborative research project whose general goal is to obtain more knowledge on the [[Busy Beaver function]]. In practice, it mainly consists in collaboratively building [[Deciders]], programs that automatically prove that some Turing machines do not halt.  Other efforts also include:&lt;br /&gt;
&lt;br /&gt;
* Formalising results using theorem provers (such as [https://en.wikipedia.org/wiki/Coq_(software) Coq])&lt;br /&gt;
* Maintaining [[Holdouts lists]] for small busy beaver values&lt;br /&gt;
* Proving the behavior of [[:Category:Individual Machines|Individual machines]]&lt;br /&gt;
* Finding [[Cryptids]] (mathematically-hard machines)&lt;br /&gt;
* Building [[Accelerated Simulator]]s to simulate halting machines faster&lt;br /&gt;
&lt;br /&gt;
Notably, as part of bbchallenge.org, in June 2024 the 5th busy beaver value [[BB(5)]] was proven in Coq to be equal to the lower bound found in 1989&amp;lt;ref&amp;gt;H. Marxen and J. Buntrock. Attacking the Busy Beaver 5.&lt;br /&gt;
Bulletin of the EATCS, 40, pages 247-251, February 1990. https://turbotm.de/~heiner/BB/mabu90.html&amp;lt;/ref&amp;gt;: 47,176,870.&lt;br /&gt;
&lt;br /&gt;
== Contribute to this wiki ==&lt;br /&gt;
This wiki is collaborative, feel free to contribute by editing existing pages or creating new ones:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;inputbox&amp;gt;&lt;br /&gt;
type=create&lt;br /&gt;
width=100&lt;br /&gt;
break=no&lt;br /&gt;
buttonlabel=Create new article&lt;br /&gt;
default=(Article title)&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>UncombedCoconut</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=296</id>
		<title>Cryptids</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=296"/>
		<updated>2024-06-28T20:39:30Z</updated>

		<summary type="html">&lt;p&gt;UncombedCoconut: Add the BB(6) critter, which might be named.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Cryptids&#039;&#039;&#039; are Turing Machines whose behavior (when started on a blank tape) can be described completely by a relatively simple mathematical rule, but where that rule falls into a class of unsolved (and presumed hard) mathematical problems. This definition is somewhat subjective (What counts as a simple rule? What counts as a hard problem?). In practice, most currently known small Cryptids have [[Collatz-like]] behavior. In other words, the halting problem from blank tape of cryptids is mathematically-hard.&lt;br /&gt;
&lt;br /&gt;
If there exists a Cryptid with n states and m symbols, then BB(n, m) cannot be solved without solving this hard math problem.&lt;br /&gt;
&lt;br /&gt;
The name Cryptid was proposed by Shawn Ligocki in an Oct 2023 [https://www.sligocki.com/2023/10/16/bb-3-3-is-hard.html blog post] announcing the discovery of [[Bigfoot]].&lt;br /&gt;
&lt;br /&gt;
== List of Cryptids ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! BB domain !! Machine !! Announcement !! Date !! Discoverer !! Note&lt;br /&gt;
|-&lt;br /&gt;
|RH&lt;br /&gt;
|BB(744)&lt;br /&gt;
|https://github.com/sorear/metamath-turing-machines/blob/master/riemann-matiyasevich-aaronson.nql&lt;br /&gt;
|&lt;br /&gt;
|2016&lt;br /&gt;
|Matiyasevich and O’Rear&lt;br /&gt;
|The machine halts if and only if [https://en.wikipedia.org/wiki/Riemann_hypothesis Riemann Hypothesis] is false.&lt;br /&gt;
|-&lt;br /&gt;
|Goldbach&lt;br /&gt;
|BB(27)&lt;br /&gt;
|https://gist.github.com/anonymous/a64213f391339236c2fe31f8749a0df6&amp;lt;nowiki/&amp;gt;(unverified)&lt;br /&gt;
|&lt;br /&gt;
|2016&lt;br /&gt;
|anonymous&lt;br /&gt;
|The machine halts if and only if [https://en.wikipedia.org/wiki/Goldbach%27s_conjecture Golbach&#039;s conjecture] is false. To the best of our knowledge this construction has not been independently verified.&lt;br /&gt;
|- &lt;br /&gt;
| Erdős || BB(5,4) and&lt;br /&gt;
BB(15)&lt;br /&gt;
|&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_5_4.txt&lt;br /&gt;
&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_15_2.txt&lt;br /&gt;
|| [https://arxiv.org/abs/2107.12475 arxiv preprint] || Jul 2021 || [[User:Cosmo|Tristan Stérin]] (&amp;lt;code&amp;gt;@cosmo&amp;lt;/code&amp;gt;) and Damien Woods || The machine halts if and only if the following conjecture by Erdős is false: &amp;quot;For all n &amp;gt; 8, there is at least one 2 in the base-3 representation of 2^n&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Weak Collatz&lt;br /&gt;
|BB(124) and BB(43,4)&lt;br /&gt;
|https://docs.bbchallenge.org/other/weak_Collatz_conjecture_124_2.txt (unverified)&lt;br /&gt;
https://docs.bbchallenge.org/other/weak_Collatz_conjecture_43_4.txt (unverified)&lt;br /&gt;
|&lt;br /&gt;
|Jul 2021&lt;br /&gt;
|[[User:Cosmo|Tristan Stérin]]&lt;br /&gt;
|The machine halts if and only if the &amp;quot;weak Collatz conjecture&amp;quot; is false. The weak Collatz conjecture states that the iterated Collatz map (3x+1) has only one cycle on the positive integers.&lt;br /&gt;
Not independently verified, and probably easy to further optimise.&lt;br /&gt;
|-&lt;br /&gt;
| [[Bigfoot]]|| [[BB(3, 3)]]|| &amp;lt;code&amp;gt;1RB2RA1LC_2LC1RB2RB_---2LA1LA&amp;lt;/code&amp;gt;|| [https://www.sligocki.com/2023/10/16/bb-3-3-is-hard.html BB(3, 3) is hard] || Nov 2023 || [[User:Sligocki|Shawn Ligocki]] ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hydra]]|| [[BB(2, 5)]]|| &amp;lt;code&amp;gt;1RB3RB---3LA1RA_2LA3RA4LB0LB0LA&amp;lt;/code&amp;gt;|| [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is hard] || May 2024  || Daniel Yuan ||&lt;br /&gt;
|-&lt;br /&gt;
|  || BB(2, 5) || &amp;lt;code&amp;gt;1RB3RB---3LA1RA_2LA3RA4LB0LB1LB&amp;lt;/code&amp;gt;||[https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html#a-bonus-cryptid A Bonus Cryptid] || May 2024 || Daniel Yuan ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Bigfoot]] - compiled|| [[BB(7, 2)|BB(7)]]|| &amp;lt;code&amp;gt;0RB1RB_1LC0RA_1RE1LF_1LF1RE_0RD1RD_1LG0LG_---1LB&amp;lt;/code&amp;gt;|| [https://github.com/sligocki/sligocki.github.io/issues/8#issuecomment-2140887228 Bigfoot Comment] || June 2024 || &amp;lt;code&amp;gt;@Iijil1&amp;lt;/code&amp;gt;|| Compilation of Bigfoot into 2 symbols, there was a previous compilation [https://github.com/sligocki/sligocki.github.io/issues/8#issuecomment-1774200442 with 8 states]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|BB(6)&lt;br /&gt;
|[[0RB0LD_1LC0LI_1LD1LB_0LE0RG_1RF0RH_1RA---_0RD0LB_0RA---_0RF1RZ]]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1026577255754903572/1256223215206924318 Discord message] &lt;br /&gt;
|June 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;@mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Iteration similar to Hydra with modified accumulation.&lt;br /&gt;
|-&lt;br /&gt;
|[[Hydra]] - compiled&lt;br /&gt;
|BB(9)&lt;br /&gt;
|&amp;lt;pre&amp;gt;&lt;br /&gt;
0RB0LD_1LC0LI_1LD1LB_0LE0RG_1RF0RH_1RA---_0RD0LB_0RA---_0RF1RZ&lt;br /&gt;
&amp;lt;/pre&amp;gt;[[File:Hydra_9_states.txt]]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1251572501578780782 Discord message] &lt;br /&gt;
|June 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;@Iijil1&amp;lt;/code&amp;gt;&lt;br /&gt;
|Compilation of Hydra into 2 symbols, all[https://discord.com/channels/960643023006490684/1084047886494470185/1253193750486974464 confirmed by Shawn Ligocki].&lt;br /&gt;
&amp;lt;small&amp;gt;[https://discord.com/channels/960643023006490684/1084047886494470185/1247560072427474955 Previous compilation had 10 states], by Daniel Yuan, also [https://discord.com/channels/960643023006490684/1084047886494470185/1247579473042346136 confirmed by Shawn Ligocki].&amp;lt;/small&amp;gt; |}&lt;br /&gt;
&lt;br /&gt;
== Beeping Busy Beaver ==&lt;br /&gt;
&lt;br /&gt;
Cryptids were actually noticed in the [[Beeping Busy Beaver]] problem before they were in the classic Busy Beaver. See [https://www.sligocki.com/2022/04/03/mother-of-giants.html Mother of Giants] describing a &amp;quot;family&amp;quot; of Turing machines which &amp;quot;probviously&amp;quot; quasihalt, but requires solving a Collatz-like problem in order to actually prove it. They are all TMs formed by filling in the missing transition in &amp;lt;code&amp;gt;1RB1LE_0LC0LB_0LD1LC_1RD1RA_---0LA&amp;lt;/code&amp;gt; with different values.&lt;/div&gt;</summary>
		<author><name>UncombedCoconut</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA&amp;diff=295</id>
		<title>1RB1RA 0LC1LE 1LD1LC 1LA0LB 1LF1RE ---0RA</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA&amp;diff=295"/>
		<updated>2024-06-28T20:10:50Z</updated>

		<summary type="html">&lt;p&gt;UncombedCoconut: oops, iterations run was off by a factor of 10.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{machine|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA}}&lt;br /&gt;
This machine was the first identified [[BB(6)]] Collatz-like [[Cryptid]], and is closely related to [[Hydra]].&lt;br /&gt;
&lt;br /&gt;
It simulates the Collatz-like iteration&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  A(2a,   &amp;amp; b) &amp;amp; \to &amp;amp; A(3a,   &amp;amp; b+2) \\&lt;br /&gt;
  A(2a+1, &amp;amp; b) &amp;amp; \to &amp;amp; A(3a+1, &amp;amp; b-1) &amp;amp; \text{if} &amp;amp; b&amp;gt;0 \\&lt;br /&gt;
  A(2a+1, &amp;amp; 0) &amp;amp; \to &amp;amp; \text{HALT}&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
starting from A(8, 0),&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
using configurations of the form &amp;lt;nowiki&amp;gt;A(a+4, b) = ^ 1^b 0 1^a E&amp;gt; $&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It was discovered by mxdys on 28 Jun 2024 and shared on Discord [https://discord.com/channels/960643023006490684/1026577255754903572/1256223215206924318].&lt;br /&gt;
&lt;br /&gt;
Compared to the [[Hydra]] iteration, this one starts at (8, 0) rather than (3, 0), and the roles of odd and even a are exchanged (in terms of which increases b by two, and which decrements b or halts).&lt;br /&gt;
Obstacles to proving the long-run behavior are equally serious.&lt;br /&gt;
Like the [[Hydra]] iteration, this one is biased toward increasing the value of b (assuming equal chances of adding +2 or -1). There is no halt in the first one million iterations, by which point b has reached 498503.&lt;/div&gt;</summary>
		<author><name>UncombedCoconut</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA&amp;diff=294</id>
		<title>1RB1RA 0LC1LE 1LD1LC 1LA0LB 1LF1RE ---0RA</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA&amp;diff=294"/>
		<updated>2024-06-28T19:37:57Z</updated>

		<summary type="html">&lt;p&gt;UncombedCoconut: Improved usage of Ye Olde Wiki Markup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{machine|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA}}&lt;br /&gt;
This machine was the first identified [[BB(6)]] Collatz-like [[Cryptid]], and is closely related to [[Hydra]].&lt;br /&gt;
&lt;br /&gt;
It simulates the Collatz-like iteration&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  A(2a,   &amp;amp; b) &amp;amp; \to &amp;amp; A(3a,   &amp;amp; b+2) \\&lt;br /&gt;
  A(2a+1, &amp;amp; b) &amp;amp; \to &amp;amp; A(3a+1, &amp;amp; b-1) &amp;amp; \text{if} &amp;amp; b&amp;gt;0 \\&lt;br /&gt;
  A(2a+1, &amp;amp; 0) &amp;amp; \to &amp;amp; \text{HALT}&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
starting from A(8, 0),&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
using configurations of the form &amp;lt;nowiki&amp;gt;A(a+4, b) = ^ 1^b 0 1^a E&amp;gt; $&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It was discovered by mxdys on 28 Jun 2024 and shared on Discord [https://discord.com/channels/960643023006490684/1026577255754903572/1256223215206924318].&lt;br /&gt;
&lt;br /&gt;
Compared to the [[Hydra]] iteration, this one starts at (8, 0) rather than (3, 0), and the roles of odd and even a are exchanged (in terms of which increases b by two, and which decrements b or halts).&lt;br /&gt;
Obstacles to proving the long-run behavior are equally serious.&lt;br /&gt;
Like the [[Hydra]] iteration, this one is biased toward increasing the value of b (assuming equal chances of adding +2 or -1). There is no halt in the first ten million iterations, by which point b has reached 498503.&lt;/div&gt;</summary>
		<author><name>UncombedCoconut</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA&amp;diff=293</id>
		<title>1RB1RA 0LC1LE 1LD1LC 1LA0LB 1LF1RE ---0RA</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA&amp;diff=293"/>
		<updated>2024-06-28T19:34:30Z</updated>

		<summary type="html">&lt;p&gt;UncombedCoconut: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{machine|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA}}&lt;br /&gt;
This machine was the first identified [[BB(6)]] Collatz-like [[Cryptid]], and is closely related to [[Hydra]].&lt;br /&gt;
&lt;br /&gt;
It simulates the Collatz-like iteration&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  A(2a,   &amp;amp; b) &amp;amp; \to &amp;amp; A(3a,   &amp;amp; b+2) \\&lt;br /&gt;
  A(2a+1, &amp;amp; b) &amp;amp; \to &amp;amp; A(3a+1, &amp;amp; b-1) &amp;amp; \text{if} &amp;amp; b&amp;gt;0 \\&lt;br /&gt;
  A(2a+1, &amp;amp; 0) &amp;amp; \to &amp;amp; \text{HALT}&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
starting from &amp;lt;pre&amp;gt;A(8, 0)&amp;lt;/pre&amp;gt;,&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
using configurations of the form &amp;lt;pre&amp;gt;A(a+4, b) = ^ 1^b 0 1^a E&amp;gt; $&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It was discovered by mxdys on 28 Jun 2024 and shared on Discord [https://discord.com/channels/960643023006490684/1026577255754903572/1256223215206924318].&lt;br /&gt;
&lt;br /&gt;
Compared to the [[Hydra]] iteration, this one starts at (8, 0) rather than (3, 0), and the roles of odd and even &amp;lt;pre&amp;gt;a&amp;lt;/pre&amp;gt; are exchanged (in terms of which increases &amp;lt;pre&amp;gt;b&amp;lt;/pre&amp;gt; by two, and which decrements &amp;lt;pre&amp;gt;b&amp;lt;/pre&amp;gt; or halts).&lt;br /&gt;
Obstacles to proving the long-run behavior are equally serious.&lt;br /&gt;
Like the [[Hydra]] iteration, this one is biased toward increasing the value of &amp;lt;pre&amp;gt;b&amp;lt;/pre&amp;gt; (assuming equal chances of adding +2 or -1). There is no halt in the first ten million iterations, by which point &amp;lt;pre&amp;gt;b&amp;lt;/pre&amp;gt; has reached 498503.&lt;/div&gt;</summary>
		<author><name>UncombedCoconut</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=1RB0RF_1RC0LD_1LB1RC_---0LE_1RA1LE_---0RC&amp;diff=271</id>
		<title>1RB0RF 1RC0LD 1LB1RC ---0LE 1RA1LE ---0RC</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=1RB0RF_1RC0LD_1LB1RC_---0LE_1RA1LE_---0RC&amp;diff=271"/>
		<updated>2024-06-23T18:21:58Z</updated>

		<summary type="html">&lt;p&gt;UncombedCoconut: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{machine|1RB0RF_1RC0LD_1LB1RC_---0LE_1RA1LE_---0RC}}&lt;br /&gt;
&lt;br /&gt;
https://bbchallenge.org/1RB0RF_1RC0LD_1LB1RC_---0LE_1RA1LE_---0RC&lt;br /&gt;
&lt;br /&gt;
A machine on the critical path to proving the busy beaver value &amp;quot;BB(6, 2, 2)&amp;quot; (6-state, 2-symbol, 2 undefined transitions).&lt;br /&gt;
(Machines [[1RB0RB_1LC1RB_---0LD_1RA0LE_1RF1LE_---0RA]], [[1RB1LA_1LA0RC_---0RD_1LE1RD_0LA0LF_---0LA]], and [[1RB1LA_1LA0RC_---0RD_1LE1RD_1LB0LF_---0LA]] &amp;lt;ref&amp;gt;The [[Holdout lists|holdout list]] omits the last one. Since holdout lists are useless, it&#039;s unspecified whether this case was easier or pruned.&amp;lt;/ref&amp;gt; appear to be in the same category.)&lt;br /&gt;
&lt;br /&gt;
The machine behaves as a double counter in base 2; at key steps, the left and right tapes are and must be mirror images (aside from a terminal &amp;quot;1&amp;quot; on the right).&lt;br /&gt;
It&#039;s easily proven infinite as follows by forward analysis: we can define a CFL [https://en.wikipedia.org/wiki/Context-free_language] where &amp;lt;L&amp;gt; shows the rule &amp;quot;0(11)*1B1 -&amp;gt; (11)*1C&amp;gt;&amp;quot;, and &amp;lt;M&amp;gt; is a [[Closed Set|closed language]] for the TM:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;L&amp;gt; ::= 0(11)*(1B1|D10)&lt;br /&gt;
      | 0(11)*(1E1|E11)(11)*00&lt;br /&gt;
      | E0(11)*00&lt;br /&gt;
      | 1A00|11B0&lt;br /&gt;
      | (1A11|10F1)(11)*00&lt;br /&gt;
      | 100(11)*(C11|1C1)(11)*00&lt;br /&gt;
      | 100(11)*C00&lt;br /&gt;
      | 10B010|101C10|1011C0|101B11|10D101|1E0001|11A001|111B01|1111C1&lt;br /&gt;
      | 10&amp;lt;L&amp;gt;10&lt;br /&gt;
      | 10(11)*(1C10|11C0)&lt;br /&gt;
      | 1&amp;lt;L&amp;gt;1&lt;br /&gt;
      | 1(11)*1C1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;M&amp;gt; ::= A0|1B0&lt;br /&gt;
      | (11)*11C0&lt;br /&gt;
      | &amp;lt;L&amp;gt;1&lt;br /&gt;
      | (11)*1(C1|1C0)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In particular, &amp;lt;L&amp;gt; includes 10&amp;lt;L&amp;gt;10 and 1&amp;lt;L&amp;gt;1, but not for example 1&amp;lt;L&amp;gt;10; indeed, a config of the form (1&amp;lt;L&amp;gt;10)1 will halt the TM.&lt;br /&gt;
It therefore provides an example of &amp;quot;BB(6, 2, 2)&amp;quot; needing an inductive or closed-language decider stronger than (weighted) finite automata methods.&lt;br /&gt;
&lt;br /&gt;
Note: A simpler multi-symbol example of the phenomenon is https://bbchallenge.org/1RB2LA0LA_1LA2RC0RC_---2RB0RB, with the rule &amp;quot;bin(n) &amp;lt;A reversed(bin(n)) |- bin(n+1) &amp;lt;A reversed(bin(n+1))&amp;quot;.&lt;/div&gt;</summary>
		<author><name>UncombedCoconut</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=1RB0RF_1RC0LD_1LB1RC_---0LE_1RA1LE_---0RC&amp;diff=270</id>
		<title>1RB0RF 1RC0LD 1LB1RC ---0LE 1RA1LE ---0RC</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=1RB0RF_1RC0LD_1LB1RC_---0LE_1RA1LE_---0RC&amp;diff=270"/>
		<updated>2024-06-23T18:11:21Z</updated>

		<summary type="html">&lt;p&gt;UncombedCoconut: Created page with &amp;quot;{{machine|1RB0RF_1RC0LD_1LB1RC_---0LE_1RA1LE_---0RC}}  https://bbchallenge.org/1RB0RF_1RC0LD_1LB1RC_---0LE_1RA1LE_---0RC  A machine on the critical path to proving the busy beaver value &amp;quot;BB(6, 2, 2)&amp;quot; (6-state, 2-symbol, 2 undefined transitions). (Machines 1RB0RB_1LC1RB_---0LD_1RA0LE_1RF1LE_---0RA, 1RB1LA_1LA0RC_---0RD_1LE1RD_0LA0LF_---0LA, and 1RB1LA_1LA0RC_---0RD_1LE1RD_1LB0LF_---0LA &amp;lt;ref&amp;gt;The holdout list omits the last one. Since holdout l...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{machine|1RB0RF_1RC0LD_1LB1RC_---0LE_1RA1LE_---0RC}}&lt;br /&gt;
&lt;br /&gt;
https://bbchallenge.org/1RB0RF_1RC0LD_1LB1RC_---0LE_1RA1LE_---0RC&lt;br /&gt;
&lt;br /&gt;
A machine on the critical path to proving the busy beaver value &amp;quot;BB(6, 2, 2)&amp;quot; (6-state, 2-symbol, 2 undefined transitions).&lt;br /&gt;
(Machines [[1RB0RB_1LC1RB_---0LD_1RA0LE_1RF1LE_---0RA]], [[1RB1LA_1LA0RC_---0RD_1LE1RD_0LA0LF_---0LA]], and [[1RB1LA_1LA0RC_---0RD_1LE1RD_1LB0LF_---0LA]] &amp;lt;ref&amp;gt;The [[Holdout lists|holdout list]] omits the last one. Since holdout lists are useless, it&#039;s unspecified whether this case was easier or pruned.&amp;lt;/ref&amp;gt; appear to be in the same category.)&lt;br /&gt;
&lt;br /&gt;
The machine behaves as a double counter in base 2; at key steps, the left and right tapes are and must be mirror images (aside from a terminal &amp;quot;1&amp;quot; on the right).&lt;br /&gt;
It&#039;s easily proven infinite as follows by forward analysis: we can define a CFL [https://en.wikipedia.org/wiki/Context-free_language] where &amp;lt;L&amp;gt; shows the rule &amp;quot;0(11)*1B1 -&amp;gt; (11)*1C&amp;gt;&amp;quot;, and &amp;lt;M&amp;gt; is a [[Closed Set|closed language]] for the TM:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;L&amp;gt; ::= 0(11)*(1B1|D10)&lt;br /&gt;
      | 0(11)*(1E1|E11)(11)*00&lt;br /&gt;
      | E0(11)*00&lt;br /&gt;
      | 1A00|11B0&lt;br /&gt;
      | (1A11|10F1)(11)*00&lt;br /&gt;
      | 100(11)*(C11|1C1)(11)*00&lt;br /&gt;
      | 100(11)*C00&lt;br /&gt;
      | 10B010|101C10|1011C0|101B11|10D101|1E0001|11A001|111B01|1111C1&lt;br /&gt;
      | 10&amp;lt;L&amp;gt;10&lt;br /&gt;
      | 10(11)*(1C10|11C0)&lt;br /&gt;
      | 1&amp;lt;L&amp;gt;1&lt;br /&gt;
      | 1(11)*1C1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;M&amp;gt; ::= A0|1B0&lt;br /&gt;
      | (11)*11C0&lt;br /&gt;
      | &amp;lt;L&amp;gt;1&lt;br /&gt;
      | (11)*1(C1|1C0)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In particular, &amp;lt;L&amp;gt; includes 10&amp;lt;L&amp;gt;10 and 1&amp;lt;L&amp;gt;1, but not for example 1&amp;lt;L&amp;gt;10; indeed, a config of the form (1&amp;lt;L&amp;gt;10)1 will halt the TM.&lt;br /&gt;
It therefore provides an example of &amp;quot;BB(6, 2, 2)&amp;quot; needing an inductive or closed-language decider stronger than (weighted) finite automata methods.&lt;/div&gt;</summary>
		<author><name>UncombedCoconut</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Code_repositories&amp;diff=11</id>
		<title>Code repositories</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Code_repositories&amp;diff=11"/>
		<updated>2024-05-29T12:12:21Z</updated>

		<summary type="html">&lt;p&gt;UncombedCoconut: Created page with &amp;quot;This is a stub, to be expanded to a family of pages (probably) explaining the deciders&amp;#039; capabilities and other info about them.  * [https://github.com/bbchallenge/bbchallenge-deciders The official bbchallenge deciders repo]                                                          * [https://github.com/ccz181078/Coq-BB5 Coq-BB5 by @mxdys] * [https://github.com/meithecatte/busycoq A hybrid Coq/Rust/OCaml repo implementing very fast deciders plus verified proofs, by @mei]...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a stub, to be expanded to a family of pages (probably) explaining the deciders&#039; capabilities and other info about them.&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/bbchallenge/bbchallenge-deciders The official bbchallenge deciders repo]                                                         &lt;br /&gt;
* [https://github.com/ccz181078/Coq-BB5 Coq-BB5 by @mxdys]&lt;br /&gt;
* [https://github.com/meithecatte/busycoq A hybrid Coq/Rust/OCaml repo implementing very fast deciders plus verified proofs, by @mei]           &lt;br /&gt;
* [https://skelet.ludost.net/bb/ bbfind by Skelet] wrapped via [https://gist.github.com/m1el/d514a353cccde531c298b725043404af bbfind-stdin by @wizord]&lt;br /&gt;
* [https://gist.github.com/mateon1/6cdad07e15f6acf992b79dc2baf0492c  Accelerated TM simulators in Python utilizing memoization (like HashLife), by @Mateon1]&lt;br /&gt;
* [https://gist.github.com/mateon1/7f5e10169abbb50d1537165c6e71733b Forward segment TM decider by @Mateon1 (variant of Halting Segment)]&lt;br /&gt;
* [https://gist.github.com/mateon1/b63eabc371ac35e2a14a9c5ce37413bc Closed Position Set (CPS) TM decider  by @Mateon1]&lt;br /&gt;
* [https://gist.github.com/mateon1/c801565e499be605cea1283a5984b4c3 SAT Solver CTL code by @Mateon1; TODO dependencies still in Discord posts]&lt;br /&gt;
* [https://gist.github.com/savask/1c43a0e5cdd81229f236dcf2b0611c3f The closed position set decider, reverse-engineered from Skelet&#039;s program, by @savask]&lt;br /&gt;
* [https://gist.github.com/savask/888aa5e058559c972413790c29d7ad72 Bouncers decider, by @savask]&lt;br /&gt;
* [https://gist.github.com/savask/c7546bb6384984b2fb3cb90fc7925697  Reproduction of mxdys&#039; repeated blocks decider, by @savask]&lt;br /&gt;
* [https://github.com/colette-b/bbchallenge The first SAT-based CTL/FAR decider, by @djmati1111]&lt;br /&gt;
* [https://github.com/FransFaase/SymbolicTM An early CTL verifier (regex-based) by Frans Faase]&lt;br /&gt;
* [https://github.com/Iijil1/Bouncers Bouncers decider, by @Iijil]&lt;br /&gt;
* [https://github.com/Iijil1/Bruteforce-CTL Bruteforce-CTL decider, by @Iijil]&lt;br /&gt;
* [https://github.com/Iijil1/MITMWFAR Meet-in-the-Middle Weighted Finite Automata... Reduction... by @Iijil]&lt;br /&gt;
* [https://github.com/int-y1/proofs/tree/master/BusyLean Some progress toward a FAR verifier checked by Lean, by @-d]&lt;br /&gt;
* [https://github.com/LegionMammal978/bigfoot-sim An accelerated simulator for the &amp;quot;Bigfoot&amp;quot; TM, by @LegionMammal978]  &lt;br /&gt;
* [https://github.com/Nathan-Fenner/bbchallenge-dafny-deciders Deciders formally verified using Dafny, by @nathanf]&lt;br /&gt;
* [https://github.com/Nathan-Fenner/bbchallenge-regexy-decider CTL decider by @nathanf]&lt;br /&gt;
* [https://github.com/Nathan-Fenner/bb-simple-n-gram-cps A dramatic simplification of CPS (much less resource-intensive and not as strong) by @nathanf]&lt;br /&gt;
* [https://github.com/Nathan-Fenner/busy-beaver-dafny-regex-verifier A formally verified CTL checker by @nathanf]&lt;br /&gt;
* https://github.com/nickdrozd/busy-beaver-stuff      &lt;br /&gt;
* https://github.com/phinanix/busy-beavers  &lt;br /&gt;
* https://github.com/sligocki/busy-beaver  &lt;br /&gt;
* https://github.com/TonyGuil/bbchallenge  &lt;br /&gt;
* https://github.com/uncombedcoconut/bbchallenge  &lt;br /&gt;
* https://github.com/UncombedCoconut/bbchallenge-deciders/tree/FARther/decider-finite-automata-reduction  &lt;br /&gt;
* https://github.com/UncombedCoconut/bbchallenge-nfa-verification  &lt;br /&gt;
* https://github.com/univerz/bbc  &lt;br /&gt;
&lt;br /&gt;
* [https://github.com/danbriggs/Turing TM proofs/writing by Dan Briggs]&lt;/div&gt;</summary>
		<author><name>UncombedCoconut</name></author>
	</entry>
</feed>