<?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=C7X</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=C7X"/>
	<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/wiki/Special:Contributions/C7X"/>
	<updated>2026-05-12T07:26:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=(Article_title)&amp;diff=7511</id>
		<title>(Article title)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=(Article_title)&amp;diff=7511"/>
		<updated>2026-05-10T21:50:09Z</updated>

		<summary type="html">&lt;p&gt;C7X: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{delete|Looks like things covered elsewhere on this wiki}}&lt;br /&gt;
&lt;br /&gt;
La funzione bb(n) e incalcolabile, anche se, gli stati fanno crescere velocemente, ma i simboli con gli stati ancora di piu!, quindi dobbiamo fare computer con piu potenza di calcolo e altre cose!&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=SKI_Calculus&amp;diff=7510</id>
		<title>SKI Calculus</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=SKI_Calculus&amp;diff=7510"/>
		<updated>2026-05-10T21:43:41Z</updated>

		<summary type="html">&lt;p&gt;C7X: Replace with archived version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;SKI calculus&#039;&#039;&#039; program is a binary tree where the leaves are combinators, the three symbols &amp;lt;code&amp;gt;S&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;K&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;I&amp;lt;/code&amp;gt;. Using parentheses to notate the tree, a simple example of a SKI program is &amp;lt;code&amp;gt;(((SK)S)((KI)S))&amp;lt;/code&amp;gt;. We can omit parentheses by assuming they are left-binding by default, so we simplify our program to &amp;lt;code&amp;gt;SKS(KIS)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Like lambda calculus, SKI calculus has a process called beta-reduction. We change the tree according to any reducible redex. &lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;Ix -&amp;gt; I&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Kxy -&amp;gt; Kx&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;Sxyz -&amp;gt; Sxz(yz)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that &amp;lt;code&amp;gt;xyz&amp;lt;/code&amp;gt; represent any valid trees, not just single combinators. We repeat this process and we say it terminates if the combinator cannot be beta-reduced.&lt;br /&gt;
&lt;br /&gt;
Busy Beaver for SKI calculus (&#039;&#039;&#039;BB_SKI&#039;&#039;&#039;) is a variation of the [[Busy Beaver for lambda calculus|Busy Beaver problem for lambda calculus]]. BB_SKI(n) is defined as the size of the largest output of a terminating program of size n.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! n !! Value !! Champion !! Discoverered by&lt;br /&gt;
|-&lt;br /&gt;
| 1 || = 1 || S || ?&lt;br /&gt;
|-&lt;br /&gt;
| 2 || = 2 || SS || ?&lt;br /&gt;
|-&lt;br /&gt;
| 3 || = 3 || SSS || ?&lt;br /&gt;
|-&lt;br /&gt;
| 4 || = 4 || SSSS || ?&lt;br /&gt;
|-&lt;br /&gt;
| 5 || = 6 || SSS(SS) || ?&lt;br /&gt;
|-&lt;br /&gt;
| 6 || ≥ 17 || SSS(SI)S || ?&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|≥ 40&lt;br /&gt;
|S(SS)S(SS)S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|≥ 41&lt;br /&gt;
|SII(S(S(SS)))S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|≥ 79&lt;br /&gt;
|SII(SS(SSS))S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|≥ 164&lt;br /&gt;
|SII(SS(SS(SS)))S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|≥ 681&lt;br /&gt;
|SII(SS(SS(SSS)))S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|≥ 1530&lt;br /&gt;
|SII(SS(SS(SS(SS))))S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|≥ 65537&lt;br /&gt;
|S(S(SI))I(S(S(KS)K)I)KK&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|≥ 2^256+1&lt;br /&gt;
|S(S(S(SI)))I(S(S(KS)K)I)KK&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|&amp;gt; 2^2^2^2^21&lt;br /&gt;
|S(S(SSS)I)I(S(S(KS)K)I)KK&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|&amp;gt; 2^^19&lt;br /&gt;
|S(S(S(SSS))I)I(S(S(KS)K)I)KK&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|&amp;gt; 2^^2^128&lt;br /&gt;
|SSK(S(S(KS)K)I)(S(SI(SI))I)KK&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|&amp;gt; 2^^2^2^2^2^21&lt;br /&gt;
|SSK(S(S(KS)K)I)(S(S(SSS)I)I)KK&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|&amp;gt; 2^^^2^128&lt;br /&gt;
|S(SSK(S(SI(SI))I))I(S(S(KS)K)I)KK&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|&amp;gt; 2^^^2^2^2^2^21&lt;br /&gt;
|S(SSK(S(S(SSS)I)I))I(S(S(KS)K)I)KK&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|&amp;gt; 2^^^2^^19&lt;br /&gt;
|S(SSK(S(S(S(SSS))I)I))I(S(S(KS)K)I)KK&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|&amp;gt; Graham&#039;s Number&lt;br /&gt;
|SII(SI(SI(K(S(K(S(K(SS(K(K(S(S(KS)K)I)))))(SI)))K))))&lt;br /&gt;
| 2014MELO03&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== SK calculus ==&lt;br /&gt;
We can remove the &amp;lt;code&amp;gt;I&amp;lt;/code&amp;gt; combinator and replace it by &amp;lt;code&amp;gt;(SKS)&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;(SKK)&amp;lt;/code&amp;gt; or any &amp;lt;code&amp;gt;(SKx)&amp;lt;/code&amp;gt;. These terms have a straightforward binary encoding where (prefix) application is 1, K=00, and S=01. Since n combinators take n-1 applications to combine, their code length is 2n + n-1 = 3n-1 bits.&lt;br /&gt;
&lt;br /&gt;
=== Champions ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! n !! bits !! Value !! Champion !! Discoverered by&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 2 || = 1 || S || ?&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 5 || = 2 || SS || ?&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 8 || = 3 || SSS || ?&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 11 || = 4 || SSSS || ?&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 14 || = 6 || SSS(SS) || ?&lt;br /&gt;
|-&lt;br /&gt;
| 6 || 17 || ≥ 10 || SSS(SS)S || ?&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
| 20&lt;br /&gt;
|≥ 40&lt;br /&gt;
|S(SS)S(SS)S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
| 23&lt;br /&gt;
|≥ 41&lt;br /&gt;
|S(S(SS)S(SS)S)&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
| 26&lt;br /&gt;
|≥ 42&lt;br /&gt;
|S(S(S(SS)S(SS)S))&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
| 29&lt;br /&gt;
|≥ 66&lt;br /&gt;
|SS(SSS)(SS(SS))S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
| 32&lt;br /&gt;
|≥ 79&lt;br /&gt;
|SS(SSS)(SS(SSS))S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
| 35&lt;br /&gt;
|≥ 164&lt;br /&gt;
|SS(SKK)(SS)(SS(SS))S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
| 38&lt;br /&gt;
|≥ 681&lt;br /&gt;
|SS(SKK)(SS)(SS(SSS))S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
| 41&lt;br /&gt;
|≥ 1530&lt;br /&gt;
|SS(SKK)(SS)(SS(SS(SS)))S&lt;br /&gt;
|?&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
| 44&lt;br /&gt;
|≥ 7811&lt;br /&gt;
|SS(SKK)(SS)(SS(SS(SSS)))S&lt;br /&gt;
|?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
[https://web.archive.org/web/20250217071017/https://komiamiko.me/math/ordinals/2020/06/21/ski-numerals.html Lower bounds of this function] (archived)&lt;br /&gt;
&lt;br /&gt;
[https://dallaylaen.github.io/ski-interpreter/ SKI interpreter]&lt;br /&gt;
&lt;br /&gt;
[[Category:Functions]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Fast-Growing_Hierarchy&amp;diff=7246</id>
		<title>Fast-Growing Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Fast-Growing_Hierarchy&amp;diff=7246"/>
		<updated>2026-04-22T19:26:39Z</updated>

		<summary type="html">&lt;p&gt;C7X: Spacing /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Fast-Growing Hierarchy&#039;&#039;&#039; (FGH) is an ordinal-indexed hierarchy of functions satisfying certain restrictions. FGHs are used for assigning growth rates to fast computable functions, and are useful for approximating scores and halting times of [[Turing machine|Turing machines]].&lt;br /&gt;
[[Category:Functions]]&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
A fundamental sequence for an ordinal &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; is an increasing sequence of ordinals &amp;lt;math&amp;gt;&amp;lt;\alpha&amp;lt;/math&amp;gt; which is unbounded in &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;. The &amp;lt;math&amp;gt;\beta&amp;lt;/math&amp;gt;-th element of &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;&#039;s fundamental sequence is denoted by &amp;lt;math&amp;gt;\alpha[\beta]&amp;lt;/math&amp;gt;. In the context of FGHs, there is usually a restriction that the sequence&#039;s length must be as small as possible (that is, the length is the [https://en.wikipedia.org/wiki/Cofinality cofinality] of &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;). A system of fundamental sequences for a set of ordinals is a function which assigns a fundamental sequence to each ordinal in the set.&lt;br /&gt;
&lt;br /&gt;
Given a system of fundamental sequences for limit ordinals below &amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt;, its corresponding FGH is defined by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  f_0(n) &amp;amp; = &amp;amp; n+1 \\&lt;br /&gt;
  f_{\alpha+1}(n) &amp;amp; = &amp;amp; f_\alpha^n(n) &amp;amp; \text{for }\alpha&amp;lt;\lambda \\&lt;br /&gt;
  f_\alpha(n) &amp;amp; = &amp;amp; f_{\alpha[n]}(n) &amp;amp; \text{for limit ordinals }\alpha&amp;lt;\lambda&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most natural fundamental sequence systems almost exactly agree on the growth rates in their corresponding FGHs. Specifically, if &amp;lt;math&amp;gt;f,f&#039;&amp;lt;/math&amp;gt; are FGHs given by natural fundamental sequence systems, it is usually the case that &amp;lt;math&amp;gt;f_\alpha(n+1)&amp;gt;f&#039;_\alpha(n)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f&#039;_\alpha(n+1)&amp;gt;f_\alpha(n)&amp;lt;/math&amp;gt; for all natural &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; and all successor ordinals &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;. For this reason, the specific choice of a fundamental sequence system often doesn&#039;t matter for large ordinals. For small ordinals (below &amp;lt;math&amp;gt;\varepsilon_0&amp;lt;/math&amp;gt;), a common choice of fundamental sequences is given by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  (\alpha+\omega^{\beta+1})[n] &amp;amp; = &amp;amp; \alpha+\omega^\beta n &amp;amp; \text{if }\alpha\text{ is a multiple of }\omega^{\beta+1} \\&lt;br /&gt;
  (\alpha+\omega^\beta)[n] &amp;amp; = &amp;amp; \alpha+\omega^{\beta[n]} &amp;amp; \text{if }\alpha\text{ is a multiple of }\omega^\beta\text{ and }\beta\text{ is a limit ordinal}&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The FGH given by these fundamental sequences is sometimes called the Wainer hierarchy. Above &amp;lt;math&amp;gt;\varepsilon_0&amp;lt;/math&amp;gt;, a relatively elegant choice is the expansion associated to the [https://apeirology.com/wiki/Bashicu_matrix_system Bashicu matrix system], which has the [https://en.wikipedia.org/wiki/Fundamental_sequence_(set_theory)#Additional_conditions Bachmann property].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* &amp;lt;math&amp;gt;f_\alpha(0) = 0&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;\alpha &amp;gt; 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_\alpha(1) = 2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;f_0(n) = n+1&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_1(n) = 2n&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_2(n) = n \cdot 2^n&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_3(n) = f_2^n(n) &amp;gt; (2 \uparrow)^n(n + \log_2 n) &amp;gt; (2 \uparrow)^n n \ge 2 \uparrow\uparrow (n+1)&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;n \ge 2&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_3(n) &amp;gt; 10 \uparrow\uparrow n&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;n \ge 4&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_k(n) &amp;gt; 10 \uparrow^{k-1} n \; \text{ for } k \ge 4 \text{ and } n \ge 2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_\omega(n) = f_n(n) &amp;gt; 10 \uparrow^{n-1} n \; \text{ for } n \ge 4&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_{\omega+1}(64) = f_\omega^{64}(64) &amp;gt; \text{Graham&#039;s number}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=== Table of Small Values ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
! colspan=&amp;quot;8&amp;quot; |n&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
!0&lt;br /&gt;
!1&lt;br /&gt;
!2&lt;br /&gt;
!3&lt;br /&gt;
!4&lt;br /&gt;
!5&lt;br /&gt;
!...&lt;br /&gt;
!n&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_0(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|1&lt;br /&gt;
|2&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|5&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|n+1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_1(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|4&lt;br /&gt;
|6&lt;br /&gt;
|8&lt;br /&gt;
|10&lt;br /&gt;
|&lt;br /&gt;
|2n&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_2(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|8&lt;br /&gt;
|24&lt;br /&gt;
|64&lt;br /&gt;
|160&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;math&amp;gt;n \, 2^n&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_3(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|2048&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt;10^{10^8}&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10^{10^{10^{20}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; (10 \uparrow)^4 49 &amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow n&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_4(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 2048&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 10 \uparrow\uparrow 10^{10^8} &amp;gt; 10 \uparrow\uparrow\uparrow 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow\uparrow 4&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow\uparrow 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow\uparrow n&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|...&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_\omega(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|1&lt;br /&gt;
|2&lt;br /&gt;
|8&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt;10^{10^8}&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow\uparrow 4&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow^4 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow^{n-1} n&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_{\omega+1}(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow^7 8&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Growth Bound Theorem ==&lt;br /&gt;
The &#039;&#039;Fast-Growing Hierarchy Growth Bound Theorem&#039;&#039; is an important result in mathematical logic that has significant implications for unprovability results. The theorem highlights a relationship between computable functions that are provably total in first-order Peano Arithmetic (PA) and the fast-growing functions in the [[Fast-Growing Hierarchy|Wainer hierarchy]].&lt;br /&gt;
&lt;br /&gt;
The theorem is based on work by several mathematicians. Georg Kreisel laid the groundwork in 1952 by investigating connections between  recursions over well ordered sets and proofs in PA. These results were subsequently extended by many others; the following form is based on the presentation by Buchholz and Wainer.&lt;br /&gt;
&lt;br /&gt;
=== Statement ===&lt;br /&gt;
Let &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; be a Turing machine that computes a function &amp;lt;math&amp;gt;g:\N\to\N&amp;lt;/math&amp;gt;, terminating on every input. Suppose that PA can prove the statement «&amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; terminates on every input.» Then &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; cannot grow too fast: There exist &amp;lt;math&amp;gt;\alpha &amp;lt; \varepsilon_0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;n_0\in\N&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g(n) &amp;lt; F_\alpha(n)&amp;lt;/math&amp;gt; for every &amp;lt;math&amp;gt;n\ge n_0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
Wilfried Buchholz and Stan S. Wainer. Provably computable functions and the fast growing hierarchy. In S. G. Simpson, editor, Logic and Combinatorics, volume 65 of Contemporary Mathematics, pages 179–198. AMS, 1987. [https://epub.ub.uni-muenchen.de/3843/1/3843.pdf]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Fast-Growing_Hierarchy&amp;diff=7245</id>
		<title>Fast-Growing Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Fast-Growing_Hierarchy&amp;diff=7245"/>
		<updated>2026-04-22T19:26:13Z</updated>

		<summary type="html">&lt;p&gt;C7X: f_ω(0) = f_0(0) = 1 /* Table of Small Values */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Fast-Growing Hierarchy&#039;&#039;&#039; (FGH) is an ordinal-indexed hierarchy of functions satisfying certain restrictions. FGHs are used for assigning growth rates to fast computable functions, and are useful for approximating scores and halting times of [[Turing machine|Turing machines]].&lt;br /&gt;
[[Category:Functions]]&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
A fundamental sequence for an ordinal &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt; is an increasing sequence of ordinals &amp;lt;math&amp;gt;&amp;lt;\alpha&amp;lt;/math&amp;gt; which is unbounded in &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;. The &amp;lt;math&amp;gt;\beta&amp;lt;/math&amp;gt;-th element of &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;&#039;s fundamental sequence is denoted by &amp;lt;math&amp;gt;\alpha[\beta]&amp;lt;/math&amp;gt;. In the context of FGHs, there is usually a restriction that the sequence&#039;s length must be as small as possible (that is, the length is the [https://en.wikipedia.org/wiki/Cofinality cofinality] of &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;). A system of fundamental sequences for a set of ordinals is a function which assigns a fundamental sequence to each ordinal in the set.&lt;br /&gt;
&lt;br /&gt;
Given a system of fundamental sequences for limit ordinals below &amp;lt;math&amp;gt;\lambda&amp;lt;/math&amp;gt;, its corresponding FGH is defined by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  f_0(n) &amp;amp; = &amp;amp; n+1 \\&lt;br /&gt;
  f_{\alpha+1}(n) &amp;amp; = &amp;amp; f_\alpha^n(n) &amp;amp; \text{for }\alpha&amp;lt;\lambda \\&lt;br /&gt;
  f_\alpha(n) &amp;amp; = &amp;amp; f_{\alpha[n]}(n) &amp;amp; \text{for limit ordinals }\alpha&amp;lt;\lambda&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most natural fundamental sequence systems almost exactly agree on the growth rates in their corresponding FGHs. Specifically, if &amp;lt;math&amp;gt;f,f&#039;&amp;lt;/math&amp;gt; are FGHs given by natural fundamental sequence systems, it is usually the case that &amp;lt;math&amp;gt;f_\alpha(n+1)&amp;gt;f&#039;_\alpha(n)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f&#039;_\alpha(n+1)&amp;gt;f_\alpha(n)&amp;lt;/math&amp;gt; for all natural &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; and all successor ordinals &amp;lt;math&amp;gt;\alpha&amp;lt;/math&amp;gt;. For this reason, the specific choice of a fundamental sequence system often doesn&#039;t matter for large ordinals. For small ordinals (below &amp;lt;math&amp;gt;\varepsilon_0&amp;lt;/math&amp;gt;), a common choice of fundamental sequences is given by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  (\alpha+\omega^{\beta+1})[n] &amp;amp; = &amp;amp; \alpha+\omega^\beta n &amp;amp; \text{if }\alpha\text{ is a multiple of }\omega^{\beta+1} \\&lt;br /&gt;
  (\alpha+\omega^\beta)[n] &amp;amp; = &amp;amp; \alpha+\omega^{\beta[n]} &amp;amp; \text{if }\alpha\text{ is a multiple of }\omega^\beta\text{ and }\beta\text{ is a limit ordinal}&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The FGH given by these fundamental sequences is sometimes called the Wainer hierarchy. Above &amp;lt;math&amp;gt;\varepsilon_0&amp;lt;/math&amp;gt;, a relatively elegant choice is the expansion associated to the [https://apeirology.com/wiki/Bashicu_matrix_system Bashicu matrix system], which has the [https://en.wikipedia.org/wiki/Fundamental_sequence_(set_theory)#Additional_conditions Bachmann property].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
* &amp;lt;math&amp;gt;f_\alpha(0) = 0&amp;lt;/math&amp;gt;for &amp;lt;math&amp;gt;\alpha &amp;gt; 0&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_\alpha(1) = 2&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;f_0(n) = n+1&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_1(n) = 2n&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_2(n) = n \cdot 2^n&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_3(n) = f_2^n(n) &amp;gt; (2 \uparrow)^n(n + \log_2 n) &amp;gt; (2 \uparrow)^n n \ge 2 \uparrow\uparrow (n+1)&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;n \ge 2&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_3(n) &amp;gt; 10 \uparrow\uparrow n&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;n \ge 4&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_k(n) &amp;gt; 10 \uparrow^{k-1} n \; \text{ for } k \ge 4 \text{ and } n \ge 2 &amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_\omega(n) = f_n(n) &amp;gt; 10 \uparrow^{n-1} n \; \text{ for } n \ge 4&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_{\omega+1}(64) = f_\omega^{64}(64) &amp;gt; \text{Graham&#039;s number}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
=== Table of Small Values ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
! colspan=&amp;quot;8&amp;quot; |n&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
!0&lt;br /&gt;
!1&lt;br /&gt;
!2&lt;br /&gt;
!3&lt;br /&gt;
!4&lt;br /&gt;
!5&lt;br /&gt;
!...&lt;br /&gt;
!n&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_0(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|1&lt;br /&gt;
|2&lt;br /&gt;
|3&lt;br /&gt;
|4&lt;br /&gt;
|5&lt;br /&gt;
|6&lt;br /&gt;
|&lt;br /&gt;
|n+1&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_1(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|4&lt;br /&gt;
|6&lt;br /&gt;
|8&lt;br /&gt;
|10&lt;br /&gt;
|&lt;br /&gt;
|2n&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_2(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|8&lt;br /&gt;
|24&lt;br /&gt;
|64&lt;br /&gt;
|160&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;math&amp;gt;n \, 2^n&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_3(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|2048&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt;10^{10^8}&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10^{10^{10^{20}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; (10 \uparrow)^4 49 &amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow n&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_4(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 2048&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 10 \uparrow\uparrow 10^{10^8} &amp;gt; 10 \uparrow\uparrow\uparrow 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow\uparrow 4&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow\uparrow 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow\uparrow n&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|...&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_\omega(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|1&lt;br /&gt;
|2&lt;br /&gt;
|8&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt;10^{10^8}&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow\uparrow 4&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow^4 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow^{n-1} n&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;math&amp;gt;f_{\omega+1}(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|0&lt;br /&gt;
|2&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow^7 8&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Growth Bound Theorem ==&lt;br /&gt;
The &#039;&#039;Fast-Growing Hierarchy Growth Bound Theorem&#039;&#039; is an important result in mathematical logic that has significant implications for unprovability results. The theorem highlights a relationship between computable functions that are provably total in first-order Peano Arithmetic (PA) and the fast-growing functions in the [[Fast-Growing Hierarchy|Wainer hierarchy]].&lt;br /&gt;
&lt;br /&gt;
The theorem is based on work by several mathematicians. Georg Kreisel laid the groundwork in 1952 by investigating connections between  recursions over well ordered sets and proofs in PA. These results were subsequently extended by many others; the following form is based on the presentation by Buchholz and Wainer.&lt;br /&gt;
&lt;br /&gt;
=== Statement ===&lt;br /&gt;
Let &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; be a Turing machine that computes a function &amp;lt;math&amp;gt;g:\N\to\N&amp;lt;/math&amp;gt;, terminating on every input. Suppose that PA can prove the statement «&amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; terminates on every input.» Then &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; cannot grow too fast: There exist &amp;lt;math&amp;gt;\alpha &amp;lt; \varepsilon_0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;n_0\in\N&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;g(n) &amp;lt; F_\alpha(n)&amp;lt;/math&amp;gt; for every &amp;lt;math&amp;gt;n\ge n_0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
Wilfried Buchholz and Stan S. Wainer. Provably computable functions and the fast growing hierarchy. In S. G. Simpson, editor, Logic and Combinatorics, volume 65 of Contemporary Mathematics, pages 179–198. AMS, 1987. [https://epub.ub.uni-muenchen.de/3843/1/3843.pdf]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Fractran&amp;diff=7168</id>
		<title>Fractran</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Fractran&amp;diff=7168"/>
		<updated>2026-04-12T19:36:00Z</updated>

		<summary type="html">&lt;p&gt;C7X: Name of cryptid /* Visualizing Fractran Programs&amp;#039; Space-Time Diagrams */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Fractran&#039;&#039;&#039; (originally styled FRACTRAN) is an esoteric [[Turing complete]] model of computation invented by John Conway in 1987.&amp;lt;ref&amp;gt;Conway, John H. (1987). &amp;quot;FRACTRAN: A Simple Universal Programming Language for Arithmetic&amp;quot;. &#039;&#039;Open Problems in Communication and Computation&#039;&#039;. Springer-Verlag New York, Inc. pp. 4–26. &amp;lt;nowiki&amp;gt;http://doi.org/10.1007/978-1-4612-4808-8_2&amp;lt;/nowiki&amp;gt;&amp;lt;/ref&amp;gt; In this model a program is simply a finite list of fractions (rational numbers), the program state is an integer. For more details see https://en.wikipedia.org/wiki/FRACTRAN.&lt;br /&gt;
&lt;br /&gt;
Discord user Coda came up with a way to transform any Fractran program into a Turing Machine, see [https://discord.com/channels/960643023006490684/1438019511155691521/1441844795613122560 source].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BB_fractran&#039;&#039;&#039;(n) or &#039;&#039;&#039;BBf&#039;&#039;&#039;(n) is the Busy Beaver function for Fractran programs. Holdouts lists by Daniel Yuan: [https://github.com/int-y1/BBFractran/blob/main/holdout/README.md Holdouts lists]&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
A Fractran program is a list of rational numbers &amp;lt;math&amp;gt;[q_0, q_1, \dots, q_{k-1}]&amp;lt;/math&amp;gt; called rules and a Fractran state is an integer &amp;lt;math&amp;gt;s \in \mathbb{Z}&amp;lt;/math&amp;gt;. The numerator and denominator of any rational number fraction do not share any prime factors (they are in reduced form). We say that a rule &amp;lt;math&amp;gt;q_i&amp;lt;/math&amp;gt; applies to state &amp;lt;math&amp;gt;s&amp;lt;/math&amp;gt; if &amp;lt;math&amp;gt;s \cdot q_i \in \mathbb{Z}&amp;lt;/math&amp;gt;. If no rule applies, we say that the computation has halted otherwise we apply the first applicable rule at each step. In that case we say &amp;lt;math&amp;gt;s \to t&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;t = s \cdot q_i&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;i = \min \{ i : s \cdot q_i \in \mathbb{Z} \}&amp;lt;/math&amp;gt;. As with [[Turing machines]], we will write &amp;lt;math&amp;gt;s \xrightarrow{N} t&amp;lt;/math&amp;gt; if &amp;lt;math&amp;gt;s \to s_1 \to \cdots \to s_{N-1} \to t&amp;lt;/math&amp;gt; (s goes to t after N steps) and &amp;lt;math&amp;gt;s \to^* t&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;s \to^+ t&amp;lt;/math&amp;gt; if &amp;lt;math&amp;gt;s \xrightarrow{N} t&amp;lt;/math&amp;gt; for some N≥0 or N≥1 (respectively). We say that a program has runtime N (or halts in N steps) starting in state s if &amp;lt;math&amp;gt;s \xrightarrow{N} t&amp;lt;/math&amp;gt; and computation halts on t.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;\Omega(n)&amp;lt;/math&amp;gt; be the total number of prime factors of a positive integer n. In other words, &amp;lt;math&amp;gt;\Omega(2^{a_0} 3^{a_1} \cdots p_n^{a_n}) = \sum_{k=0}^n a_n&amp;lt;/math&amp;gt;. Then given a rule &amp;lt;math&amp;gt;\frac{a}{b}&amp;lt;/math&amp;gt; we say that &amp;lt;math&amp;gt;\text{size} \left( \frac{a}{b} \right) = \Omega(a) + \Omega(b)&amp;lt;/math&amp;gt;. And the size of a Fractran program &amp;lt;math&amp;gt;[q_0, q_1, \dots, q_{k-1}]&amp;lt;/math&amp;gt; is &amp;lt;math&amp;gt;k + \sum_{i=0}^{k-1} \text{size}(q_i)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
BB_fractran(n) or BBf(n) is the maximum runtime starting in state 2 for all halting Fractran programs of size n. It is a non-computable function akin to the [[Busy Beaver Functions]] since Fractran is Turing Complete.&lt;br /&gt;
&lt;br /&gt;
== Vector Representation ==&lt;br /&gt;
Fractran programs are not easy to interpret, in fact it may be completely unclear at first that they can perform any computation at all. One of the key insights is to represent all numbers (states and rules) in their prime factorization form. For example, we can use a vector &amp;lt;math&amp;gt;[ a_0, a_1, \dots, a_{n-1} ] \in \mathbb{Z}^n&amp;lt;/math&amp;gt; to represent the number &amp;lt;math&amp;gt;2^{a_0} 3^{a_1} \cdots p_{n-1}^{a_{n-1}}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Let the vector representation (for a sufficiently large n) for a state &amp;lt;math&amp;gt;a = 2^{a_0} 3^{a_1} \cdots p_{n-1}^{a_{n-1}}&amp;lt;/math&amp;gt; be &amp;lt;math&amp;gt;v(a) = [ a_0, a_1, \dots, a_{n-1} ] \in \mathbb{N}^n&amp;lt;/math&amp;gt; and the vector representation for a rule &amp;lt;math&amp;gt;\frac{a}{b}&amp;lt;/math&amp;gt; be &amp;lt;math&amp;gt;v \left( \frac{a}{b} \right) = v(a) - v(b) \in \mathbb{Z}^n&amp;lt;/math&amp;gt; (Note that this is just an extension of the original definition extended to allow negative &amp;lt;math&amp;gt;a_i&amp;lt;/math&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Now, rule q applies to state s iff &amp;lt;math&amp;gt;v(s) + v(q) \in \mathbb{N}^n&amp;lt;/math&amp;gt; (all components of the vector are ≥0) and if &amp;lt;math&amp;gt;s \to t&amp;lt;/math&amp;gt; then &amp;lt;math&amp;gt;v(t) = v(s) + v(q)&amp;lt;/math&amp;gt;. So the Fractran multiplication model is completely equivalent to the vector adding model. For presentation, we will represent a Fractran program with a matrix where each row is the vector representation for a rule.&lt;br /&gt;
&lt;br /&gt;
For example, the BBf(15) champion (&amp;lt;code&amp;gt;[1/45, 4/5, 3/2, 25/3]&amp;lt;/code&amp;gt;) in vector representation would be:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{bmatrix}&lt;br /&gt;
   0 &amp;amp; -2 &amp;amp; -1 \\&lt;br /&gt;
   2 &amp;amp;  0 &amp;amp; -1 \\&lt;br /&gt;
  -1 &amp;amp;  1 &amp;amp;  0 \\&lt;br /&gt;
   0 &amp;amp; -1 &amp;amp;  2&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this representation, it becomes much easier to reason about Fractran programs and describe general rules. It is also very easy to calculate the size of a rule or program in vector representation. It is the sum of absolute values of all elements in the matrix + number of rules (number of rows).&lt;br /&gt;
&lt;br /&gt;
=== Relationship to VAS / Petri Nets ===&lt;br /&gt;
Using vector representation, Fractran programs are a deterministic version of [[wikipedia:Vector_addition_system|Vector Addition Systems (VAS)]] (and, equivalently, [[wikipedia:Petri_net|Petri Nets]]). VAS are identical to Fractran programs in vector representation except that the rules are unordered and non-deterministic, they are used to model distributed systems where precise order of rule execution cannot be predicted. Interestingly, many problems about VAS are actually decidable, but their runtimes are extremely slow. Notably, the reachability problem (given states A and B are there a sequence of rules so that &amp;lt;math&amp;gt;A \to^* B&amp;lt;/math&amp;gt;) is &amp;quot;Ackermann-complete&amp;quot; meaning that the optimal algorithm has worst-case runtime akin to the famously fast-growing Ackermann function.&amp;lt;ref&amp;gt;Czerwiński, Wojciech; Orlikowski, Łukasz (2021). &#039;&#039;Reachability in Vector Addition Systems is Ackermann-complete&#039;&#039;. 2021 IEEE 62nd Annual Symposium on Foundations of Computer Science (FOCS). https://arxiv.org/abs/2104.13866.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Visualizing Fractran Programs&#039; Space-Time Diagrams ==&lt;br /&gt;
Katelyn Doucette&#039;s Fractran space-time diagram visualizer produces the following space-time diagrams for some notable Fractran Programs, under the following principle: Each color represents a prime factor. Left -&amp;gt; right colors indicating the index of that register, and how wide the color is representing how big the value is at that step. Source code: https://github.com/Laturas/FractranVisualizer&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
|[[File:Fractran_22_Cryptid.webp|alt=The space-time diagram of Fenrir|460x460px]]&lt;br /&gt;
The space-time diagram of Fenrir&lt;br /&gt;
|[[File:Hydra.webp|alt=The space-time diagram of Hydra.|460x460px]]&lt;br /&gt;
The space-time diagram of Hydra.&lt;br /&gt;
|[[File:Bbf21 champ full.png|alt=The space-time diagram of the BBf(21) champion.|400x400px]]&lt;br /&gt;
&lt;br /&gt;
The space-time diagram of the BBf(21) champion. The width &amp;amp; height of the diagram can be set in the visualizer.&lt;br /&gt;
|[[File:Space_Needle.webp|alt=The space-time diagram of Space Needle.|460x460px]]&lt;br /&gt;
The space-time diagram of Space Needle.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Deciders ==&lt;br /&gt;
[[File:Fractran deciders.png|alt=Fractran deciders|thumb|All Fractran deciders summarized and their relations, shared by Daniel Yuan on [https://discord.com/channels/960643023006490684/1438019511155691521/1439001835904958655 14 Nov 2025]]]Many specialized deciders have been invented to prove Fractran programs non-halting. See image at right. There are three extra deciders: [https://discord.com/channels/960643023006490684/1438019511155691521/1449775657554022531 Spanning Vectors Masked,] which should be very effective, but implementing it is in-progress, a version of Spanning Vectors Masked - [https://discord.com/channels/960643023006490684/1438019511155691521/1453217977385091092 Masked Linear Invariant] - which is very powerful, and some holdouts were removed by [[User:Sligocki|Shawn Ligocki]] with [https://lsv.ens-paris-saclay.fr/Software/fast/ FAST] (Fast Acceleration of Symbolic Transition systems), a pre-existing general tool.&lt;br /&gt;
&lt;br /&gt;
-d released a new decider on 25 Jan 2026: [https://discord.com/channels/960643023006490684/1438019511155691521/1464873923647639703 Beeping Permutation].&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
The table of champions is split into two pieces: the first for small champions (up to BBf(14)) which all share the same relatively simple behavior (sequential programs) is collapsed by default; the second for champions BBf(15) and beyond which have more complex and varied behavior.&lt;br /&gt;
All small champions as well as the first few larger ones were discovered and proven maximal by Jason Yuen (@-d) in their initial enumeration on [https://discord.com/channels/960643023006490684/1362008236118511758/1434033599094587595 1 Nov 2025].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&#039;&#039;&#039;Small Champions&#039;&#039;&#039;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!n&lt;br /&gt;
!BBf(n)&lt;br /&gt;
!Example Champion&lt;br /&gt;
!Vector Representation&lt;br /&gt;
|-&lt;br /&gt;
| 2 || 1 || &amp;lt;code&amp;gt;[1/2]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 3 || 1 || &amp;lt;code&amp;gt;[3/2]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp; 1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 4 || 1 || &amp;lt;code&amp;gt;[9/2]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp; 2&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 5 || 2 || &amp;lt;code&amp;gt;[3/2, 1/3]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp;  1 \\&lt;br /&gt;
   0 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 6 || 3 || &amp;lt;code&amp;gt;[9/2, 1/3]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp;  2 \\&lt;br /&gt;
   0 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 7 || 4 || &amp;lt;code&amp;gt;[27/2, 1/3]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp;  3 \\&lt;br /&gt;
   0 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 8 || 5 || &amp;lt;code&amp;gt;[81/2, 1/3]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp;  4 \\&lt;br /&gt;
   0 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 9 || 6 || &amp;lt;code&amp;gt;[243/2, 1/3]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp;  5 \\&lt;br /&gt;
   0 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 10 || 7 || &amp;lt;code&amp;gt;[729/2, 1/3]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp;  6 \\&lt;br /&gt;
   0 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 11 || 10 || &amp;lt;code&amp;gt;[27/2, 25/3, 1/5]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp;  3 &amp;amp;  0 \\&lt;br /&gt;
   0 &amp;amp; -1 &amp;amp;  2 \\&lt;br /&gt;
   0 &amp;amp;  0 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 12 || 13 || &amp;lt;code&amp;gt;[81/2, 25/3, 1/5]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp;  4 &amp;amp;  0 \\&lt;br /&gt;
   0 &amp;amp; -1 &amp;amp;  2 \\&lt;br /&gt;
   0 &amp;amp;  0 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 13 || 17 || &amp;lt;code&amp;gt;[81/2, 125/3, 1/5]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp;  4 &amp;amp;  0 \\&lt;br /&gt;
   0 &amp;amp; -1 &amp;amp;  3 \\&lt;br /&gt;
   0 &amp;amp;  0 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 14 || 21 || &amp;lt;code&amp;gt;[243/2, 125/3, 1/5]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
  -1 &amp;amp;  5 &amp;amp;  0 \\&lt;br /&gt;
   0 &amp;amp; -1 &amp;amp;  3 \\&lt;br /&gt;
   0 &amp;amp;  0 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!n&lt;br /&gt;
!BBf(n)&lt;br /&gt;
!Example Champion&lt;br /&gt;
!Vector Representation&lt;br /&gt;
!Champion Found&lt;br /&gt;
!Holdouts Proven&lt;br /&gt;
|-&lt;br /&gt;
| 15 || 28 || &amp;lt;code&amp;gt;[1/45, 4/5, 3/2, 25/3]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
   0 &amp;amp; -2 &amp;amp; -1 \\&lt;br /&gt;
   2 &amp;amp;  0 &amp;amp; -1 \\&lt;br /&gt;
  -1 &amp;amp;  1 &amp;amp;  0 \\&lt;br /&gt;
   0 &amp;amp; -1 &amp;amp;  2&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|Jason Yuen (@-d) [https://discord.com/channels/960643023006490684/1362008236118511758/1434033599094587595 1 Nov 2025]&lt;br /&gt;
|Jason Yuen (@-d) [https://discord.com/channels/960643023006490684/1362008236118511758/1434033599094587595 1 Nov 2025]&lt;br /&gt;
|-&lt;br /&gt;
| 16 || 53 || &amp;lt;code&amp;gt;[1/45, 4/5, 3/2, 125/3]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
   0 &amp;amp; -2 &amp;amp; -1 \\&lt;br /&gt;
   2 &amp;amp;  0 &amp;amp; -1 \\&lt;br /&gt;
  -1 &amp;amp;  1 &amp;amp;  0 \\&lt;br /&gt;
   0 &amp;amp; -1 &amp;amp;  3&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|Jason Yuen (@-d) [https://discord.com/channels/960643023006490684/1362008236118511758/1434033599094587595 1 Nov 2025]&lt;br /&gt;
|Jason Yuen (@-d) [https://discord.com/channels/960643023006490684/1362008236118511758/1434033599094587595 1 Nov 2025]&lt;br /&gt;
|-&lt;br /&gt;
| 17 || 107 || &amp;lt;code&amp;gt;[5/6, 49/2, 3/5, 40/7]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
   -1 &amp;amp; -1 &amp;amp;  1 &amp;amp;  0 \\&lt;br /&gt;
   -1 &amp;amp;  0 &amp;amp;  0 &amp;amp;  2 \\&lt;br /&gt;
    0 &amp;amp;  1 &amp;amp; -1 &amp;amp;  0 \\&lt;br /&gt;
    3 &amp;amp;  0 &amp;amp;  1 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|Jason Yuen (@-d) [https://discord.com/channels/960643023006490684/1362008236118511758/1434313398799175710 1 Nov 2025]&lt;br /&gt;
|Daniel Yuan (@dyuan01) [https://discord.com/channels/960643023006490684/1362008236118511758/1434771877376557086 3 Nov 2025]&lt;br /&gt;
|-&lt;br /&gt;
| 18 || 211 || &amp;lt;code&amp;gt;[5/6, 49/2, 3/5, 80/7]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
   -1 &amp;amp; -1 &amp;amp;  1 &amp;amp;  0 \\&lt;br /&gt;
   -1 &amp;amp;  0 &amp;amp;  0 &amp;amp;  2 \\&lt;br /&gt;
    0 &amp;amp;  1 &amp;amp; -1 &amp;amp;  0 \\&lt;br /&gt;
    4 &amp;amp;  0 &amp;amp;  1 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|Jason Yuen (@-d) [https://discord.com/channels/960643023006490684/1362008236118511758/1435313806493614131 4 Nov 2025]&lt;br /&gt;
|Jason Yuen (@-d) [https://discord.com/channels/960643023006490684/1362008236118511758/1436661215911870584 8 Nov 2025]&lt;br /&gt;
|-&lt;br /&gt;
| 19 || 370 || &amp;lt;code&amp;gt;[5/6, 49/2, 3/5, 160/7]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
   -1 &amp;amp; -1 &amp;amp;  1 &amp;amp;  0 \\&lt;br /&gt;
   -1 &amp;amp;  0 &amp;amp;  0 &amp;amp;  2 \\&lt;br /&gt;
    0 &amp;amp;  1 &amp;amp; -1 &amp;amp;  0 \\&lt;br /&gt;
    5 &amp;amp;  0 &amp;amp;  1 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|@creeperman7002 [https://discord.com/channels/960643023006490684/1362008236118511758/1435763150489387090 5 Nov 2025]&lt;br /&gt;
|Decider: Daniel Yuan (@dyuan01) [https://discord.com/channels/960643023006490684/1438019511155691521/1438558242388312165 13 Nov 2025]&lt;br /&gt;
3 Holdouts: Racheline &amp;amp; Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|746&lt;br /&gt;
|&amp;lt;code&amp;gt;[7/15, 22/3, 6/77, 5/2, 9/5]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;    -1 &amp;amp;     1 &amp;amp;     0 \\&lt;br /&gt;
    1 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     1 \\&lt;br /&gt;
    1 &amp;amp;     1 &amp;amp;     0 &amp;amp;    -1 &amp;amp;    -1 \\&lt;br /&gt;
   -1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|Jason Yuen (@-d) [https://discord.com/channels/960643023006490684/1438019511155691521/1438480761169776733 13 Nov 2025]&lt;br /&gt;
|Decider: Jason Yuen (@-d) &lt;br /&gt;
([https://github.com/int-y1/BBFractran/tree/main/holdout Enum+initial]) &lt;br /&gt;
Daniel Yuan (@dyuan01) [https://discord.com/channels/960643023006490684/1438019511155691521/1438559507579011194 13] and [https://discord.com/channels/960643023006490684/1438019511155691521/1438996636389998773 14 Nov 2025]&lt;br /&gt;
&lt;br /&gt;
Shawn Ligocki (@sligocki) [https://discord.com/channels/960643023006490684/1438019511155691521/1447069110541484146 7] and [https://discord.com/channels/960643023006490684/1438019511155691521/1453213088630444168 24 Dec 2025]&lt;br /&gt;
6 Holdouts: Jason Yuen (@-d) [https://discord.com/channels/960643023006490684/1438019511155691521/1452913055053778945 23 Dec 2025]&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|31,957,632&lt;br /&gt;
|&amp;lt;code&amp;gt;[7/15, 4/3, 27/14, 5/2, 9/5]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;    -1 &amp;amp;     1 \\&lt;br /&gt;
    2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     3 &amp;amp;     0 &amp;amp;    -1 \\&lt;br /&gt;
   -1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     2 &amp;amp;    -1 &amp;amp;     0&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|Jason Yuen (@-d) [https://discord.com/channels/960643023006490684/1438019511155691521/1439759182587891894 16 Nov 2025]&lt;br /&gt;
|140 holdouts remain. [https://discord.com/channels/960643023006490684/1438019511155691521/1464873923647639703 25 Jan 2026]&lt;br /&gt;
Claude Opus 4.6 proof of nonhalting of all 140: [https://discord.com/channels/960643023006490684/1438019511155691521/1485168251997786173 28 March 2026]&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 1.146 \times 10^{62}&amp;lt;/math&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt;[1/12, 9/10, 14/3, 11/2, 5/7, 3/11]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
   -2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    1 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     1 \\&lt;br /&gt;
    0 &amp;amp;     0 &amp;amp;     1 &amp;amp;    -1 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     1 &amp;amp;     0 &amp;amp;     0 &amp;amp;    -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|Shawn Ligocki (@sligocki) [https://discord.com/channels/960643023006490684/1438019511155691521/1448912286713384961 11 Dec 2025] and Jason Yuen (@-d)&amp;lt;sup&amp;gt;[https://discord.com/channels/960643023006490684/1438019511155691521/1448953682237460480 &amp;lt;nowiki&amp;gt;[1]&amp;lt;/nowiki&amp;gt;]&amp;lt;/sup&amp;gt;&lt;br /&gt;
|2003 holdouts remain. [https://discord.com/channels/960643023006490684/1438019511155691521/1464873923647639703 25 Jan 2026]&lt;br /&gt;
&lt;br /&gt;
Known [[Cryptid|Cryptids]]: &lt;br /&gt;
&lt;br /&gt;
# Fenrir&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Known [[Cryptid|Cryptids]]: &lt;br /&gt;
&lt;br /&gt;
# Frankenstein&#039;s Monster&lt;br /&gt;
# Antihydra-like Cryptid&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Behavior of Champions ===&lt;br /&gt;
&lt;br /&gt;
==== Sequential programs ====&lt;br /&gt;
All champions up to BBf(14) have very simple behavior. They are all of the form: &amp;lt;math&amp;gt;\left[ \frac{3^{a_1}}{2}, \frac{5^{a_2}}{3}, \dots, \frac{p_n^{a_k}}{p_{k-1}}, \frac{1}{p_k} \right]&amp;lt;/math&amp;gt; or in vector representation (limited to k=4):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{bmatrix}&lt;br /&gt;
   -1 &amp;amp; a_1 &amp;amp;   0 &amp;amp;   0 &amp;amp;   0 \\&lt;br /&gt;
    0 &amp;amp;  -1 &amp;amp; a_2 &amp;amp;   0 &amp;amp;   0 \\&lt;br /&gt;
    0 &amp;amp;   0 &amp;amp;  -1 &amp;amp; a_3 &amp;amp;   0 \\&lt;br /&gt;
    0 &amp;amp;   0 &amp;amp;   0 &amp;amp;  -1 &amp;amp; a_4 \\&lt;br /&gt;
    0 &amp;amp;   0 &amp;amp;   0 &amp;amp;   0 &amp;amp;  -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These champions repeatedly apply the rules in sequence, never going back to a previous rule. They apply the first rule until they&#039;ve exhausted all 2s, then the second rule until they&#039;ve exhausted all 3s, etc. They have a runtime of &amp;lt;math&amp;gt;1 + a_1 + a_1 a_2 + a_1 a_2 a_3 + \cdots = \sum_{i=0}^k \prod_{j=1}^i a_j&amp;lt;/math&amp;gt; and size &amp;lt;math&amp;gt;2k+2 + \sum_{i=1}^k a_i&amp;lt;/math&amp;gt;. This grows linearly for k=1 (BBf(5) to BBf(10)) and quadratically for k=2 (BBf(11) to BBf(14)). Letting k grow with the size, the maximum runtime grows exponentially in the program size.&lt;br /&gt;
&lt;br /&gt;
==== BBf(15) Family ====&lt;br /&gt;
The BBf(15) and BBf(16) champions are members of a family of programs (parameterized by &amp;lt;math&amp;gt;n \ge 1&amp;lt;/math&amp;gt;):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{bmatrix}&lt;br /&gt;
   0 &amp;amp; -2 &amp;amp; -1 \\&lt;br /&gt;
   2 &amp;amp;  0 &amp;amp; -1 \\&lt;br /&gt;
  -1 &amp;amp;  1 &amp;amp;  0 \\&lt;br /&gt;
   0 &amp;amp; -1 &amp;amp;  n&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Let a = 2, b = 3, and c = 5.&lt;br /&gt;
&lt;br /&gt;
The BBf(15) champion (n = 2) implements this iteration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  b^0     &amp;amp; \xrightarrow{0} &amp;amp; \text{halt} \\&lt;br /&gt;
  b^1     &amp;amp; \xrightarrow{7} &amp;amp; b^4 \\&lt;br /&gt;
  b^2     &amp;amp; \xrightarrow{7} &amp;amp; b^5 \\&lt;br /&gt;
  b^3     &amp;amp; \xrightarrow{5} &amp;amp; b^2 \\&lt;br /&gt;
  b^4     &amp;amp; \xrightarrow{5} &amp;amp; b^3 \\&lt;br /&gt;
  b^{n+5} &amp;amp; \xrightarrow{3} &amp;amp; b^n \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which follows a permutation-like trajectory: &amp;lt;math&amp;gt;a \xrightarrow{1} b^1 \to b^4 \to b^3 \to b^2 \to b^5 \to b^0 \to \text{halt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The BBf(16) champion (n = 3) implements this iteration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  b^0     &amp;amp; \xrightarrow{0}  &amp;amp; \text{halt} \\&lt;br /&gt;
  b^1     &amp;amp; \xrightarrow{10} &amp;amp; b^6 \\&lt;br /&gt;
  b^2     &amp;amp; \xrightarrow{10} &amp;amp; b^7 \\&lt;br /&gt;
  b^3     &amp;amp; \xrightarrow{8}  &amp;amp; b^4 \\&lt;br /&gt;
  b^4     &amp;amp; \xrightarrow{8}  &amp;amp; b^5 \\&lt;br /&gt;
  b^5     &amp;amp; \xrightarrow{6}  &amp;amp; b^2 \\&lt;br /&gt;
  b^6     &amp;amp; \xrightarrow{6}  &amp;amp; b^3 \\&lt;br /&gt;
  b^{n+7} &amp;amp; \xrightarrow{4}  &amp;amp; b^n \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which follows a permutation-like trajectory: &amp;lt;math&amp;gt;a \xrightarrow{1} b^1 \to b^6 \to b^3 \to b^4 \to b^5 \to b^2 \to b^7 \to b^0 \to \text{halt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== BBf(17) Family ====&lt;br /&gt;
The BBf(17) to BBf(19) champions are members of a family of programs (parameterized by &amp;lt;math&amp;gt;m,n \ge 0&amp;lt;/math&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{bmatrix}&lt;br /&gt;
   -1 &amp;amp; -1 &amp;amp;  1 &amp;amp;  0 \\&lt;br /&gt;
   -1 &amp;amp;  0 &amp;amp;  0 &amp;amp;  n \\&lt;br /&gt;
    0 &amp;amp;  1 &amp;amp; -1 &amp;amp;  0 \\&lt;br /&gt;
    m &amp;amp;  0 &amp;amp;  1 &amp;amp; -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which have size &amp;lt;math&amp;gt;m+n+12&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This family obeys the following rules:&lt;br /&gt;
&lt;br /&gt;
# &amp;lt;math&amp;gt;[1, 0, 0, 0] \xrightarrow{1} [0, 0, 0, n]&amp;lt;/math&amp;gt;&lt;br /&gt;
# if d≥1 and b≤m:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;[0, b, 0, d] \xrightarrow{m+b+2} [0, b+1, 0, d - 1 + n(m-b)]&amp;lt;/math&amp;gt;&lt;br /&gt;
# if d≥1 and b≥m:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;[0, b, 0, d] \xrightarrow{2m+2} [0, b+1, 0, d - 1]&amp;lt;/math&amp;gt;&lt;br /&gt;
#if d=0: [0,b,0,d] has halted&lt;br /&gt;
&lt;br /&gt;
and furthermore these rules are applied in order since b is always increasing (and d is eventually decreasing). Combining these together we get runtime:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;1 + n(m+1)(m(m+1)+2) - \frac{m(m+1)}{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The optimal choices for n,m for various program sizes are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Size&lt;br /&gt;
!n&lt;br /&gt;
!m&lt;br /&gt;
!Runtime&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|1&lt;br /&gt;
|3&lt;br /&gt;
|51&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;17&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;2&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;3&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;107&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;18&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;2&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;4&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;211&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;19&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;2&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;5&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&#039;&#039;370&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|2&lt;br /&gt;
|6&lt;br /&gt;
|596&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|3&lt;br /&gt;
|6&lt;br /&gt;
|904&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==== BBf(20) ====&lt;br /&gt;
[[File:Screenshot 2026-04-01 104704.png|alt=Full space-time diagram of the BBf(20) champion.|left|507x507px]]&lt;br /&gt;
The BBf(20) champion (running 746 steps):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{bmatrix}&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;    -1 &amp;amp;     1 &amp;amp;     0 \\&lt;br /&gt;
    1 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     1 \\&lt;br /&gt;
    1 &amp;amp;     1 &amp;amp;     0 &amp;amp;    -1 &amp;amp;    -1 \\&lt;br /&gt;
   -1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This program implements a [[Collatz-like]] iteration. Let &amp;lt;math&amp;gt;C(n) = [0, 0, n, 2, 0]&amp;lt;/math&amp;gt;, then:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  [1,0,0,0,0] &amp;amp; \xrightarrow{49}     &amp;amp; C(2) \\&lt;br /&gt;
  C(3k)       &amp;amp; \xrightarrow{3k}     &amp;amp; \text{halt} \\&lt;br /&gt;
  C(3k+1)     &amp;amp; \xrightarrow{11k+22} &amp;amp; C(4k+3) \\&lt;br /&gt;
  C(3k+2)     &amp;amp; \xrightarrow{11k+22} &amp;amp; C(4k+4) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which follows the reasonably &amp;quot;lucky&amp;quot; trajectory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(2) \to C(4) \to C(7) \to C(11) \to C(16) \to C(23) \to C(32) \to C(44) \to C(60) \to \text{halt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== BBf(21) ====&lt;br /&gt;
[[File:Bbf21 champ full.png|alt=The full space-time diagram of the BBf(21) champion until halting.|thumb|The full space-time diagram of the BBf(21) champion until halting.]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The BBf(21) champion (running &amp;gt;31M steps):&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{bmatrix}&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;    -1 &amp;amp;     1 \\&lt;br /&gt;
    2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     3 &amp;amp;     0 &amp;amp;    -1 \\&lt;br /&gt;
   -1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     2 &amp;amp;    -1 &amp;amp;     0&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This program implements a Collatz-like iteration. Let &amp;lt;math&amp;gt;D(n) = [0, 0, n, 0]&amp;lt;/math&amp;gt;, then:&amp;lt;sup&amp;gt;[https://discord.com/channels/960643023006490684/1438019511155691521/1439779341365022852]&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  [1,0,0,0,0] &amp;amp; \xrightarrow{1}      &amp;amp; D(1) \\&lt;br /&gt;
  D(3k)       &amp;amp; \xrightarrow{k}      &amp;amp; \text{halt} \\&lt;br /&gt;
  D(3k+1)     &amp;amp; \xrightarrow{21k+7}  &amp;amp; C(10k+4) \\&lt;br /&gt;
  D(3k+2)     &amp;amp; \xrightarrow{21k+14} &amp;amp; C(10k+7) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which follows the reasonably &amp;quot;lucky&amp;quot; trajectory:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{ll}&lt;br /&gt;
  D(1) &amp;amp; \to D(4) \to D(14) \to D(47) \to D(157) \to D(524) \to D(1747) \to D(5824) \to D(19414) \\&lt;br /&gt;
       &amp;amp; \to D(64714) \to D(215714) \to D(719047) \to D(2396824) \to D(7989414) \to \text{halt} \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== BBf(22) ====&lt;br /&gt;
The BBf(22) champion (running &amp;lt;math&amp;gt;&amp;gt; 10^{62}&amp;lt;/math&amp;gt; steps):&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{bmatrix}&lt;br /&gt;
   -2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    1 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     1 \\&lt;br /&gt;
    0 &amp;amp;     0 &amp;amp;     1 &amp;amp;    -1 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     1 &amp;amp;     0 &amp;amp;     0 &amp;amp;    -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This program implements a [[Collatz-like]] unbiased pseudo-random walk. Let &amp;lt;math&amp;gt;S(x,y) = [0, 0, x, 0, y]&amp;lt;/math&amp;gt;, then:&amp;lt;sup&amp;gt;[https://discord.com/channels/960643023006490684/1438019511155691521/1449118888142049421]&amp;lt;/sup&amp;gt;&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  [1,0,0,0,0]  &amp;amp; \xrightarrow{1}      &amp;amp; S(0,1) \\&lt;br /&gt;
  S(x, 0)      &amp;amp;  =                   &amp;amp; \text{halt} \\&lt;br /&gt;
  S(3k,   y+1) &amp;amp; \xrightarrow{14k+4}  &amp;amp; S(5k+1, y+1) \\&lt;br /&gt;
  S(3k+1, y+1) &amp;amp; \xrightarrow{14k+10} &amp;amp; S(5k+3, y+2) \\&lt;br /&gt;
  S(3k+2, y+1) &amp;amp; \xrightarrow{14k+12} &amp;amp; S(5k+4, y) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This random walk iterates 275 times until it halts reaching a maximum y value of 14 at iteration 111:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{ll}&lt;br /&gt;
 S(0,1) &amp;amp; \to S(1,1) \to S(3,2) \to S(6,2) \to S(11, 2) \to S(19, 1) \to S(33, 2) \to S(56, 2) \to S(94, 1) \\&lt;br /&gt;
        &amp;amp; \to S(158, 2) \to S(264, 1) \to S(441, 1) \to S(736, 1) \to S(1228, 2) \to S(2048, 3) \\&lt;br /&gt;
        &amp;amp; \vdots \\&lt;br /&gt;
        &amp;amp; \to S(4065328691604230522442358, 13) \\&lt;br /&gt;
        &amp;amp; \to S(6775547819340384204070598, 14) \\&lt;br /&gt;
        &amp;amp; \to S(11292579698900640340117664, 13) \\&lt;br /&gt;
        &amp;amp; \vdots \\&lt;br /&gt;
        &amp;amp; \to S(27930059557111373800280446055462487109112535227834136644, 2) \\&lt;br /&gt;
        &amp;amp; \to S(46550099261852289667134076759104145181854225379723561074, 1) \\&lt;br /&gt;
        &amp;amp; \to S(77583498769753816111890127931840241969757042299539268458, 2) \\&lt;br /&gt;
        &amp;amp; \to S(129305831282923026853150213219733736616261737165898780764, 1) \\&lt;br /&gt;
        &amp;amp; \to S(215509718804871711421917022032889561027102895276497967941, 1) \\&lt;br /&gt;
        &amp;amp; \to S(359182864674786185703195036721482601711838158794163279903, 2) \\&lt;br /&gt;
        &amp;amp; \vdots \\&lt;br /&gt;
        &amp;amp; \to S(5894430516013404355095519889620117404469367857588232386361874, 2) \\&lt;br /&gt;
        &amp;amp; \to S(9824050860022340591825866482700195674115613095980387310603124, 1) \\&lt;br /&gt;
        &amp;amp; \to S(16373418100037234319709777471166992790192688493300645517671874, 0)&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cryptids ==&lt;br /&gt;
&lt;br /&gt;
=== Fenrir ===&lt;br /&gt;
[[File:Fractran 22 Cryptid.webp|alt=The space-time diagram of Fenrir.|thumb|Partial space-time diagram of Fenrir.]]&lt;br /&gt;
&amp;quot;Fenrir&amp;quot; is a family of 3 size 22 [[Cryptids]] discovered by Jason Yuen (@-d) and Claude Opus 4.6 on 22 Mar 2026. Out of 500 holdouts of size 22, Claude Opus 4.6 used Lean to prove that 497 holdouts were non-halting. The remaining 3 holdouts are the Fenrir family.&amp;lt;sup&amp;gt;[https://discord.com/channels/960643023006490684/1438019511155691521/1485415054475268179]&amp;lt;/sup&amp;gt; Discord user @ZTS439 shared [https://discord.com/channels/960643023006490684/1438019511155691521/1487251919444508723 some analysis] and a [https://discord.com/channels/960643023006490684/1438019511155691521/1487252789158613002 Python program] for it. Its name comes from [[wikipedia:Norse_mythology|nordic mythology]]; [[wikipedia:Fenrir|Fenrir]] is the wolf that helps destroy the world during [[wikipedia:Ragnarök|Ragnarök]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Holdout number&lt;br /&gt;
!Holdout&lt;br /&gt;
!Vector Representation&lt;br /&gt;
|-&lt;br /&gt;
| 29/2003&lt;br /&gt;
| &amp;lt;code&amp;gt;[1/15, 27/77, 49/3, 10/49, 33/2]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     3 &amp;amp;     0 &amp;amp;    -1 &amp;amp;    -1 \\&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     2 &amp;amp;     0 \\&lt;br /&gt;
    1 &amp;amp;     0 &amp;amp;     1 &amp;amp;    -2 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 41/2003&lt;br /&gt;
| &amp;lt;code&amp;gt;[1/15, 49/3, 27/77, 10/49, 33/2]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     2 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     3 &amp;amp;     0 &amp;amp;    -1 &amp;amp;    -1 \\&lt;br /&gt;
    1 &amp;amp;     0 &amp;amp;     1 &amp;amp;    -2 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 430/2003&lt;br /&gt;
| &amp;lt;code&amp;gt;[27/35, 1/33, 25/3, 22/25, 21/2]&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
    0 &amp;amp;     3 &amp;amp;    -1 &amp;amp;    -1 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;    -1 \\&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;     2 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    1 &amp;amp;     0 &amp;amp;    -2 &amp;amp;     0 &amp;amp;     1 \\&lt;br /&gt;
   -1 &amp;amp;     1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All 3 holdouts follow a biased random walk that somewhat resembles [[Hydra]]. Let &amp;lt;math&amp;gt;S(x,y) = [x, 0, 0, 2, y]&amp;lt;/math&amp;gt; (for 29/2003 and 41/2003) or &amp;lt;math&amp;gt;S(x,y) = [x, 0, 2, y, 0]&amp;lt;/math&amp;gt; (for 430/2003), then:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  [1,0,0,0,0] &amp;amp; \to &amp;amp; S(0,1) \\&lt;br /&gt;
  S(0, 2y)    &amp;amp;  =  &amp;amp; \text{halt} \\&lt;br /&gt;
  S(x, 2y)    &amp;amp; \to &amp;amp; S(x-1, 5y+2) \\&lt;br /&gt;
  S(x, 2y+1)  &amp;amp; \to &amp;amp; S(x+2, 5y)&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The first few visited states are $$S(0, 1) \to S(2, 0) \to S(1, 2) \to S(0, 7) \to S(2, 15) \to S(4, 35)$$&lt;br /&gt;
&lt;br /&gt;
=== Frankenstein&#039;s Monster ===&lt;br /&gt;
[[File:Frankenstein&#039;s Monster.webp|alt=Partial space-time diagram of Frankenstein&#039;s Monster.|thumb|Partial space-time diagram of Frankenstein&#039;s Monster.]]&lt;br /&gt;
&amp;quot;Frankenstein&#039;s Monster&amp;quot; is a size 23 [[Cryptid]]. It was created by tweaking a single instruction in the size 22 champion. This tweak switches it from a unbiased random walk to a biased one and thus makes halting probviously impossible. It is called Frankenstein&#039;s Monster since it was found by a combination of exhaustive search and hand design.&amp;lt;sup&amp;gt;[https://discord.com/channels/960643023006490684/1438019511155691521/1449138938215141478]&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[1/12, 9/10, 14/3, 121/2, 5/7, 3/11]&amp;lt;/code&amp;gt; &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{bmatrix}&lt;br /&gt;
   -2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    1 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     2 \\&lt;br /&gt;
    0 &amp;amp;     0 &amp;amp;     1 &amp;amp;    -1 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     1 &amp;amp;     0 &amp;amp;     0 &amp;amp;    -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Its behavior is extremely similar to the size 22 champion. Let &amp;lt;math&amp;gt;S(x,y) = [0, 0, x, 0, y]&amp;lt;/math&amp;gt;, then:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  [1,0,0,0,0]  &amp;amp; \xrightarrow{1}      &amp;amp; S(0,2) \\&lt;br /&gt;
  S(x, 0)      &amp;amp;  =                   &amp;amp; \text{halt} \\&lt;br /&gt;
  S(3k,   y+1) &amp;amp; \xrightarrow{14k+4}  &amp;amp; S(5k+1, y+2) \\&lt;br /&gt;
  S(3k+1, y+1) &amp;amp; \xrightarrow{14k+10} &amp;amp; S(5k+3, y+4) \\&lt;br /&gt;
  S(3k+2, y+1) &amp;amp; \xrightarrow{14k+12} &amp;amp; S(5k+4, y)&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with the only difference that the y values now change by {+1,+3,-1} depending on the value of x mod 3 (instead of {0,+1,-1} in the original size 22 program). The x values follow the exact same path as in the original size 22 champion, but the y values quickly grow linearly with the number of iterations (as expected by the random model):&lt;br /&gt;
          0: S(0, 1)  @ 1  (0.00s)&lt;br /&gt;
    100_000: S(10^22_185, 100171)  @ 10^22_186  (0.87s)&lt;br /&gt;
    200_000: S(10^44_370, 200187)  @ 10^44_371  (3.42s)&lt;br /&gt;
    300_000: S(10^66_555, 300759)  @ 10^66_556  (7.68s)&lt;br /&gt;
    400_000: S(10^88_740, 400451)  @ 10^88_741  (13.64s)&lt;br /&gt;
    500_000: S(10^110_925, 500421)  @ 10^110_925  (21.28s)&lt;br /&gt;
    600_000: S(10^133_109, 600351)  @ 10^133_110  (30.62s)&lt;br /&gt;
    700_000: S(10^155_294, 700319)  @ 10^155_295  (41.64s)&lt;br /&gt;
    800_000: S(10^177_479, 799911)  @ 10^177_480  (54.30s)&lt;br /&gt;
    900_000: S(10^199_664, 900259)  @ 10^199_665  (68.59s)&lt;br /&gt;
  1_000_000: S(10^221_849, 1000853)  @ 10^221_850  (84.51s)&lt;br /&gt;
 ...&lt;br /&gt;
  4_000_000: S(10^887_395, 4000201)  @ 10^887_396  (1474.02s)&lt;br /&gt;
 ...&lt;br /&gt;
 27_500_000: S(10^6_100_841, 27512703)  @ 10^6_100_842  (87616.45s)&lt;br /&gt;
&lt;br /&gt;
=== Antihydra-like Cryptid ===&lt;br /&gt;
This Cryptid is a size 23 [[Cryptid]]. This Cryptid was [https://discord.com/channels/960643023006490684/1438019511155691521/1449293536737361973 constructed by Maksandchael] by tweaking Frankenstein&#039;s Monster to make it as similar to [[Antihydra]] as possible. &amp;lt;code&amp;gt;[9/10, 1/6, 1331/2, 14/3, 5/7, 3/11]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{bmatrix}&lt;br /&gt;
   -1 &amp;amp;     2 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
   -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     3 \\&lt;br /&gt;
    1 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     0 &amp;amp;     1 &amp;amp;    -1 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     1 &amp;amp;     0 &amp;amp;     0 &amp;amp;    -1&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
H(a, b) = [0, 0, a-2, 0, b]&lt;br /&gt;
Start -&amp;gt; H(2, 3)&lt;br /&gt;
H(2a, b) -&amp;gt; H(3a, b+2)&lt;br /&gt;
H(2a+1, b+1) -&amp;gt; H(3a+1, b)&lt;br /&gt;
H(a,0) -&amp;gt; halt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
[[File:Hydra.webp|alt=Partial space-time diagram of Hydra.|thumb|300x300px|Partial space-time diagram of Hydra.]]&lt;br /&gt;
A size 25 program was produced and golfed by hand to simulate [[Hydra]] rules ([https://discord.com/channels/960643023006490684/1438019511155691521/1449829146040467681 Discord]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[363/14, 125/2, 22/21, 1/3, 7/11, 14/5]&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\begin{bmatrix}&lt;br /&gt;
   -1 &amp;amp;     1 &amp;amp;     0 &amp;amp;    -1 &amp;amp;     2 \\&lt;br /&gt;
   -1 &amp;amp;     0 &amp;amp;     3 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    1 &amp;amp;    -1 &amp;amp;     0 &amp;amp;    -1 &amp;amp;     1 \\&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     1 &amp;amp;    -1 \\&lt;br /&gt;
    1 &amp;amp;     0 &amp;amp;    -1 &amp;amp;     1 &amp;amp;     0&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The intended interpretation is that if we let &amp;lt;math&amp;gt;S(h,w) = [1, 0, w, h-3, 0]&lt;br /&gt;
&amp;lt;/math&amp;gt; then it follows the following rules:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  [1,0,\dots]  &amp;amp; =     &amp;amp; S(3, 0) \\&lt;br /&gt;
  S(2k,   0)   &amp;amp; \to^* &amp;amp; \text{halt} \\&lt;br /&gt;
  S(2k,   w+1) &amp;amp; \to^* &amp;amp; S(3k,   w) \\&lt;br /&gt;
  S(2k+1, w)   &amp;amp; \to^* &amp;amp; S(3k+1, w+2)&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== BMO1 ===&lt;br /&gt;
[[File:Ftran bmo1.png|alt=Partial space-time diagram of BMO 1.|thumb|Partial space-time diagram of BMO 1.]]&lt;br /&gt;
A size 36 program was produced by hand to simulate [[BMO1]] rules ([https://discord.com/channels/960643023006490684/1438019511155691521/1440018895212642424 Discord]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[153/55, 2/11, 26/35, 3/7, 11/17, 7/13, 25/6, 55/2, 14/3]&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\begin{bmatrix}&lt;br /&gt;
    0 &amp;amp;    2 &amp;amp;     -1 &amp;amp;     0 &amp;amp;     -1 &amp;amp;     0 &amp;amp;    1 \\&lt;br /&gt;
    1 &amp;amp;    0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     -1 &amp;amp;     0 &amp;amp;    0 \\&lt;br /&gt;
    1 &amp;amp;    0 &amp;amp;     -1 &amp;amp;     -1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 \\&lt;br /&gt;
   0 &amp;amp;     1 &amp;amp;     0 &amp;amp;     -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
   0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 &amp;amp;     -1 \\&lt;br /&gt;
    0 &amp;amp;     0 &amp;amp;     0 &amp;amp;    1 &amp;amp;     0 &amp;amp;     -1 &amp;amp;     0 \\&lt;br /&gt;
    -1 &amp;amp;     -1 &amp;amp;     2 &amp;amp;    0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    -1 &amp;amp;     0 &amp;amp;    1 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 &amp;amp;     0 \\&lt;br /&gt;
    1 &amp;amp;     -1 &amp;amp;     0 &amp;amp;     1 &amp;amp;    0 &amp;amp;     0 &amp;amp;     0&lt;br /&gt;
\end{bmatrix}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;A(a,b) = [a, b, 0, 0, 0, 0, 0]&amp;lt;/math&amp;gt;, then it follows the rules:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  [1,0,\dots] &amp;amp; \to^* &amp;amp; A(1, 2) \\&lt;br /&gt;
  A(a, b) &amp;amp; \to^* &amp;amp; A(a-b, 4b+2) &amp;amp; \text{if } a &amp;gt; b \\&lt;br /&gt;
  A(a, b) &amp;amp; \to^* &amp;amp; A(2a+1, b-a) &amp;amp; \text{if } a &amp;lt; b \\&lt;br /&gt;
  A(a, b) &amp;amp; \to^* &amp;amp; \text{Halt} &amp;amp; \text{if } a = b&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== BMO 6 (“Space Needle”) ===&lt;br /&gt;
[[File:Space Needle.webp|alt=Partial space-time diagram of Space Needle.|thumb|Partial space-time diagram of Space Needle.]]&lt;br /&gt;
A size 48 program was produced by hand to simulate [https://wiki.bbchallenge.org/wiki/1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD BMO 6] rules ([https://discord.com/channels/960643023006490684/1438019511155691521/1441137371046482071 Discord])&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[77/2, 2/99, 17/33, 13/11, 285/119, 17/19, 1375/51, 1/17, 3/5, 243/7, 10/13]&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{bmatrix}&lt;br /&gt;
    -1 &amp;amp;    0 &amp;amp;     0 &amp;amp;     1 &amp;amp;     1 &amp;amp;     0 &amp;amp;    0 &amp;amp;    0 \\&lt;br /&gt;
    1 &amp;amp;    -2 &amp;amp;     0 &amp;amp;     0 &amp;amp;     -1 &amp;amp;     0 &amp;amp;    0 &amp;amp;    0 \\&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     -1 &amp;amp;     0 &amp;amp;    1 &amp;amp;    0 \\&lt;br /&gt;
    0 &amp;amp;    0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     -1 &amp;amp;     1 &amp;amp;    0 &amp;amp;    0 \\&lt;br /&gt;
    0 &amp;amp;    1 &amp;amp;     1 &amp;amp;     -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;    -1 &amp;amp;    1 \\&lt;br /&gt;
    0 &amp;amp;    0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 &amp;amp;    1 &amp;amp;    -1 \\&lt;br /&gt;
    0 &amp;amp;    -1 &amp;amp;     3 &amp;amp;     0 &amp;amp;     1 &amp;amp;     0 &amp;amp;    -1 &amp;amp;    0 \\&lt;br /&gt;
    0 &amp;amp;    0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 &amp;amp;    -1 &amp;amp;    0 \\&lt;br /&gt;
    0 &amp;amp;    1 &amp;amp;     -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     0 &amp;amp;    0 &amp;amp;    0 \\&lt;br /&gt;
    0 &amp;amp;    5 &amp;amp;     0 &amp;amp;     -1 &amp;amp;     0 &amp;amp;     0 &amp;amp;    0 &amp;amp;    0 \\&lt;br /&gt;
    1 &amp;amp;    0 &amp;amp;     1 &amp;amp;     0 &amp;amp;     0 &amp;amp;     -1 &amp;amp;    0 &amp;amp;    0&lt;br /&gt;
\end{bmatrix}&amp;lt;/math&amp;gt;&amp;lt;pre&amp;gt;A(a, b) = B^a C^b E or B^(a-2) C^b D E&lt;br /&gt;
&lt;br /&gt;
Start: A(7, 1)&lt;br /&gt;
&lt;br /&gt;
A(1, b) --&amp;gt; halt&lt;br /&gt;
&lt;br /&gt;
A(2a, b) --&amp;gt; A(5a+b+2, 1)&lt;br /&gt;
&lt;br /&gt;
A(2a+1, b) --&amp;gt; A(b-1, b+c+3)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Functions]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7057</id>
		<title>Cryptids</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7057"/>
		<updated>2026-04-09T05:38:58Z</updated>

		<summary type="html">&lt;p&gt;C7X: Fix typo /* Cryptids at the Edge */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Lovecraft beaver.png|alt=A monstrous beaver in the style of HP Lovecraft with pink tentacles coming out of its mouth, 5 red spider eyes, horns on its head, elbows and tail, moss colored fur, sharp purple claws and webbed feet.|thumb|Lovecraftian Beaver fan art made by Lauren]]&lt;br /&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;
== Cryptids at the Edge ==&lt;br /&gt;
&lt;br /&gt;
This is a list of notable Minimal Cryptids (Cryptids in a [[:Category:BB_Domains|domain]] with no strictly smaller known Cryptid). All of these Cryptids were &amp;quot;discovered in the wild&amp;quot; rather than &amp;quot;constructed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! BB domain !! Machine !! Date !! Discoverer !! Note&lt;br /&gt;
|-&lt;br /&gt;
|[[Bigfoot]]&lt;br /&gt;
|[[BB(3,3)]]&lt;br /&gt;
|{{TM|1RB2RA1LC_2LC1RB2RB_---2LA1LA|undecided}}&lt;br /&gt;
|Nov 2023&lt;br /&gt;
|[[User:Sligocki|Shawn Ligocki]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Hydra]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB0LA|undecided}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Bonus cryptid]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB1LB}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[Antihydra]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA|undecided}}&lt;br /&gt;
|June 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;@mxdys&amp;lt;/code&amp;gt;, shown to be a Cryptid by &amp;lt;code&amp;gt;@racheline&amp;lt;/code&amp;gt;.&lt;br /&gt;
|Same as &#039;&#039;&#039;Hydra&#039;&#039;&#039; but starting iteration from 8 instead of 3 and with termination condition &amp;lt;code&amp;gt;O &amp;gt; 2E&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;E &amp;gt; 2O&amp;lt;/code&amp;gt;, hence the name &#039;&#039;&#039;Antihydra&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|[[Lucy&#039;s Moonlight]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA}}&lt;br /&gt;
|Mar 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RC_1LC1LE_1RA1RD_0RF0RE_1LA0LB_---1RA|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Variant of Hydra and Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC1RE_0LA1LB_0LD1LC_1RF0RA_---0RC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RF_1LA0RA_0LA0LE_1LD1LA_0RB---|undecided}}&lt;br /&gt;
|Sep 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LB_1LC0RE_1LA1LD_0LC---_0RB0RF_1RE1RB|undecided}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|Space Needle]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|undecided}}&lt;br /&gt;
|Jan 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0RC1RC_1LD0LF_0LE1LE_1RA0LB_---0LC|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Has near-identical behavior to 16 related BB(6) holdouts. Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RE_1LC1LD_---1LA_1LB1LE_0RF0RA_1LD1RF}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RE_1LC1LD_0RA0LD_1LB0LA_1RF1RA_---1LB}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_0LC0RF_1RD1LC_0RA1LE_---0LD_1LF1LA}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_1LC0RD_1LF1LA_1LB1RE_1RB1LE_---0LE}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB---_0RC0RE_1RD1RF_1LE0LB_1RC0LD_1RC1RA}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_1LD0RB_1LE1LA_1RF0RC_---1RE}}&lt;br /&gt;
|Jul 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LE_0LC0LB_1RD1LC_1RD1RA_1RF0LA_---1RE}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously decidable. Estimated to have a 3/5 chance of becoming a [[translated cycler]] and a 2/5 chance of halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RB_1LC1RE_1LF0LD_1RA1LD_1RC1RB_---1LC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|mxdys, shown to be a Cryptid by DrDisentangle&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_0LC0RC_1LE1RD_1RE1RC_1LF0LA_---1LE|undecided}}&lt;br /&gt;
|April 2026&lt;br /&gt;
|Sheep, shown to be a Cryptid by Daniel Yuan&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC0LE_1LA1RE_0LF1LA_1RB0RB_---0LB|undecided}}&lt;br /&gt;
|Feb 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[Fractran#Fenrir|Fenrir]]&lt;br /&gt;
|[[Fractran|BBf(22)]]&lt;br /&gt;
|&amp;lt;code&amp;gt;[1/15, 27/77, 49/3, 10/49, 33/2]&amp;lt;/code&amp;gt; and 2 others&lt;br /&gt;
|Mar 2026&lt;br /&gt;
|Jason Yuen (@-d) and Claude Opus 4.6&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|}&lt;br /&gt;
The following machines have chaotic behavior, but have not been classified as Cryptids due to seemingly lacking a connection to any known open mathematical problems, such as Collatz-like problems.&lt;br /&gt;
&lt;br /&gt;
* {{TM|1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE|undecided}}&lt;br /&gt;
* {{TM|1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE|undecided}}&lt;br /&gt;
* {{TM|1RB---0RB0LA2RA_2LB2LA3RA4LB0LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA3RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA1RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LB---4LA1RB_2LA4LA4LB3RB1RA|undecided}} [https://discord.com/channels/960643023006490684/1375584513777995957 Analysis by @mxdys]&lt;br /&gt;
&lt;br /&gt;
== Larger Cryptids ==&lt;br /&gt;
&lt;br /&gt;
A more complete list of notable known Cryptids over a wider range of states and symbols. These Cryptids were all &amp;quot;constructed&amp;quot; rather than &amp;quot;discovered&amp;quot;.&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;
|[[Logical independence|ZF]]&lt;br /&gt;
|BB(432)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|Wade&#039;s machine: https://codeberg.org/ajwade/turing_machine_explorer/src/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e&lt;br /&gt;
|&lt;br /&gt;
|2025&lt;br /&gt;
|Wade, based on work by CatIsFluffy and O&#039;Rear&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|PA&lt;br /&gt;
|BB(372)&lt;br /&gt;
|https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1466652214247559198/1471186212743155856 Discord message]&lt;br /&gt;
|2026&lt;br /&gt;
|LegionMammal&lt;br /&gt;
|The machines halts if and only if Peano-Arithmetic is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|RH&lt;br /&gt;
|BB(744)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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(25)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|https://gist.github.com/anonymous/a64213f391339236c2fe31f8749a0df6&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RD_1LC1RB_0RA1LC_0LQ1RE_0LF1RG_0LC1LF_0LF0LH_1LQ1LI_0RJ0LI_1RK0LJ_0RL0RS_1RL0RM_1RN1RM_0LO0LU_0LP1LO_1RH1LX_1LR1LQ_0RK0LT_1LR1RS_---1RC_1LV1LU_0LW0LJ_0RK0LW_1RY1LX_1RE1RY&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|2016&lt;br /&gt;
|anonymous&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Goldbach&#039;s_conjecture|Goldbach&#039;s conjecture]] is false. Its behavior has been verified in Lean.&amp;lt;ref&amp;gt;https://github.com/lengyijun/goldbach_tm&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| Erdős&lt;br /&gt;
| BB(5,4) and BB(15)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_5_4.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB3RA2RA1RB_0LC2RB1RA3RB_0LD1LC2LE3LC_3RE2RE---1RE_0RB1LE2LE3LE&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_15_2.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RO_0RC0RC_0RD1RJ_0LE1RC_0LF1LK_0LG1LE_0LH1LF_1RI0LL_0RB1LK_1RC0RA_0LI1LN_1RM---_0RI0RO_0LK1LK_1LM1RA&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&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;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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;
|Fermat&#039;s Last Theorem&lt;br /&gt;
|BB(400)&lt;br /&gt;
|&#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965), pp. 81--82&lt;br /&gt;
|Doctoral dissertation, &#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965)&lt;br /&gt;
|1965&lt;br /&gt;
|Randels&lt;br /&gt;
|The machine was a cryptid until Wiles resolved Fermat&#039;s Last Theorem in 1994. The machine is not explicitly given, but there is a flowchart to construct the machine, and the state count is claimed to be less than 400.&lt;br /&gt;
|-&lt;br /&gt;
| Bigfoot - compiled|| [[BB(7)]]||style=&amp;quot;width:30%;word-break:break-word&amp;quot;| &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;
| Hydra - compiled&lt;br /&gt;
|BB(9)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&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]. &amp;lt;code&amp;gt;@Iijil1&amp;lt;/code&amp;gt; provided 24 TMs which all emulate the same behavior.&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;
&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 [[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;br /&gt;
[[Category:Zoology]]&lt;br /&gt;
[[Category:Cryptids]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7056</id>
		<title>Cryptids</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7056"/>
		<updated>2026-04-09T05:37:22Z</updated>

		<summary type="html">&lt;p&gt;C7X: Fix year /* Larger Cryptids */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Lovecraft beaver.png|alt=A monstrous beaver in the style of HP Lovecraft with pink tentacles coming out of its mouth, 5 red spider eyes, horns on its head, elbows and tail, moss colored fur, sharp purple claws and webbed feet.|thumb|Lovecraftian Beaver fan art made by Lauren]]&lt;br /&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;
== Cryptids at the Edge ==&lt;br /&gt;
&lt;br /&gt;
This is a list of notable Minimal Cryptids (Cryptids in a [[:Category:BB_Domains|domain]] with no strictly smaller known Cryptid). All of these Cryptids were &amp;quot;discovered in the wild&amp;quot; rather than &amp;quot;constructed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! BB domain !! Machine !! Date !! Discoverer !! Note&lt;br /&gt;
|-&lt;br /&gt;
|[[Bigfoot]]&lt;br /&gt;
|[[BB(3,3)]]&lt;br /&gt;
|{{TM|1RB2RA1LC_2LC1RB2RB_---2LA1LA|undecided}}&lt;br /&gt;
|Nov 2023&lt;br /&gt;
|[[User:Sligocki|Shawn Ligocki]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Hydra]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB0LA|undecided}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Bonus cryptid]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB1LB}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[Antihydra]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA|undecided}}&lt;br /&gt;
|June 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;@mxdys&amp;lt;/code&amp;gt;, shown to be a Cryptid by &amp;lt;code&amp;gt;@racheline&amp;lt;/code&amp;gt;.&lt;br /&gt;
|Same as &#039;&#039;&#039;Hydra&#039;&#039;&#039; but starting iteration from 8 instead of 3 and with termination condition &amp;lt;code&amp;gt;O &amp;gt; 2E&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;E &amp;gt; 2O&amp;lt;/code&amp;gt;, hence the name &#039;&#039;&#039;Antihydra&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|[[Lucy&#039;s Moonlight]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA}}&lt;br /&gt;
|Mar 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RC_1LC1LE_1RA1RD_0RF0RE_1LA0LB_---1RA|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Variant of Hydra and Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC1RE_0LA1LB_0LD1LC_1RF0RA_---0RC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RF_1LA0RA_0LA0LE_1LD1LA_0RB---|undecided}}&lt;br /&gt;
|Sep 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LB_1LC0RE_1LA1LD_0LC---_0RB0RF_1RE1RB|undecided}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|Space Needle]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|undecided}}&lt;br /&gt;
|Jan 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0RC1RC_1LD0LF_0LE1LE_1RA0LB_---0LC|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Has near-identical behavior to 16 related BB(6) holdouts. Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RE_1LC1LD_---1LA_1LB1LE_0RF0RA_1LD1RF}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RE_1LC1LD_0RA0LD_1LB0LA_1RF1RA_---1LB}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_0LC0RF_1RD1LC_0RA1LE_---0LD_1LF1LA}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_1LC0RD_1LF1LA_1LB1RE_1RB1LE_---0LE}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB---_0RC0RE_1RD1RF_1LE0LB_1RC0LD_1RC1RA}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_1LD0RB_1LE1LA_1RF0RC_---1RE}}&lt;br /&gt;
|Jul 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LE_0LC0LB_1RD1LC_1RD1RA_1RF0LA_---1RE}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously decidable. Estimated to have a 3/5 chance of becoming a [[translated cycler]] and a 2/5 chance of halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RB_1LC1RE_1LF0LD_1RA1LD_1RC1RB_---1LC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|mxdys, shown to be a Cryptid by DrDisentangle&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_0LC0RC_1LE1RD_1RE1RC_1LF0LA_---1LE|undecided}}&lt;br /&gt;
|April 2026&lt;br /&gt;
|Sheep, shown to be a Cryptid by Daniel Yuan&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC0LE_1LA1RE_0LF1LA_1RB0RB_---0LB|undecided}}&lt;br /&gt;
|Feb 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|probvioulsy halting&lt;br /&gt;
|-&lt;br /&gt;
|[[Fractran#Fenrir|Fenrir]]&lt;br /&gt;
|[[Fractran|BBf(22)]]&lt;br /&gt;
|&amp;lt;code&amp;gt;[1/15, 27/77, 49/3, 10/49, 33/2]&amp;lt;/code&amp;gt; and 2 others&lt;br /&gt;
|Mar 2026&lt;br /&gt;
|Jason Yuen (@-d) and Claude Opus 4.6&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|}&lt;br /&gt;
The following machines have chaotic behavior, but have not been classified as Cryptids due to seemingly lacking a connection to any known open mathematical problems, such as Collatz-like problems.&lt;br /&gt;
&lt;br /&gt;
* {{TM|1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE|undecided}}&lt;br /&gt;
* {{TM|1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE|undecided}}&lt;br /&gt;
* {{TM|1RB---0RB0LA2RA_2LB2LA3RA4LB0LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA3RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA1RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LB---4LA1RB_2LA4LA4LB3RB1RA|undecided}} [https://discord.com/channels/960643023006490684/1375584513777995957 Analysis by @mxdys]&lt;br /&gt;
&lt;br /&gt;
== Larger Cryptids ==&lt;br /&gt;
&lt;br /&gt;
A more complete list of notable known Cryptids over a wider range of states and symbols. These Cryptids were all &amp;quot;constructed&amp;quot; rather than &amp;quot;discovered&amp;quot;.&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;
|[[Logical independence|ZF]]&lt;br /&gt;
|BB(432)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|Wade&#039;s machine: https://codeberg.org/ajwade/turing_machine_explorer/src/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e&lt;br /&gt;
|&lt;br /&gt;
|2025&lt;br /&gt;
|Wade, based on work by CatIsFluffy and O&#039;Rear&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|PA&lt;br /&gt;
|BB(372)&lt;br /&gt;
|https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1466652214247559198/1471186212743155856 Discord message]&lt;br /&gt;
|2026&lt;br /&gt;
|LegionMammal&lt;br /&gt;
|The machines halts if and only if Peano-Arithmetic is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|RH&lt;br /&gt;
|BB(744)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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(25)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|https://gist.github.com/anonymous/a64213f391339236c2fe31f8749a0df6&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RD_1LC1RB_0RA1LC_0LQ1RE_0LF1RG_0LC1LF_0LF0LH_1LQ1LI_0RJ0LI_1RK0LJ_0RL0RS_1RL0RM_1RN1RM_0LO0LU_0LP1LO_1RH1LX_1LR1LQ_0RK0LT_1LR1RS_---1RC_1LV1LU_0LW0LJ_0RK0LW_1RY1LX_1RE1RY&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|2016&lt;br /&gt;
|anonymous&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Goldbach&#039;s_conjecture|Goldbach&#039;s conjecture]] is false. Its behavior has been verified in Lean.&amp;lt;ref&amp;gt;https://github.com/lengyijun/goldbach_tm&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| Erdős&lt;br /&gt;
| BB(5,4) and BB(15)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_5_4.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB3RA2RA1RB_0LC2RB1RA3RB_0LD1LC2LE3LC_3RE2RE---1RE_0RB1LE2LE3LE&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_15_2.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RO_0RC0RC_0RD1RJ_0LE1RC_0LF1LK_0LG1LE_0LH1LF_1RI0LL_0RB1LK_1RC0RA_0LI1LN_1RM---_0RI0RO_0LK1LK_1LM1RA&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&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;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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;
|Fermat&#039;s Last Theorem&lt;br /&gt;
|BB(400)&lt;br /&gt;
|&#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965), pp. 81--82&lt;br /&gt;
|Doctoral dissertation, &#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965)&lt;br /&gt;
|1965&lt;br /&gt;
|Randels&lt;br /&gt;
|The machine was a cryptid until Wiles resolved Fermat&#039;s Last Theorem in 1994. The machine is not explicitly given, but there is a flowchart to construct the machine, and the state count is claimed to be less than 400.&lt;br /&gt;
|-&lt;br /&gt;
| Bigfoot - compiled|| [[BB(7)]]||style=&amp;quot;width:30%;word-break:break-word&amp;quot;| &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;
| Hydra - compiled&lt;br /&gt;
|BB(9)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&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]. &amp;lt;code&amp;gt;@Iijil1&amp;lt;/code&amp;gt; provided 24 TMs which all emulate the same behavior.&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;
&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 [[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;br /&gt;
[[Category:Zoology]]&lt;br /&gt;
[[Category:Cryptids]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7055</id>
		<title>Cryptids</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7055"/>
		<updated>2026-04-09T05:37:07Z</updated>

		<summary type="html">&lt;p&gt;C7X: Fix page numbers /* Larger Cryptids */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Lovecraft beaver.png|alt=A monstrous beaver in the style of HP Lovecraft with pink tentacles coming out of its mouth, 5 red spider eyes, horns on its head, elbows and tail, moss colored fur, sharp purple claws and webbed feet.|thumb|Lovecraftian Beaver fan art made by Lauren]]&lt;br /&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;
== Cryptids at the Edge ==&lt;br /&gt;
&lt;br /&gt;
This is a list of notable Minimal Cryptids (Cryptids in a [[:Category:BB_Domains|domain]] with no strictly smaller known Cryptid). All of these Cryptids were &amp;quot;discovered in the wild&amp;quot; rather than &amp;quot;constructed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! BB domain !! Machine !! Date !! Discoverer !! Note&lt;br /&gt;
|-&lt;br /&gt;
|[[Bigfoot]]&lt;br /&gt;
|[[BB(3,3)]]&lt;br /&gt;
|{{TM|1RB2RA1LC_2LC1RB2RB_---2LA1LA|undecided}}&lt;br /&gt;
|Nov 2023&lt;br /&gt;
|[[User:Sligocki|Shawn Ligocki]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Hydra]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB0LA|undecided}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Bonus cryptid]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB1LB}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[Antihydra]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA|undecided}}&lt;br /&gt;
|June 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;@mxdys&amp;lt;/code&amp;gt;, shown to be a Cryptid by &amp;lt;code&amp;gt;@racheline&amp;lt;/code&amp;gt;.&lt;br /&gt;
|Same as &#039;&#039;&#039;Hydra&#039;&#039;&#039; but starting iteration from 8 instead of 3 and with termination condition &amp;lt;code&amp;gt;O &amp;gt; 2E&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;E &amp;gt; 2O&amp;lt;/code&amp;gt;, hence the name &#039;&#039;&#039;Antihydra&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|[[Lucy&#039;s Moonlight]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA}}&lt;br /&gt;
|Mar 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RC_1LC1LE_1RA1RD_0RF0RE_1LA0LB_---1RA|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Variant of Hydra and Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC1RE_0LA1LB_0LD1LC_1RF0RA_---0RC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RF_1LA0RA_0LA0LE_1LD1LA_0RB---|undecided}}&lt;br /&gt;
|Sep 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LB_1LC0RE_1LA1LD_0LC---_0RB0RF_1RE1RB|undecided}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|Space Needle]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|undecided}}&lt;br /&gt;
|Jan 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0RC1RC_1LD0LF_0LE1LE_1RA0LB_---0LC|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Has near-identical behavior to 16 related BB(6) holdouts. Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RE_1LC1LD_---1LA_1LB1LE_0RF0RA_1LD1RF}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RE_1LC1LD_0RA0LD_1LB0LA_1RF1RA_---1LB}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_0LC0RF_1RD1LC_0RA1LE_---0LD_1LF1LA}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_1LC0RD_1LF1LA_1LB1RE_1RB1LE_---0LE}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB---_0RC0RE_1RD1RF_1LE0LB_1RC0LD_1RC1RA}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_1LD0RB_1LE1LA_1RF0RC_---1RE}}&lt;br /&gt;
|Jul 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LE_0LC0LB_1RD1LC_1RD1RA_1RF0LA_---1RE}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously decidable. Estimated to have a 3/5 chance of becoming a [[translated cycler]] and a 2/5 chance of halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RB_1LC1RE_1LF0LD_1RA1LD_1RC1RB_---1LC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|mxdys, shown to be a Cryptid by DrDisentangle&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_0LC0RC_1LE1RD_1RE1RC_1LF0LA_---1LE|undecided}}&lt;br /&gt;
|April 2026&lt;br /&gt;
|Sheep, shown to be a Cryptid by Daniel Yuan&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC0LE_1LA1RE_0LF1LA_1RB0RB_---0LB|undecided}}&lt;br /&gt;
|Feb 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|probvioulsy halting&lt;br /&gt;
|-&lt;br /&gt;
|[[Fractran#Fenrir|Fenrir]]&lt;br /&gt;
|[[Fractran|BBf(22)]]&lt;br /&gt;
|&amp;lt;code&amp;gt;[1/15, 27/77, 49/3, 10/49, 33/2]&amp;lt;/code&amp;gt; and 2 others&lt;br /&gt;
|Mar 2026&lt;br /&gt;
|Jason Yuen (@-d) and Claude Opus 4.6&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|}&lt;br /&gt;
The following machines have chaotic behavior, but have not been classified as Cryptids due to seemingly lacking a connection to any known open mathematical problems, such as Collatz-like problems.&lt;br /&gt;
&lt;br /&gt;
* {{TM|1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE|undecided}}&lt;br /&gt;
* {{TM|1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE|undecided}}&lt;br /&gt;
* {{TM|1RB---0RB0LA2RA_2LB2LA3RA4LB0LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA3RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA1RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LB---4LA1RB_2LA4LA4LB3RB1RA|undecided}} [https://discord.com/channels/960643023006490684/1375584513777995957 Analysis by @mxdys]&lt;br /&gt;
&lt;br /&gt;
== Larger Cryptids ==&lt;br /&gt;
&lt;br /&gt;
A more complete list of notable known Cryptids over a wider range of states and symbols. These Cryptids were all &amp;quot;constructed&amp;quot; rather than &amp;quot;discovered&amp;quot;.&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;
|[[Logical independence|ZF]]&lt;br /&gt;
|BB(432)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|Wade&#039;s machine: https://codeberg.org/ajwade/turing_machine_explorer/src/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e&lt;br /&gt;
|&lt;br /&gt;
|2025&lt;br /&gt;
|Wade, based on work by CatIsFluffy and O&#039;Rear&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|PA&lt;br /&gt;
|BB(372)&lt;br /&gt;
|https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1466652214247559198/1471186212743155856 Discord message]&lt;br /&gt;
|2026&lt;br /&gt;
|LegionMammal&lt;br /&gt;
|The machines halts if and only if Peano-Arithmetic is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|RH&lt;br /&gt;
|BB(744)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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(25)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|https://gist.github.com/anonymous/a64213f391339236c2fe31f8749a0df6&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RD_1LC1RB_0RA1LC_0LQ1RE_0LF1RG_0LC1LF_0LF0LH_1LQ1LI_0RJ0LI_1RK0LJ_0RL0RS_1RL0RM_1RN1RM_0LO0LU_0LP1LO_1RH1LX_1LR1LQ_0RK0LT_1LR1RS_---1RC_1LV1LU_0LW0LJ_0RK0LW_1RY1LX_1RE1RY&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|2016&lt;br /&gt;
|anonymous&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Goldbach&#039;s_conjecture|Goldbach&#039;s conjecture]] is false. Its behavior has been verified in Lean.&amp;lt;ref&amp;gt;https://github.com/lengyijun/goldbach_tm&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| Erdős&lt;br /&gt;
| BB(5,4) and BB(15)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_5_4.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB3RA2RA1RB_0LC2RB1RA3RB_0LD1LC2LE3LC_3RE2RE---1RE_0RB1LE2LE3LE&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_15_2.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RO_0RC0RC_0RD1RJ_0LE1RC_0LF1LK_0LG1LE_0LH1LF_1RI0LL_0RB1LK_1RC0RA_0LI1LN_1RM---_0RI0RO_0LK1LK_1LM1RA&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&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;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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;
|Fermat&#039;s Last Theorem&lt;br /&gt;
|BB(400)&lt;br /&gt;
|&#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965), pp. 81--82&lt;br /&gt;
|Doctoral dissertation, &#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965)&lt;br /&gt;
|Jul 2021&lt;br /&gt;
|Randels&lt;br /&gt;
|The machine was a cryptid until Wiles resolved Fermat&#039;s Last Theorem in 1994. The machine is not explicitly given, but there is a flowchart to construct the machine, and the state count is claimed to be less than 400.&lt;br /&gt;
|-&lt;br /&gt;
| Bigfoot - compiled|| [[BB(7)]]||style=&amp;quot;width:30%;word-break:break-word&amp;quot;| &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;
| Hydra - compiled&lt;br /&gt;
|BB(9)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&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]. &amp;lt;code&amp;gt;@Iijil1&amp;lt;/code&amp;gt; provided 24 TMs which all emulate the same behavior.&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;
&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 [[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;br /&gt;
[[Category:Zoology]]&lt;br /&gt;
[[Category:Cryptids]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7054</id>
		<title>Cryptids</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7054"/>
		<updated>2026-04-09T05:35:26Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* Larger Cryptids */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Lovecraft beaver.png|alt=A monstrous beaver in the style of HP Lovecraft with pink tentacles coming out of its mouth, 5 red spider eyes, horns on its head, elbows and tail, moss colored fur, sharp purple claws and webbed feet.|thumb|Lovecraftian Beaver fan art made by Lauren]]&lt;br /&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;
== Cryptids at the Edge ==&lt;br /&gt;
&lt;br /&gt;
This is a list of notable Minimal Cryptids (Cryptids in a [[:Category:BB_Domains|domain]] with no strictly smaller known Cryptid). All of these Cryptids were &amp;quot;discovered in the wild&amp;quot; rather than &amp;quot;constructed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! BB domain !! Machine !! Date !! Discoverer !! Note&lt;br /&gt;
|-&lt;br /&gt;
|[[Bigfoot]]&lt;br /&gt;
|[[BB(3,3)]]&lt;br /&gt;
|{{TM|1RB2RA1LC_2LC1RB2RB_---2LA1LA|undecided}}&lt;br /&gt;
|Nov 2023&lt;br /&gt;
|[[User:Sligocki|Shawn Ligocki]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Hydra]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB0LA|undecided}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Bonus cryptid]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB1LB}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[Antihydra]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA|undecided}}&lt;br /&gt;
|June 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;@mxdys&amp;lt;/code&amp;gt;, shown to be a Cryptid by &amp;lt;code&amp;gt;@racheline&amp;lt;/code&amp;gt;.&lt;br /&gt;
|Same as &#039;&#039;&#039;Hydra&#039;&#039;&#039; but starting iteration from 8 instead of 3 and with termination condition &amp;lt;code&amp;gt;O &amp;gt; 2E&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;E &amp;gt; 2O&amp;lt;/code&amp;gt;, hence the name &#039;&#039;&#039;Antihydra&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|[[Lucy&#039;s Moonlight]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA}}&lt;br /&gt;
|Mar 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RC_1LC1LE_1RA1RD_0RF0RE_1LA0LB_---1RA|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Variant of Hydra and Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC1RE_0LA1LB_0LD1LC_1RF0RA_---0RC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RF_1LA0RA_0LA0LE_1LD1LA_0RB---|undecided}}&lt;br /&gt;
|Sep 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LB_1LC0RE_1LA1LD_0LC---_0RB0RF_1RE1RB|undecided}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|Space Needle]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|undecided}}&lt;br /&gt;
|Jan 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0RC1RC_1LD0LF_0LE1LE_1RA0LB_---0LC|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Has near-identical behavior to 16 related BB(6) holdouts. Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RE_1LC1LD_---1LA_1LB1LE_0RF0RA_1LD1RF}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RE_1LC1LD_0RA0LD_1LB0LA_1RF1RA_---1LB}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_0LC0RF_1RD1LC_0RA1LE_---0LD_1LF1LA}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_1LC0RD_1LF1LA_1LB1RE_1RB1LE_---0LE}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB---_0RC0RE_1RD1RF_1LE0LB_1RC0LD_1RC1RA}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_1LD0RB_1LE1LA_1RF0RC_---1RE}}&lt;br /&gt;
|Jul 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LE_0LC0LB_1RD1LC_1RD1RA_1RF0LA_---1RE}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously decidable. Estimated to have a 3/5 chance of becoming a [[translated cycler]] and a 2/5 chance of halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RB_1LC1RE_1LF0LD_1RA1LD_1RC1RB_---1LC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|mxdys, shown to be a Cryptid by DrDisentangle&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_0LC0RC_1LE1RD_1RE1RC_1LF0LA_---1LE|undecided}}&lt;br /&gt;
|April 2026&lt;br /&gt;
|Sheep, shown to be a Cryptid by Daniel Yuan&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC0LE_1LA1RE_0LF1LA_1RB0RB_---0LB|undecided}}&lt;br /&gt;
|Feb 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|probvioulsy halting&lt;br /&gt;
|-&lt;br /&gt;
|[[Fractran#Fenrir|Fenrir]]&lt;br /&gt;
|[[Fractran|BBf(22)]]&lt;br /&gt;
|&amp;lt;code&amp;gt;[1/15, 27/77, 49/3, 10/49, 33/2]&amp;lt;/code&amp;gt; and 2 others&lt;br /&gt;
|Mar 2026&lt;br /&gt;
|Jason Yuen (@-d) and Claude Opus 4.6&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|}&lt;br /&gt;
The following machines have chaotic behavior, but have not been classified as Cryptids due to seemingly lacking a connection to any known open mathematical problems, such as Collatz-like problems.&lt;br /&gt;
&lt;br /&gt;
* {{TM|1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE|undecided}}&lt;br /&gt;
* {{TM|1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE|undecided}}&lt;br /&gt;
* {{TM|1RB---0RB0LA2RA_2LB2LA3RA4LB0LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA3RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA1RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LB---4LA1RB_2LA4LA4LB3RB1RA|undecided}} [https://discord.com/channels/960643023006490684/1375584513777995957 Analysis by @mxdys]&lt;br /&gt;
&lt;br /&gt;
== Larger Cryptids ==&lt;br /&gt;
&lt;br /&gt;
A more complete list of notable known Cryptids over a wider range of states and symbols. These Cryptids were all &amp;quot;constructed&amp;quot; rather than &amp;quot;discovered&amp;quot;.&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;
|[[Logical independence|ZF]]&lt;br /&gt;
|BB(432)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|Wade&#039;s machine: https://codeberg.org/ajwade/turing_machine_explorer/src/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e&lt;br /&gt;
|&lt;br /&gt;
|2025&lt;br /&gt;
|Wade, based on work by CatIsFluffy and O&#039;Rear&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|PA&lt;br /&gt;
|BB(372)&lt;br /&gt;
|https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1466652214247559198/1471186212743155856 Discord message]&lt;br /&gt;
|2026&lt;br /&gt;
|LegionMammal&lt;br /&gt;
|The machines halts if and only if Peano-Arithmetic is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|RH&lt;br /&gt;
|BB(744)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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(25)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|https://gist.github.com/anonymous/a64213f391339236c2fe31f8749a0df6&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RD_1LC1RB_0RA1LC_0LQ1RE_0LF1RG_0LC1LF_0LF0LH_1LQ1LI_0RJ0LI_1RK0LJ_0RL0RS_1RL0RM_1RN1RM_0LO0LU_0LP1LO_1RH1LX_1LR1LQ_0RK0LT_1LR1RS_---1RC_1LV1LU_0LW0LJ_0RK0LW_1RY1LX_1RE1RY&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|2016&lt;br /&gt;
|anonymous&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Goldbach&#039;s_conjecture|Goldbach&#039;s conjecture]] is false. Its behavior has been verified in Lean.&amp;lt;ref&amp;gt;https://github.com/lengyijun/goldbach_tm&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| Erdős&lt;br /&gt;
| BB(5,4) and BB(15)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_5_4.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB3RA2RA1RB_0LC2RB1RA3RB_0LD1LC2LE3LC_3RE2RE---1RE_0RB1LE2LE3LE&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_15_2.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RO_0RC0RC_0RD1RJ_0LE1RC_0LF1LK_0LG1LE_0LH1LF_1RI0LL_0RB1LK_1RC0RA_0LI1LN_1RM---_0RI0RO_0LK1LK_1LM1RA&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&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;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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;
|Fermat&#039;s Last Theorem&lt;br /&gt;
|BB(400)&lt;br /&gt;
|&#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965), p. 81&lt;br /&gt;
|Doctoral dissertation, &#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965)&lt;br /&gt;
|Jul 2021&lt;br /&gt;
|Randels&lt;br /&gt;
|The machine was a cryptid until Wiles resolved Fermat&#039;s Last Theorem in 1994. The machine is not explicitly given, but there is a flowchart to construct the machine, and the state count is claimed to be less than 400.&lt;br /&gt;
|-&lt;br /&gt;
| Bigfoot - compiled|| [[BB(7)]]||style=&amp;quot;width:30%;word-break:break-word&amp;quot;| &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;
| Hydra - compiled&lt;br /&gt;
|BB(9)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&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]. &amp;lt;code&amp;gt;@Iijil1&amp;lt;/code&amp;gt; provided 24 TMs which all emulate the same behavior.&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;
&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 [[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;br /&gt;
[[Category:Zoology]]&lt;br /&gt;
[[Category:Cryptids]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7053</id>
		<title>Cryptids</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7053"/>
		<updated>2026-04-09T05:34:40Z</updated>

		<summary type="html">&lt;p&gt;C7X: Add period /* Larger Cryptids */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Lovecraft beaver.png|alt=A monstrous beaver in the style of HP Lovecraft with pink tentacles coming out of its mouth, 5 red spider eyes, horns on its head, elbows and tail, moss colored fur, sharp purple claws and webbed feet.|thumb|Lovecraftian Beaver fan art made by Lauren]]&lt;br /&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;
== Cryptids at the Edge ==&lt;br /&gt;
&lt;br /&gt;
This is a list of notable Minimal Cryptids (Cryptids in a [[:Category:BB_Domains|domain]] with no strictly smaller known Cryptid). All of these Cryptids were &amp;quot;discovered in the wild&amp;quot; rather than &amp;quot;constructed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! BB domain !! Machine !! Date !! Discoverer !! Note&lt;br /&gt;
|-&lt;br /&gt;
|[[Bigfoot]]&lt;br /&gt;
|[[BB(3,3)]]&lt;br /&gt;
|{{TM|1RB2RA1LC_2LC1RB2RB_---2LA1LA|undecided}}&lt;br /&gt;
|Nov 2023&lt;br /&gt;
|[[User:Sligocki|Shawn Ligocki]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Hydra]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB0LA|undecided}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Bonus cryptid]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB1LB}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[Antihydra]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA|undecided}}&lt;br /&gt;
|June 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;@mxdys&amp;lt;/code&amp;gt;, shown to be a Cryptid by &amp;lt;code&amp;gt;@racheline&amp;lt;/code&amp;gt;.&lt;br /&gt;
|Same as &#039;&#039;&#039;Hydra&#039;&#039;&#039; but starting iteration from 8 instead of 3 and with termination condition &amp;lt;code&amp;gt;O &amp;gt; 2E&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;E &amp;gt; 2O&amp;lt;/code&amp;gt;, hence the name &#039;&#039;&#039;Antihydra&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|[[Lucy&#039;s Moonlight]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA}}&lt;br /&gt;
|Mar 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RC_1LC1LE_1RA1RD_0RF0RE_1LA0LB_---1RA|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Variant of Hydra and Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC1RE_0LA1LB_0LD1LC_1RF0RA_---0RC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RF_1LA0RA_0LA0LE_1LD1LA_0RB---|undecided}}&lt;br /&gt;
|Sep 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LB_1LC0RE_1LA1LD_0LC---_0RB0RF_1RE1RB|undecided}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|Space Needle]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|undecided}}&lt;br /&gt;
|Jan 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0RC1RC_1LD0LF_0LE1LE_1RA0LB_---0LC|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Has near-identical behavior to 16 related BB(6) holdouts. Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RE_1LC1LD_---1LA_1LB1LE_0RF0RA_1LD1RF}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RE_1LC1LD_0RA0LD_1LB0LA_1RF1RA_---1LB}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_0LC0RF_1RD1LC_0RA1LE_---0LD_1LF1LA}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_1LC0RD_1LF1LA_1LB1RE_1RB1LE_---0LE}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB---_0RC0RE_1RD1RF_1LE0LB_1RC0LD_1RC1RA}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_1LD0RB_1LE1LA_1RF0RC_---1RE}}&lt;br /&gt;
|Jul 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LE_0LC0LB_1RD1LC_1RD1RA_1RF0LA_---1RE}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously decidable. Estimated to have a 3/5 chance of becoming a [[translated cycler]] and a 2/5 chance of halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RB_1LC1RE_1LF0LD_1RA1LD_1RC1RB_---1LC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|mxdys, shown to be a Cryptid by DrDisentangle&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_0LC0RC_1LE1RD_1RE1RC_1LF0LA_---1LE|undecided}}&lt;br /&gt;
|April 2026&lt;br /&gt;
|Sheep, shown to be a Cryptid by Daniel Yuan&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC0LE_1LA1RE_0LF1LA_1RB0RB_---0LB|undecided}}&lt;br /&gt;
|Feb 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|probvioulsy halting&lt;br /&gt;
|-&lt;br /&gt;
|[[Fractran#Fenrir|Fenrir]]&lt;br /&gt;
|[[Fractran|BBf(22)]]&lt;br /&gt;
|&amp;lt;code&amp;gt;[1/15, 27/77, 49/3, 10/49, 33/2]&amp;lt;/code&amp;gt; and 2 others&lt;br /&gt;
|Mar 2026&lt;br /&gt;
|Jason Yuen (@-d) and Claude Opus 4.6&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|}&lt;br /&gt;
The following machines have chaotic behavior, but have not been classified as Cryptids due to seemingly lacking a connection to any known open mathematical problems, such as Collatz-like problems.&lt;br /&gt;
&lt;br /&gt;
* {{TM|1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE|undecided}}&lt;br /&gt;
* {{TM|1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE|undecided}}&lt;br /&gt;
* {{TM|1RB---0RB0LA2RA_2LB2LA3RA4LB0LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA3RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA1RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LB---4LA1RB_2LA4LA4LB3RB1RA|undecided}} [https://discord.com/channels/960643023006490684/1375584513777995957 Analysis by @mxdys]&lt;br /&gt;
&lt;br /&gt;
== Larger Cryptids ==&lt;br /&gt;
&lt;br /&gt;
A more complete list of notable known Cryptids over a wider range of states and symbols. These Cryptids were all &amp;quot;constructed&amp;quot; rather than &amp;quot;discovered&amp;quot;.&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;
|[[Logical independence|ZF]]&lt;br /&gt;
|BB(432)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|Wade&#039;s machine: https://codeberg.org/ajwade/turing_machine_explorer/src/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e&lt;br /&gt;
|&lt;br /&gt;
|2025&lt;br /&gt;
|Wade, based on work by CatIsFluffy and O&#039;Rear&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|PA&lt;br /&gt;
|BB(372)&lt;br /&gt;
|https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1466652214247559198/1471186212743155856 Discord message]&lt;br /&gt;
|2026&lt;br /&gt;
|LegionMammal&lt;br /&gt;
|The machines halts if and only if Peano-Arithmetic is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|RH&lt;br /&gt;
|BB(744)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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(25)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|https://gist.github.com/anonymous/a64213f391339236c2fe31f8749a0df6&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RD_1LC1RB_0RA1LC_0LQ1RE_0LF1RG_0LC1LF_0LF0LH_1LQ1LI_0RJ0LI_1RK0LJ_0RL0RS_1RL0RM_1RN1RM_0LO0LU_0LP1LO_1RH1LX_1LR1LQ_0RK0LT_1LR1RS_---1RC_1LV1LU_0LW0LJ_0RK0LW_1RY1LX_1RE1RY&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|2016&lt;br /&gt;
|anonymous&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Goldbach&#039;s_conjecture|Goldbach&#039;s conjecture]] is false. Its behavior has been verified in Lean.&amp;lt;ref&amp;gt;https://github.com/lengyijun/goldbach_tm&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| Erdős&lt;br /&gt;
| BB(5,4) and BB(15)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_5_4.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB3RA2RA1RB_0LC2RB1RA3RB_0LD1LC2LE3LC_3RE2RE---1RE_0RB1LE2LE3LE&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_15_2.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RO_0RC0RC_0RD1RJ_0LE1RC_0LF1LK_0LG1LE_0LH1LF_1RI0LL_0RB1LK_1RC0RA_0LI1LN_1RM---_0RI0RO_0LK1LK_1LM1RA&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&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;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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;
|Fermat&#039;s Last Theorem&lt;br /&gt;
|BB(400)&lt;br /&gt;
|&#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965), p. 81&lt;br /&gt;
|Doctoral dissertation, &#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965)&lt;br /&gt;
|Jul 2021&lt;br /&gt;
|Randels&lt;br /&gt;
|The machine was a cryptid until Wiles resolved Fermat&#039;s Last Theorem in 1994. A flowchart to construct the machine is given, the state count is claimed to be less than 400.&lt;br /&gt;
|-&lt;br /&gt;
| Bigfoot - compiled|| [[BB(7)]]||style=&amp;quot;width:30%;word-break:break-word&amp;quot;| &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;
| Hydra - compiled&lt;br /&gt;
|BB(9)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&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]. &amp;lt;code&amp;gt;@Iijil1&amp;lt;/code&amp;gt; provided 24 TMs which all emulate the same behavior.&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;
&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 [[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;br /&gt;
[[Category:Zoology]]&lt;br /&gt;
[[Category:Cryptids]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7052</id>
		<title>Cryptids</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=7052"/>
		<updated>2026-04-09T05:34:17Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* Larger Cryptids */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Lovecraft beaver.png|alt=A monstrous beaver in the style of HP Lovecraft with pink tentacles coming out of its mouth, 5 red spider eyes, horns on its head, elbows and tail, moss colored fur, sharp purple claws and webbed feet.|thumb|Lovecraftian Beaver fan art made by Lauren]]&lt;br /&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;
== Cryptids at the Edge ==&lt;br /&gt;
&lt;br /&gt;
This is a list of notable Minimal Cryptids (Cryptids in a [[:Category:BB_Domains|domain]] with no strictly smaller known Cryptid). All of these Cryptids were &amp;quot;discovered in the wild&amp;quot; rather than &amp;quot;constructed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! BB domain !! Machine !! Date !! Discoverer !! Note&lt;br /&gt;
|-&lt;br /&gt;
|[[Bigfoot]]&lt;br /&gt;
|[[BB(3,3)]]&lt;br /&gt;
|{{TM|1RB2RA1LC_2LC1RB2RB_---2LA1LA|undecided}}&lt;br /&gt;
|Nov 2023&lt;br /&gt;
|[[User:Sligocki|Shawn Ligocki]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Hydra]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB0LA|undecided}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Bonus cryptid]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB1LB}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[Antihydra]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA|undecided}}&lt;br /&gt;
|June 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;@mxdys&amp;lt;/code&amp;gt;, shown to be a Cryptid by &amp;lt;code&amp;gt;@racheline&amp;lt;/code&amp;gt;.&lt;br /&gt;
|Same as &#039;&#039;&#039;Hydra&#039;&#039;&#039; but starting iteration from 8 instead of 3 and with termination condition &amp;lt;code&amp;gt;O &amp;gt; 2E&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;E &amp;gt; 2O&amp;lt;/code&amp;gt;, hence the name &#039;&#039;&#039;Antihydra&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|[[Lucy&#039;s Moonlight]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA}}&lt;br /&gt;
|Mar 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RC_1LC1LE_1RA1RD_0RF0RE_1LA0LB_---1RA|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Variant of Hydra and Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC1RE_0LA1LB_0LD1LC_1RF0RA_---0RC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RF_1LA0RA_0LA0LE_1LD1LA_0RB---|undecided}}&lt;br /&gt;
|Sep 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LB_1LC0RE_1LA1LD_0LC---_0RB0RF_1RE1RB|undecided}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|Space Needle]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|undecided}}&lt;br /&gt;
|Jan 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0RC1RC_1LD0LF_0LE1LE_1RA0LB_---0LC|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Has near-identical behavior to 16 related BB(6) holdouts. Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RE_1LC1LD_---1LA_1LB1LE_0RF0RA_1LD1RF}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RE_1LC1LD_0RA0LD_1LB0LA_1RF1RA_---1LB}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_0LC0RF_1RD1LC_0RA1LE_---0LD_1LF1LA}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_1LC0RD_1LF1LA_1LB1RE_1RB1LE_---0LE}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB---_0RC0RE_1RD1RF_1LE0LB_1RC0LD_1RC1RA}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_1LD0RB_1LE1LA_1RF0RC_---1RE}}&lt;br /&gt;
|Jul 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LE_0LC0LB_1RD1LC_1RD1RA_1RF0LA_---1RE}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously decidable. Estimated to have a 3/5 chance of becoming a [[translated cycler]] and a 2/5 chance of halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RB_1LC1RE_1LF0LD_1RA1LD_1RC1RB_---1LC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|mxdys, shown to be a Cryptid by DrDisentangle&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_0LC0RC_1LE1RD_1RE1RC_1LF0LA_---1LE|undecided}}&lt;br /&gt;
|April 2026&lt;br /&gt;
|Sheep, shown to be a Cryptid by Daniel Yuan&lt;br /&gt;
|Similar to Space Needle, probviously non-halting&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC0LE_1LA1RE_0LF1LA_1RB0RB_---0LB|undecided}}&lt;br /&gt;
|Feb 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|probvioulsy halting&lt;br /&gt;
|-&lt;br /&gt;
|[[Fractran#Fenrir|Fenrir]]&lt;br /&gt;
|[[Fractran|BBf(22)]]&lt;br /&gt;
|&amp;lt;code&amp;gt;[1/15, 27/77, 49/3, 10/49, 33/2]&amp;lt;/code&amp;gt; and 2 others&lt;br /&gt;
|Mar 2026&lt;br /&gt;
|Jason Yuen (@-d) and Claude Opus 4.6&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|}&lt;br /&gt;
The following machines have chaotic behavior, but have not been classified as Cryptids due to seemingly lacking a connection to any known open mathematical problems, such as Collatz-like problems.&lt;br /&gt;
&lt;br /&gt;
* {{TM|1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE|undecided}}&lt;br /&gt;
* {{TM|1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE|undecided}}&lt;br /&gt;
* {{TM|1RB---0RB0LA2RA_2LB2LA3RA4LB0LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA3RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA1RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LB---4LA1RB_2LA4LA4LB3RB1RA|undecided}} [https://discord.com/channels/960643023006490684/1375584513777995957 Analysis by @mxdys]&lt;br /&gt;
&lt;br /&gt;
== Larger Cryptids ==&lt;br /&gt;
&lt;br /&gt;
A more complete list of notable known Cryptids over a wider range of states and symbols. These Cryptids were all &amp;quot;constructed&amp;quot; rather than &amp;quot;discovered&amp;quot;.&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;
|[[Logical independence|ZF]]&lt;br /&gt;
|BB(432)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|Wade&#039;s machine: https://codeberg.org/ajwade/turing_machine_explorer/src/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e&lt;br /&gt;
|&lt;br /&gt;
|2025&lt;br /&gt;
|Wade, based on work by CatIsFluffy and O&#039;Rear&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|PA&lt;br /&gt;
|BB(372)&lt;br /&gt;
|https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1466652214247559198/1471186212743155856 Discord message]&lt;br /&gt;
|2026&lt;br /&gt;
|LegionMammal&lt;br /&gt;
|The machines halts if and only if Peano-Arithmetic is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|RH&lt;br /&gt;
|BB(744)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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(25)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|https://gist.github.com/anonymous/a64213f391339236c2fe31f8749a0df6&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RD_1LC1RB_0RA1LC_0LQ1RE_0LF1RG_0LC1LF_0LF0LH_1LQ1LI_0RJ0LI_1RK0LJ_0RL0RS_1RL0RM_1RN1RM_0LO0LU_0LP1LO_1RH1LX_1LR1LQ_0RK0LT_1LR1RS_---1RC_1LV1LU_0LW0LJ_0RK0LW_1RY1LX_1RE1RY&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|2016&lt;br /&gt;
|anonymous&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Goldbach&#039;s_conjecture|Goldbach&#039;s conjecture]] is false. Its behavior has been verified in Lean.&amp;lt;ref&amp;gt;https://github.com/lengyijun/goldbach_tm&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| Erdős&lt;br /&gt;
| BB(5,4) and BB(15)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_5_4.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB3RA2RA1RB_0LC2RB1RA3RB_0LD1LC2LE3LC_3RE2RE---1RE_0RB1LE2LE3LE&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_15_2.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RO_0RC0RC_0RD1RJ_0LE1RC_0LF1LK_0LG1LE_0LH1LF_1RI0LL_0RB1LK_1RC0RA_0LI1LN_1RM---_0RI0RO_0LK1LK_1LM1RA&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&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;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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;
|Fermat&#039;s Last Theorem&lt;br /&gt;
|BB(400)&lt;br /&gt;
|&#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965), p. 81&lt;br /&gt;
|Doctoral dissertation, &#039;&#039;[http://rave.ohiolink.edu/etdc/view?acc_num=osu1486567232687544 Studies in Turing Machines]&#039;&#039; (1965)&lt;br /&gt;
|Jul 2021&lt;br /&gt;
|Randels&lt;br /&gt;
|The machine was a cryptid until Wiles resolved Fermat&#039;s Last Theorem in 1994. A flowchart to construct the machine is given, the state count is claimed to be less than 400.&lt;br /&gt;
|-&lt;br /&gt;
| Bigfoot - compiled|| [[BB(7)]]||style=&amp;quot;width:30%;word-break:break-word&amp;quot;| &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;
| Hydra - compiled&lt;br /&gt;
|BB(9)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&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]. &amp;lt;code&amp;gt;@Iijil1&amp;lt;/code&amp;gt; provided 24 TMs which all emulate the same behavior.&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;
&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 [[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;br /&gt;
[[Category:Zoology]]&lt;br /&gt;
[[Category:Cryptids]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6629</id>
		<title>Graham&#039;s number</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6629"/>
		<updated>2026-03-14T18:36:55Z</updated>

		<summary type="html">&lt;p&gt;C7X: Correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Graham&#039;s number&#039;&#039;&#039; (&amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;) is a famously huge number which Martin Gardner claimed was the &amp;quot;largest number ever used in a serious mathematical proof&amp;quot; in 1977. Since it is one of the most famous large numbers, it has become a bit of a yardstick for measuring &amp;quot;hugeness&amp;quot;. In the specific context of the Busy Beaver game, we can ask, what is the smallest &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;BB(n) &amp;gt; g_{64}&amp;lt;/math&amp;gt;. There is an active search for the smallest TM that runs for over Graham&#039;s number steps.&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
See [https://en.wikipedia.org/wiki/Graham%27s_number Wikipedia article] for more detail&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\begin{array}{l}&lt;br /&gt;
  g_0 &amp;amp; = &amp;amp; 4 \\&lt;br /&gt;
  g_n &amp;amp; = &amp;amp; 3 \uparrow^{g_{n-1}} 3 &amp;amp; \text{if } n \ge 1 \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Graham&#039;s number is &amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Using the [[fast-growing hierarchy]], &amp;lt;math&amp;gt;g_{64} &amp;lt; f_{\omega + 1}(64)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; be the smallest integer such that &amp;lt;math&amp;gt;S(N_G) &amp;gt; g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Bounds ==&lt;br /&gt;
The current known bounds for &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; are:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
  6 \le N_G \le 13&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The lower bound comes from the proof that [[BB(5)]] = 47,176,870 and the upper bound from a specific 13-state TM found by 50_ft_lock in March 2026 which runs for &amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}(2\,047) &amp;gt; g_{64} &amp;lt;/math&amp;gt; steps.&lt;br /&gt;
&lt;br /&gt;
=== History of Graham-beating TMs ===&lt;br /&gt;
There is no one authoritative source on the history of TMs beating Graham&#039;s number. Most were posted in personal blog posts, Googology pages/comments or on the bbchallenge Discord. They are often unverified and sometimes undocumented. This list is based upon historical accounts listed on [https://googology.fandom.com/wiki/Graham%27s_number#Comparison_with_busy_beaver_function Googologogy wiki], [https://cs.stackexchange.com/questions/69469/what-is-the-smallest-n-such-that-bbn-grahams-number/69476#69476 a 2017 CS Stack Exchange answer], [https://www.sligocki.com/2010/07/04/beating-grahams-number.html#results-from-the-future a 2022 history synthesis by Shawn Ligocki] and [https://bbchallenge.org/~pascal.michel/ha#topdown summary by Pascal Michel]. In general, these results are self-reported and we do not know of independent verification for most of them. Most of these were actually proven as bounds for the &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt; function, but since &amp;lt;math&amp;gt;S(n) \ge \Sigma(n)&amp;lt;/math&amp;gt; they apply to this formulation as well.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Graham-beating TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|9 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|13 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|19 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/64-state-turing-machine-whose-output.html Blog Post] [https://web.archive.org/web/20130509222047/https://sites.google.com/site/res0001/surpassing-graham-s-number Summary]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|31 Mar 2013&lt;br /&gt;
|&amp;quot;Deedlit11&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines#A_New_Record!_Beating_Graham&#039;s_number_with_a_2-symbol_TM Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|27 September 2013&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines?commentId=4400000000000011880 Googology Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|7 October 2013&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines?commentId=4400000000000011880&amp;amp;replyId=4400000000000036301 Googology Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|5 August 2014&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/NEWS!_I_found_a_22-state_machine_that_beats_G! Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|24 Jul 2016&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham&#039;s_Number!?useskin=oasis Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|26 Mar 2021&lt;br /&gt;
|Daniel Nagaj&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham%27s_Number!?commentId=4400000000000019187&amp;amp;replyId=4400000000000101283 Googology Comment] [http://morphett.info/turing/turing.html?197640ce0f380f8a6b0a4cdd138156a0 TM Definition]&lt;br /&gt;
|[https://www.sligocki.com/2022/07/11/bb-16-graham.html Analysis by Shawn Ligocki in 2022]&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|17 Aug 2024&lt;br /&gt;
|[[User:Racheline|Racheline]]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/960643023530762341/1274366178529120287 Discord Message]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|13 March 2026&lt;br /&gt;
|50_ft_lock&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1331570843829932063/1481871400640839691 Discord Message]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6628</id>
		<title>Graham&#039;s number</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6628"/>
		<updated>2026-03-14T18:36:41Z</updated>

		<summary type="html">&lt;p&gt;C7X: Update /* Bounds */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Graham&#039;s number&#039;&#039;&#039; (&amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;) is a famously huge number which Martin Gardner claimed was the &amp;quot;largest number ever used in a serious mathematical proof&amp;quot; in 1977. Since it is one of the most famous large numbers, it has become a bit of a yardstick for measuring &amp;quot;hugeness&amp;quot;. In the specific context of the Busy Beaver game, we can ask, what is the smallest &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;BB(n) &amp;gt; g_{64}&amp;lt;/math&amp;gt;. There is an active search for the smallest TM that runs for over Graham&#039;s number steps.&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
See [https://en.wikipedia.org/wiki/Graham%27s_number Wikipedia article] for more detail&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\begin{array}{l}&lt;br /&gt;
  g_0 &amp;amp; = &amp;amp; 4 \\&lt;br /&gt;
  g_n &amp;amp; = &amp;amp; 3 \uparrow^{g_{n-1}} 3 &amp;amp; \text{if } n \ge 1 \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Graham&#039;s number is &amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Using the [[fast-growing hierarchy]], &amp;lt;math&amp;gt;g_{64} &amp;lt; f_{\omega + 1}(64)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; be the smallest integer such that &amp;lt;math&amp;gt;S(N_G) &amp;gt; g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Bounds ==&lt;br /&gt;
The current known bounds for &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; are:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
  6 \le N_G \le 13&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The lower bound comes from the proof that [[BB(5)]] = 47,176,870 and the upper bound from a specific 13-state TM found by 50_ft_lock in August 2024 which runs for &amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}(2\,047) &amp;gt; g_{64} &amp;lt;/math&amp;gt; steps.&lt;br /&gt;
&lt;br /&gt;
=== History of Graham-beating TMs ===&lt;br /&gt;
There is no one authoritative source on the history of TMs beating Graham&#039;s number. Most were posted in personal blog posts, Googology pages/comments or on the bbchallenge Discord. They are often unverified and sometimes undocumented. This list is based upon historical accounts listed on [https://googology.fandom.com/wiki/Graham%27s_number#Comparison_with_busy_beaver_function Googologogy wiki], [https://cs.stackexchange.com/questions/69469/what-is-the-smallest-n-such-that-bbn-grahams-number/69476#69476 a 2017 CS Stack Exchange answer], [https://www.sligocki.com/2010/07/04/beating-grahams-number.html#results-from-the-future a 2022 history synthesis by Shawn Ligocki] and [https://bbchallenge.org/~pascal.michel/ha#topdown summary by Pascal Michel]. In general, these results are self-reported and we do not know of independent verification for most of them. Most of these were actually proven as bounds for the &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt; function, but since &amp;lt;math&amp;gt;S(n) \ge \Sigma(n)&amp;lt;/math&amp;gt; they apply to this formulation as well.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Graham-beating TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|9 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|13 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|19 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/64-state-turing-machine-whose-output.html Blog Post] [https://web.archive.org/web/20130509222047/https://sites.google.com/site/res0001/surpassing-graham-s-number Summary]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|31 Mar 2013&lt;br /&gt;
|&amp;quot;Deedlit11&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines#A_New_Record!_Beating_Graham&#039;s_number_with_a_2-symbol_TM Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|27 September 2013&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines?commentId=4400000000000011880 Googology Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|7 October 2013&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines?commentId=4400000000000011880&amp;amp;replyId=4400000000000036301 Googology Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|5 August 2014&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/NEWS!_I_found_a_22-state_machine_that_beats_G! Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|24 Jul 2016&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham&#039;s_Number!?useskin=oasis Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|26 Mar 2021&lt;br /&gt;
|Daniel Nagaj&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham%27s_Number!?commentId=4400000000000019187&amp;amp;replyId=4400000000000101283 Googology Comment] [http://morphett.info/turing/turing.html?197640ce0f380f8a6b0a4cdd138156a0 TM Definition]&lt;br /&gt;
|[https://www.sligocki.com/2022/07/11/bb-16-graham.html Analysis by Shawn Ligocki in 2022]&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|17 Aug 2024&lt;br /&gt;
|[[User:Racheline|Racheline]]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/960643023530762341/1274366178529120287 Discord Message]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|13 March 2026&lt;br /&gt;
|50_ft_lock&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1331570843829932063/1481871400640839691 Discord Message]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6627</id>
		<title>Graham&#039;s number</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6627"/>
		<updated>2026-03-14T18:36:08Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* History of Graham-beating TMs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Graham&#039;s number&#039;&#039;&#039; (&amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;) is a famously huge number which Martin Gardner claimed was the &amp;quot;largest number ever used in a serious mathematical proof&amp;quot; in 1977. Since it is one of the most famous large numbers, it has become a bit of a yardstick for measuring &amp;quot;hugeness&amp;quot;. In the specific context of the Busy Beaver game, we can ask, what is the smallest &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;BB(n) &amp;gt; g_{64}&amp;lt;/math&amp;gt;. There is an active search for the smallest TM that runs for over Graham&#039;s number steps.&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
See [https://en.wikipedia.org/wiki/Graham%27s_number Wikipedia article] for more detail&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\begin{array}{l}&lt;br /&gt;
  g_0 &amp;amp; = &amp;amp; 4 \\&lt;br /&gt;
  g_n &amp;amp; = &amp;amp; 3 \uparrow^{g_{n-1}} 3 &amp;amp; \text{if } n \ge 1 \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Graham&#039;s number is &amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Using the [[fast-growing hierarchy]], &amp;lt;math&amp;gt;g_{64} &amp;lt; f_{\omega + 1}(64)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; be the smallest integer such that &amp;lt;math&amp;gt;S(N_G) &amp;gt; g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Bounds ==&lt;br /&gt;
The current known bounds for &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; are:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
  6 \le N_G \le 14&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The lower bound comes from the proof that [[BB(5)]] = 47,176,870 and the upper bound from a specific 14-state TM found Racheline in August 2024 which runs for &amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}(65\,536) &amp;gt; g_{64} &amp;lt;/math&amp;gt; steps.&lt;br /&gt;
&lt;br /&gt;
=== History of Graham-beating TMs ===&lt;br /&gt;
There is no one authoritative source on the history of TMs beating Graham&#039;s number. Most were posted in personal blog posts, Googology pages/comments or on the bbchallenge Discord. They are often unverified and sometimes undocumented. This list is based upon historical accounts listed on [https://googology.fandom.com/wiki/Graham%27s_number#Comparison_with_busy_beaver_function Googologogy wiki], [https://cs.stackexchange.com/questions/69469/what-is-the-smallest-n-such-that-bbn-grahams-number/69476#69476 a 2017 CS Stack Exchange answer], [https://www.sligocki.com/2010/07/04/beating-grahams-number.html#results-from-the-future a 2022 history synthesis by Shawn Ligocki] and [https://bbchallenge.org/~pascal.michel/ha#topdown summary by Pascal Michel]. In general, these results are self-reported and we do not know of independent verification for most of them. Most of these were actually proven as bounds for the &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt; function, but since &amp;lt;math&amp;gt;S(n) \ge \Sigma(n)&amp;lt;/math&amp;gt; they apply to this formulation as well.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Graham-beating TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|9 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|13 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|19 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/64-state-turing-machine-whose-output.html Blog Post] [https://web.archive.org/web/20130509222047/https://sites.google.com/site/res0001/surpassing-graham-s-number Summary]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|31 Mar 2013&lt;br /&gt;
|&amp;quot;Deedlit11&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines#A_New_Record!_Beating_Graham&#039;s_number_with_a_2-symbol_TM Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|27 September 2013&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines?commentId=4400000000000011880 Googology Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|7 October 2013&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines?commentId=4400000000000011880&amp;amp;replyId=4400000000000036301 Googology Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|5 August 2014&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/NEWS!_I_found_a_22-state_machine_that_beats_G! Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|24 Jul 2016&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham&#039;s_Number!?useskin=oasis Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|26 Mar 2021&lt;br /&gt;
|Daniel Nagaj&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham%27s_Number!?commentId=4400000000000019187&amp;amp;replyId=4400000000000101283 Googology Comment] [http://morphett.info/turing/turing.html?197640ce0f380f8a6b0a4cdd138156a0 TM Definition]&lt;br /&gt;
|[https://www.sligocki.com/2022/07/11/bb-16-graham.html Analysis by Shawn Ligocki in 2022]&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|17 Aug 2024&lt;br /&gt;
|[[User:Racheline|Racheline]]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/960643023530762341/1274366178529120287 Discord Message]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|13 March 2026&lt;br /&gt;
|50_ft_lock&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1331570843829932063/1481871400640839691 Discord Message]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Champions&amp;diff=6626</id>
		<title>Champions</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Champions&amp;diff=6626"/>
		<updated>2026-03-14T18:35:26Z</updated>

		<summary type="html">&lt;p&gt;C7X: Move it up /* 2-Symbol TMs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Busy Beaver &#039;&#039;&#039;Champions&#039;&#039;&#039; are the current record holding [[Turing machine|Turing machines]] which maximize a [[Busy Beaver function]]. In this article we focus specifically on the longest running TMs. Some have been proven to be the longest running of all (and so are the ultimate champion) while others are only current champions and may be usurped in the future. For smaller domains, Pascal Michel&#039;s website is the canonical source for [https://bbchallenge.org/~pascal.michel/bbc Busy Beaver champions] and the [https://bbchallenge.org/~pascal.michel/ha History of Previous Champions]. 1-state domains are omitted as [[BB(1,m)]] = 1 for m &amp;gt; 1.&lt;br /&gt;
&lt;br /&gt;
== Trivial Champions ==&lt;br /&gt;
[[BB(n,1)]] = n&lt;br /&gt;
&lt;br /&gt;
[[BB(1,m)]] = 1&lt;br /&gt;
&lt;br /&gt;
== 2-Symbol TMs ==&lt;br /&gt;
Rows are blank if no champion has been found which surpasses a smaller size problem. Also take note that the &amp;lt;math&amp;gt;f_{x}(n)&amp;lt;/math&amp;gt; used in the lower bounds represent the [[Fast-Growing Hierarchy]] while &amp;lt;math&amp;gt;\uparrow&amp;lt;/math&amp;gt; represents [[wikipedia:Knuth&#039;s_up-arrow_notation|Knuth&#039;s up-arrow notation]]. Note that most champions above 6 states are self-reported and have not been independently verified.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Runtime&lt;br /&gt;
!Champions&lt;br /&gt;
!Discovered By&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(2)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;6&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LB_1LA1RZ|halt}} {{TM|1RB0LB_1LA1RZ|halt}} {{TM|1RB1RZ_1LB1LA|halt}} {{TM|1RB1RZ_0LB1LA|halt}} {{TM|0RB1RZ_1LA1RB|halt}}&lt;br /&gt;
|[[Tibor Radó]]&lt;br /&gt;
|Direct Simulation&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(3)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;21&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1RZ_1LB0RC_1LC1LA|halt}}&lt;br /&gt;
|Proven by [[Shen Lin]]&lt;br /&gt;
|Direct Simulation&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(4)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;107&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LB_1LA0LC_1RZ1LD_1RD0RA|halt}}&lt;br /&gt;
|Allen Brady&lt;br /&gt;
|Direct Simulation&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(5)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;47\,176\,870&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LC_1RC1RB_1RD0LE_1LA1LD_1RZ0LA|halt}}&lt;br /&gt;
|Heiner Marxen &amp;amp; Jürgen Buntrock in 1989&lt;br /&gt;
|Direct Simulation&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 2\uparrow\uparrow\uparrow 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1RA_1RC1RZ_1LD0RF_1RA0LE_0LD1RC_1RA0RE|halt}}&lt;br /&gt;
|mxdys in 2025&lt;br /&gt;
|See mxdys&#039;s analysis on the TM page&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(7)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF|halt}}&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1370678203395604562 Pavel Kropitz in 2025]&lt;br /&gt;
|Analyzed by Shawn Ligocki (see TM page)&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(8)]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(9)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_\omega(f_9(2))&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1RA_0LC0LF_0RD1LC_1RA1RG_1RZ0RA_1LB1LF_1LH1RE_0LI1LH_1LB0LH|halt}}&lt;br /&gt;
|Jacobzheng in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(10)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_\omega^2(25)&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1RA_0LC0LF_0RD1LC_1RA1RG_1RZ0RA_1LB1LF_1LH1RE_0LI1LH_0LF0LJ_1LH0LJ|halt}}&lt;br /&gt;
|Racheline in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(11)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_\omega^2(2 \uparrow\uparrow 12) &amp;gt; f_\omega^2(f_3(9))&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1LH1LA_1LI1RG_0RD1LC_0RF1RE_1LJ0RF_1RB1RF_0LC1LH_0LC0LA_1LK1LJ_1RZ0LI_0LD1LE|halt}}&lt;br /&gt;
|Racheline in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(12)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_\omega^4(2 \uparrow\uparrow\uparrow 4-3) &amp;gt; f_\omega^4(f_4(2))&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|0LJ0RF_1LH1RC_0LD0LG_0RE1LD_1RF1RA_1RB1RF_1LC1LG_1LL1LI_1LK0LH_1RH1LJ_1RZ1LA_1RF1LL|halt}}&lt;br /&gt;
|Racheline in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(13)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_{\omega + 1}(2047) &amp;gt; g_{64}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1RA_1LC1RD_1LA1LC_1LG0RE_1LC1RB_0RL1LG_0LM0RH_1RI1RH_1LK0RI_---0LK_1LF1LK_1LJ1RL_1RZ1RH|halt}}&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1331570843829932063/1481871400640839691 50_ft_lock in 2026]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(14)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_{\omega + 1}(65\,536)&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1LH1LA_1LI1RG_0RD1LC_0RF1RE_1LJ0RF_1RB1RF_0LC1LH_0LC0LA_1LK1LJ_1RL0LI_0LL1LE_1LM1RZ_0LN1LF_0LJ---|halt}}&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/960643023530762341/1274366178529120287 Racheline in 2024]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(15)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_{\omega + 1}(f_\omega(10^{57}))&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|0RH1LD_1RI0RC_1RB1LD_0LD1LE_1LF1RA_1RG0LE_1RB1RG_1RD1RA_0LN0RJ_1RZ0LK_0LK1LL_1RG1LM_0LL0LL_1LO1LN_0LG1LN|halt}}&lt;br /&gt;
|Jacobzheng in 2025&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(16)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_{\omega + 1}^2(10^{10^{57}})&amp;lt;/math&amp;gt;&lt;br /&gt;
|[[User:Jacobzheng/BB(16)]]&lt;br /&gt;
|Jacobzheng in 2025&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(17)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(18)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_{\omega + 2}(f_{\omega + 1}^3(f_{\omega}^2(60)))&amp;lt;/math&amp;gt;&lt;br /&gt;
|[[User:Jacobzheng/BB(18)]]&lt;br /&gt;
|Jacobzheng in 2025&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(19)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(20)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_{\omega + 2}^2(21)&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1026577255754903572/1274414683331366924 Racheline in 2024]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(21)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_{\omega^2}^2(4 \uparrow\uparrow 341)&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1026577255754903572/1274471360206344213 Racheline in 2024]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(40)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_{\omega^\omega}(75\,500)&amp;lt;/math&amp;gt;&lt;br /&gt;
|[[User:Jacobzheng/BB(40)]]&lt;br /&gt;
|Jacobzheng in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(41)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_{\omega^\omega}^4(32)&amp;lt;/math&amp;gt;&lt;br /&gt;
|[[User:Jacobzheng/BB(41)]]&lt;br /&gt;
|Jacobzheng in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(51)&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_{\varepsilon_0 + 1}(8)&amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1026577255754903572/1276881449685094495 Racheline in 2024]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(150)&lt;br /&gt;
|&amp;lt;math&amp;gt;f_{lim(BMS)}(10\uparrow\uparrow 15)&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://morphett.info/turing/turing.html?c95a199c8e8a3dd56452f8b7e28fabbf too large to show]&lt;br /&gt;
|Patcail in 2025&amp;lt;ref&amp;gt;https://discord.com/channels/960643023006490684/1026577255754903572/1328863966688182345&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 3-Symbol TMs ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Runtime&lt;br /&gt;
!Champions&lt;br /&gt;
!Discovered By&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(2,3)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;38&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB2LB1RZ_2LA2RB1LB|halt}}&lt;br /&gt;
|Allen Brady in 1988&lt;br /&gt;
|Direct Simulation&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(3,3)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10^{17}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|0RB2LA1RA_1LA2RB1RC_1RZ1LB1LC|halt}}&lt;br /&gt;
|Terry &amp;amp; Shawn Ligocki in 2007&lt;br /&gt;
|[https://bbchallenge.org/~pascal.michel/beh#tm33h Analysis by Pascal Michel]&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(4,3)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow^{4} 4&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1RD1LC_2LB1RB1LC_1RZ1LA1LD_0RB2RA2RD|halt}}&lt;br /&gt;
|Pavel Kropitz in 2024&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 4-Symbol TMs ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Runtime&lt;br /&gt;
!Champions&lt;br /&gt;
!Discovered By&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(2,4)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;3\,932\,964&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB1RZ|halt}}&lt;br /&gt;
|Terry &amp;amp; Shawn Ligocki in 2005&lt;br /&gt;
|Pascal Michel, Heiner Marxen, Allen Brady&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(3,4)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 2 \uparrow^{15} 5&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB3LB1RZ2RA_2LC3RB1LC2RA_3RB1LB3LC2RC|halt}}&lt;br /&gt;
|Pavel Kropitz in 2024&lt;br /&gt;
|[https://www.sligocki.com/2024/05/22/bb-3-4-a14.html Analysis by Shawn Ligocki]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 5-Symbol TMs ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Runtime&lt;br /&gt;
!Champions&lt;br /&gt;
!Discovered By&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10^{10^{10^{3\,314\,360}}}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB3LA4RB0RB2LA_1LB2LA3LA1RA1RZ|halt}}&lt;br /&gt;
|Daniel Yuan in 2024&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1259770421046411285/1379877629288644722 mxdys in Rocq]&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(3,5)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; f_\omega(2 \uparrow^{15} 5) &amp;gt; f_\omega^2(15)&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB3LB4LC2RA4LB_2LC3RB1LC2RA1RZ_3RB1LB3LC2RC4LC|halt}}&lt;br /&gt;
|Racheline in 2024&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 6-Symbol TMs ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Runtime&lt;br /&gt;
!Champions&lt;br /&gt;
!Discovered By&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(2,6)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 10 \uparrow\uparrow 10^{10^{115}}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB3RB5RA1LB5LA2LB_2LA2RA4RB1RZ3LB2LA|halt}}&lt;br /&gt;
|Pavel Kropitz in 2023&lt;br /&gt;
|[https://www.sligocki.com/2023/05/20/bb-2-6-p3.html Analysis by Shawn Ligocki] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Zoology ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Classification&lt;br /&gt;
!Description&lt;br /&gt;
!Examples&lt;br /&gt;
!Scale&lt;br /&gt;
|-&lt;br /&gt;
|Trivial&lt;br /&gt;
|The simplest champions that can exist. They mostly appear in some BB-adjacent functions like [[Fractran|BBf]].&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;math&amp;gt;O(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Chaotic&lt;br /&gt;
|Have a chaotic behavior with often repeating patterns that go back and forth.&lt;br /&gt;
|&lt;br /&gt;
* {{TM|1RB1LB_1LA---|halt}}&lt;br /&gt;
* {{TM|1RB---_1LB0RC_1LC1LA|halt}}&lt;br /&gt;
* {{TM|1RB1LB_1LA0LC_---1LD_1RD0RA|halt}}&lt;br /&gt;
|&amp;lt;math&amp;gt;O(n^2)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Countdown&lt;br /&gt;
|Compute a number then &amp;quot;count down&amp;quot; (usually while bouncing) until reaching 0. They are common in some BB-adjacent functions like [[Fractran|BBf]].&lt;br /&gt;
|&lt;br /&gt;
* {{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|&amp;lt;math&amp;gt;O(n^2)&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Collatz-like&lt;br /&gt;
|Compute a Collatz-like function. Repeatedly multiply and add a number depending of its modulo until reaching a number with a certain modulo.&lt;br /&gt;
|&lt;br /&gt;
* {{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
* {{TM|1RB1LC_1RC1RB_1RD0LE_1LA1LD_---0LA|halt}}&lt;br /&gt;
|&amp;lt;math&amp;gt;O(2^n)&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Individual machines]]&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Logical_independence&amp;diff=6625</id>
		<title>Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Logical_independence&amp;diff=6625"/>
		<updated>2026-03-14T18:34:13Z</updated>

		<summary type="html">&lt;p&gt;C7X: More common phrasing /* Large cardinals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Independencechart.png|thumb|A chart showing which busy beaver numbers are independent of theories. Modification of a chart from a Vsauce video.]]&lt;br /&gt;
For any recursively enumerable and arithmetically sound axiomatic theory T, there exists an integer &amp;lt;math&amp;gt;N_T&amp;lt;/math&amp;gt; such that T cannot prove the values of BB(n) for any &amp;lt;math&amp;gt;n \ge N_T&amp;lt;/math&amp;gt;. For [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] (ZF), this value is known to be in the range:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;6 \le N_{ZF} \le 432&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This lower bound comes from the fact that [[BB(5)]] has been proven in Rocq.&amp;lt;ref group=&amp;quot;footnote&amp;quot;&amp;gt;The fact that this theorem has been proven in Rocq technically does not imply that the theorem must be provable in ZF, because the consistency strength of Rocq is actually higher than that of ZF. However, the BB(5) proof does not use any techniques that could not be formalized within ZF.&amp;lt;/ref&amp;gt; The upper bound comes from an explicit TM which enumerates all possible proofs in ZF and halts if it finds a proof 0 = 1. Assuming ZF is consistent and sound, then it cannot prove whether or not it is consistent, hence it cannot prove whether or not this specific TM halts.&lt;br /&gt;
&lt;br /&gt;
Harvey Friedman spoke of embedding consistency statements within turing machines in a [https://fomarchive.ugent.be/2004-March/008003.html 2004 posting] on the &amp;quot;Foundations of Mathematics&amp;quot; mailing list. Scott Aaronson conjectured in his [[Busy Beaver Frontier]] survey that &amp;lt;math&amp;gt;N_{ZF} \le 20&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;N_{PA} \le 10&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;PA&amp;lt;/math&amp;gt; refers to the theory of [https://en.wikipedia.org/wiki/Peano%20axioms Peano Arithmetic]. Scott also mentioned (crediting Oscar Cunningham for the observation) that if there is an n-state machine that halts if and only if T is inconsistent, then &amp;lt;math&amp;gt;PA&amp;lt;/math&amp;gt; + “BB(n) = b” can prove the consistency of T, where b is the true value of BB(n).&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Scott Aaronson. 2020. [https://www.scottaaronson.com/papers/bb.pdf The Busy Beaver Frontier]. SIGACT News 51, 3 (August 2020), 32–54. https://doi.org/10.1145/3427361.3427369&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Axiom of Choice ==&lt;br /&gt;
Due to [[wikipedia:Absoluteness_(logic)#Shoenfield&#039;s_absoluteness_theorem|Shoenfield&#039;s absoluteness theorem]], it is known that any TM proven non-halting in ZFC can also be proven non-halting in ZF (and the converse is trivially true), therefore&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;N_{ZFC} = N_{ZF}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore we refer to ZF and &amp;lt;math&amp;gt;N_{ZF}&amp;lt;/math&amp;gt; throughout this article since adding the Axiom of Choice does not have any effect on Turing machine decidability.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
There is no one authoritative source on the history of TMs independent of ZF, this is our best understanding of the history of TMs found. Mostly these are taken from Scott Aaronson&#039;s blog announcements and Busy Beaver Frontier or self-reported by the individuals who discovered them. The Aaronson-Yedida machine used a compiler called &#039;&#039;Laconic&#039;&#039;, which was then updated with NQL or &amp;quot;Not Quite Laconic&amp;quot;, while the current champion machines use a compiler built by Andrew J. Wade.&lt;br /&gt;
&lt;br /&gt;
Note that these results also have not undergone formal verification, with the 7910 machine in particular relying on a result from Harvey Friedman that has no published proof.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of ZF independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|7910&lt;br /&gt;
|May 2016&lt;br /&gt;
|Adam Yedidia and Scott Aaronson&lt;br /&gt;
|Yedidia and Aaronson 2016&amp;lt;ref&amp;gt;A. Yedidia and S. Aaronson. A relatively small Turing machine whose behavior is independent of set theory. Complex Systems, (25):4, 2016. https://arxiv.org/abs/1605.04343&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|748&lt;br /&gt;
|May 2016&lt;br /&gt;
|Stefan O’Rear&lt;br /&gt;
|[https://github.com/sorear/metamath-turing-machines/blob/master/zf2.nql Github NQL file], Busy Beaver Frontier&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|745&lt;br /&gt;
|July 2023&lt;br /&gt;
|Johannes Riebel&lt;br /&gt;
|Riebel 2023 Bachelor Thesis&amp;lt;ref&amp;gt;Riebel, Johannes (March 2023). &#039;&#039;[https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf The Undecidability of BB(748): Understanding Gödel&#039;s Incompleteness Theorems]&#039;&#039; (PDF) (Bachelor&#039;s thesis). University of Augsburg.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|643&lt;br /&gt;
|July 2024&lt;br /&gt;
|Rohan Ridenour&lt;br /&gt;
|[https://github.com/CatsAreFluffy/metamath-turing-machines Github NQL], [https://scottaaronson.blog/?p=8131 Aaronson Announcement]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|636&lt;br /&gt;
|31 August 2024&lt;br /&gt;
|Rohan Ridenour&lt;br /&gt;
|[https://github.com/CatsAreFluffy/metamath-turing-machines Github NQL] ([https://github.com/CatsAreFluffy/metamath-turing-machines/commit/6fc33bef6ba8885d26aed94c83e88bdabbedb0f1 commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|12 July 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://github.com/andrew-j-wade/metamath-turing-machines Github NQL] ([https://github.com/andrew-j-wade/metamath-turing-machines/commit/30d2e3194866615f68dd2f5101cb300fb039adca commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|549&lt;br /&gt;
|16 July 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://github.com/andrew-j-wade/metamath-turing-machines Github NQL] ([https://github.com/andrew-j-wade/metamath-turing-machines/commit/5d676aec074a94f598959cb3b7733a8f7781762f commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|432&lt;br /&gt;
|19 Aug 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://codeberg.org/ajwade/turing_machine_explorer/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e git commit]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Wade&#039;s 432-state champion also omits the [[wikipedia:Axiom_of_regularity|axiom of regularity]].&lt;br /&gt;
&lt;br /&gt;
For Peano Arithmetic, the ZF independent machines are an upper bound. In general, a machine that is independent of a theory will also be independent of any theory with strictly lower [[wikipedia:Equiconsistency#Consistency_strength|consistency strength]]. For the theories in this article, Con(ZFC+Subtle)-&amp;gt;Con(ZFC)-&amp;gt;Con(PA).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Peano Arithmetic (PA) independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|11 February 2026&lt;br /&gt;
|@LegionMammal978&lt;br /&gt;
|[https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py Github]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
This machine takes Wade&#039;s ZF champion and replaces the set theory axioms with one axiom schema of &amp;quot;adjunction + separation&amp;quot;, which has been shown to interpret PA.&amp;lt;ref&amp;gt;https://mathoverflow.net/questions/508137/interpreting-pa-with-only-adjunction-separation/508161&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Large cardinals ===&lt;br /&gt;
These tables are for theories stronger than ZFC.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of ZFC + &amp;quot;There exist arbitrarily large subtle cardinals&amp;quot; independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|493&lt;br /&gt;
|25 February 2026&lt;br /&gt;
|@LegionMammal978&lt;br /&gt;
|[https://github.com/Saoi2/turing_machine_explorer/blob/main/subtle.tm Github]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
This machine takes Wade&#039;s ZF champion and adds the [[wikipedia:Axiom_of_choice|axiom of Choice]] and a statement from Harvey Friedman (Proposition 4.3 of [https://bpb-us-w2.wpmucdn.com/u.osu.edu/dist/1/1952/files/2014/01/PrimitiveIndResults071302-189vmn0.pdf &amp;quot;Primitive Independence Results&amp;quot;])&amp;lt;ref&amp;gt;H. Friedman, &amp;quot;[https://bpb-us-w2.wpmucdn.com/u.osu.edu/dist/1/1952/files/2014/01/PrimitiveIndResults071302-189vmn0.pdf Primitive Independence Results]&amp;quot; (2002). Accessed February 2026.&amp;lt;/ref&amp;gt; which Friedman showed to be equivalent to &amp;quot;There exist arbitrarily large subtle cardinals&amp;quot; over ZFC.&lt;br /&gt;
&lt;br /&gt;
For reference, this theory is between the strength of &amp;quot;strongly unfoldable&amp;quot; and &amp;quot;&amp;lt;math&amp;gt;0^\sharp&amp;lt;/math&amp;gt; exists&amp;quot; on the [[wikipedia:Large_cardinal|large cardinal hierarchy]] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
Note: The initial machine produced in 2016 by Yedidia and Aaronson is designed to halt iff a certain statement created by Harvey Friedman is true.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; According to Friedman (without a published proof), this statement is independent of the theory &amp;quot;Stationary Ramsey Property&amp;quot; or &#039;&#039;SRP&#039;&#039;, which is equiconsistent with the theory &amp;lt;math&amp;gt;ZFC + \{\text{``There is a }k\text{-subtle cardinal``}\mid k\in\N\}&amp;lt;/math&amp;gt; which is also between the strength of &amp;quot;strongly unfoldable&amp;quot; and &amp;quot;&amp;lt;math&amp;gt;0^\sharp&amp;lt;/math&amp;gt; exists&amp;quot; on the large cardinal hierarchy.&amp;lt;ref&amp;gt;tlonuqbar, &amp;quot;[https://mathoverflow.net/questions/508364/what-is-the-consistency-strength-of-srp-stationary-ramsey-property What is the consistency strength of SRP (Stationary Ramsey Property)?]&amp;quot; (2026). MathOverflow post, accessed February 2026.&amp;lt;/ref&amp;gt; However, the theory used by the BB(493) machine is also independent of this theory.&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&amp;lt;references group=&amp;quot;footnote&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=6624</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=6624"/>
		<updated>2026-03-14T08:50:44Z</updated>

		<summary type="html">&lt;p&gt;C7X: Done /* History */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) [[champion]] {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF|halt}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. In 1964, Milton Green designed a machine that had [[sigma score]] 22,961. In 2014, Wythagoras modified a BB(6) champion to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each ran for ~2 minutes and leave ~100 [[Holdouts lists|holdouts]] each. Various folks on Discord investigated different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB|halt}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC|halt}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB|halt}}, with sigma score ~10 ↑↑ 46. A few days later, Pavel found a TM that outpaces all of them with a sigma score of ~&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;. Pavel&#039;s champion is enumerated in subtask 243308 of Phase 1 (below).&lt;br /&gt;
&lt;br /&gt;
== Cryptids ==&lt;br /&gt;
BB(7) has not been seriously investigated by hand, so no native BB(7) [[Cryptids]] have yet been discovered.&lt;br /&gt;
&lt;br /&gt;
[[Probviously]] non-halting Cryptids:&lt;br /&gt;
&lt;br /&gt;
{{TM|0RB1RB_1LC0RA_1RE1LF_1LF1RE_0RD1RD_1LG0LG_---1LB}}, [[Bigfoot]] (a [[BB(3,3)]] Cryptid) compiled into a 2-symbol TM by Iijil in 2024.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
The scores are given using [[wikipedia:Knuth&#039;s_up-arrow_notation|Knuth&#039;s up-arrow notation]] with an extension to decimal tetration&amp;lt;ref&amp;gt;Shawn Ligocki. 2022. [https://www.sligocki.com/2022/06/25/ext-up-notation.html &amp;quot;Extending Up-arrow Notation&amp;quot;]&amp;lt;/ref&amp;gt;. The top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF|halt}}&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE|halt}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE|halt}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD0LG_1LB0LE|halt}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|@gerbil5709, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LB_1LC1RF_1LA0LD_1RE0LG_0RC1RZ_0RB0RD_0RF1LG|halt}}&lt;br /&gt;
|10 ↑↑ 403.84&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD|halt}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA1LG_1RZ1LA|halt}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@star, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG|halt}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|@Iijil, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_0RG0LA_1RB1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_1RG0LA_0LE1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF|halt}}&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE|halt}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LB_1LC1RF_1LA0LD_1RE0LG_0RC1RZ_0RB0RD_0RF1LG|halt}}&lt;br /&gt;
|10 ↑↑ 403.84&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD|halt}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG|halt}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|@Iijil, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA|halt}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC|halt}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RF_1RC1RZ_0LD1RF_0RA1LE_0LC1LF_1LE0RG_0LE1RA|halt}}&lt;br /&gt;
|10 ↑↑ 136.64&lt;br /&gt;
|Katelyn Doucette, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG|halt}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF|halt}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0RE_1LF1LD_0LE1LC_1RA1RB_1LD0LF_1RZ0RF|halt}}&lt;br /&gt;
|10 ↑↑ 127.52&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD|halt}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG|halt}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Phase 1 ==&lt;br /&gt;
Phase 1&#039;s first two stages were carried out from May 2025 to July 2025. The table below summaries some of that activity and was used to coordinate the effort of doing the raw computation. Fourteen people (see below) contributed directly and the overall bbchallenge group participated in [https://discord.com/channels/960643023006490684/1369339127652159509 discord discussions], etc.&lt;br /&gt;
&lt;br /&gt;
Stage 1, &amp;quot;enumeration&amp;quot; in the table, involved running 1 million subtasks using mxdys&#039;s code in 100 batches of 10 thousand subtasks.&lt;br /&gt;
&lt;br /&gt;
Stage 2, &amp;quot;linear rule&amp;quot; in the table, processing the output of Stage 1 using Shawn Ligocki&#039;s linear rule code which also used a few other deciders, e.g., a version of CTL.&lt;br /&gt;
&lt;br /&gt;
Stage 3, the final stage of Phase 1, is the compilation, verification, and presentation of the final results from Phase 1. It was completed during August 2025.&lt;br /&gt;
&lt;br /&gt;
(done to reduce column size:&lt;br /&gt;
&amp;lt;math&amp;gt;*^1&amp;lt;/math&amp;gt;= enumeration,&lt;br /&gt;
&amp;lt;math&amp;gt;*^2&amp;lt;/math&amp;gt;= linear rule)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Task range&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Done by&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Completed&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |# holdouts&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Maximum Score TM&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |~Sigma&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Source&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;math&amp;gt;*^1&amp;lt;/math&amp;gt;&lt;br /&gt;
!&amp;lt;math&amp;gt;*^2&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|00-01xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,545,673&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD|halt}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|02-04xxxx&lt;br /&gt;
|&lt;br /&gt;
@Iijil&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,279,734&lt;br /&gt;
|{{TM|1RB0LF_1RC1RA_1RD0RG_1LE1RZ_1LA0LF_1RA1LE_0RE1RG|halt}}&lt;br /&gt;
|10 ↑↑ 93.81&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD @Iijil]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1kJ6tlmX8_7AQ8qpR1mSQ-Fz4-fPfwYBn?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|05-09xxxx&lt;br /&gt;
|&lt;br /&gt;
@Iijil&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,889,955&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG|halt}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD @Iijil]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Andrew]&lt;br /&gt;
|-&lt;br /&gt;
|10-12xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,708,888&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE|halt}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14-16xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,701,637&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LD_0RA1RE_1RZ1LA|halt}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|17-18xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,898,156&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_0RG0LA_1RB1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1kJ6tlmX8_7AQ8qpR1mSQ-Fz4-fPfwYBn?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|&lt;br /&gt;
Katelyn Doucette&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,099,752&lt;br /&gt;
|{{TM|1RB0RF_1RC1RZ_0LD1RF_0RA1LE_0LC1LF_1LE0RG_0LE1RA|halt}}&lt;br /&gt;
|10 ↑↑ 136.64&lt;br /&gt;
|[https://drive.google.com/drive/folders/1-eGxVc3kmGIEJFShG4olPX3sGci2SPaA?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|20-23xxxx&lt;br /&gt;
| @C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,528,827&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
| [https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF|halt}}*&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25-34xxxx&lt;br /&gt;
|@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|10,339,816&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC|halt}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|35-39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1kJ6tlmX8_7AQ8qpR1mSQ-Fz4-fPfwYBn?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40-47xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|6,181,327&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE|halt}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
|&lt;br /&gt;
@star&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|727,875&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA1LG_1RZ1LA|halt}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/file/d/1HbIX46_6V-etFWTv4FvWZmb7AHIiWB1v/view?usp=sharing @star]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|&lt;br /&gt;
Tobiáš Brichta&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|804,722&lt;br /&gt;
|{{TM|1RB0LG_1RC0RG_0LD1RE_1RD0RE_1LF1RB_0LA1RZ_1LC1LG|halt}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Tobiáš Brichta]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1kJ6tlmX8_7AQ8qpR1mSQ-Fz4-fPfwYBn?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|50xxxx&lt;br /&gt;
|&lt;br /&gt;
@prurq&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|797,224&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|51-53xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,016,175&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_0RF0RF_0RA1RE_1RZ1LC|halt}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1kJ6tlmX8_7AQ8qpR1mSQ-Fz4-fPfwYBn?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|54-59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|5,689,850&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0RF_0RA1RE_1RZ1LA|halt}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60-64xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,817,876&lt;br /&gt;
||{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD0LG_1LB0LE|halt}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1kJ6tlmX8_7AQ8qpR1mSQ-Fz4-fPfwYBn?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|65-68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD|halt}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG|halt}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70-71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,899,094&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD|halt}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases Github release]&lt;br /&gt;
|-&lt;br /&gt;
|72-79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1kJ6tlmX8_7AQ8qpR1mSQ-Fz4-fPfwYBn?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80-81xxxx&lt;br /&gt;
|[[User:XnoobSpeakable|XnoobSpeakable]]&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,537,533&lt;br /&gt;
|{{TM|1RB0LA_0RC1RZ_0RD0RG_1LE1RA_1LF1LD_1RG0RG_1RD1RC|halt}}&lt;br /&gt;
|10 ↑↑ 74.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|82-99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ|halt}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1kJ6tlmX8_7AQ8qpR1mSQ-Fz4-fPfwYBn?usp=drive_link Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF|halt}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
&lt;br /&gt;
== Exploration after Phase 1 ==&lt;br /&gt;
People are now looking at reducing the number of holdouts (~85M TMs) after Phase 1. They are trying different deciders not used in Phase 1 and different parameters with the deciders used in Phase 1. This table is somewhere they can put the results of these explorations so that there is a record of what is being done. It is hoped that this will inspire everyone to contribute when they can, a reference point for [https://discord.com/channels/960643023006490684/1369339127652159509 discord discussions], and something that can be questioned and/or verified.&lt;br /&gt;
&lt;br /&gt;
(done to reduce column size:&lt;br /&gt;
&amp;lt;math&amp;gt;*^1&amp;lt;/math&amp;gt;= % Reduced,&lt;br /&gt;
&amp;lt;math&amp;gt;*^2&amp;lt;/math&amp;gt;= Runtime (hours),&lt;br /&gt;
&amp;lt;math&amp;gt;*^3&amp;lt;/math&amp;gt;= Decided,&lt;br /&gt;
&amp;lt;math&amp;gt;*^4&amp;lt;/math&amp;gt;= Processed)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: right&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 10%&amp;quot; rowspan=&amp;quot;2&amp;quot; |Done by&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Holdout TMs&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |&amp;lt;math&amp;gt;*^1&amp;lt;/math&amp;gt;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |&amp;lt;math&amp;gt;*^2&amp;lt;/math&amp;gt;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |TMs/sec/core&lt;br /&gt;
! style=&amp;quot;width: 50%&amp;quot; rowspan=&amp;quot;2&amp;quot; |Description&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Source&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
!Input&lt;br /&gt;
!Output&lt;br /&gt;
!&amp;lt;math&amp;gt;*^3&amp;lt;/math&amp;gt;&lt;br /&gt;
!&amp;lt;math&amp;gt;*^4&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Shawn Ligocki&lt;br /&gt;
|858,538&lt;br /&gt;
|733,830&lt;br /&gt;
|14.5%&lt;br /&gt;
|5.0&lt;br /&gt;
|6.9282&lt;br /&gt;
|47.6966&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |[[Translated Cycler]] and [[CPS]] on &amp;lt;code&amp;gt;7x2_p01_s02_holdouts_rand_13.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |[https://discord.com/channels/960643023006490684/1369339127652159509/1403423336293208164 Discord link]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|872,041&lt;br /&gt;
|784,099&lt;br /&gt;
|10.1%&lt;br /&gt;
|456.4&lt;br /&gt;
|0.0535&lt;br /&gt;
|0.5034&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |Enumerate.py w/ 250k max-loops and block-mult=3 on &amp;lt;code&amp;gt;7x2_p01_s02_holdouts_rand_72.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |[https://discord.com/channels/960643023006490684/1369339127652159509/1403236957298884679 Discord link]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|1,000&lt;br /&gt;
|982&lt;br /&gt;
|1.8%&lt;br /&gt;
|3.3&lt;br /&gt;
|0.0015&lt;br /&gt;
|0.0830&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |[[MITMWFAR]] [https://github.com/Iijil1/MITMWFAR Code] with options &amp;lt;code&amp;gt;-n=10 -m=1 -pm=1&amp;lt;/code&amp;gt; on the first 1,000 TMs in &amp;lt;code&amp;gt;7x2_p01_s03_holdouts_rand_47.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|800,507&lt;br /&gt;
|693,348&lt;br /&gt;
|13.3%&lt;br /&gt;
|2818.7&lt;br /&gt;
|0.0106&lt;br /&gt;
|0.0789&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |Enumerate.py w/ 1M max-loops and block-mult=4 on holdouts from above Enumerate run on&amp;lt;code&amp;gt;7x2_p01_s02_holdouts_rand_72.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|70,000&lt;br /&gt;
|65,615&lt;br /&gt;
|6.3%&lt;br /&gt;
|6.6&lt;br /&gt;
|0.1842&lt;br /&gt;
|2.9412&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |Enumerate.py with --no-sim and --lin-steps=100000 on &amp;lt;code&amp;gt;7x2_p01_s02_holdouts_rand_65.txt&amp;lt;/code&amp;gt; &lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|10,000&lt;br /&gt;
|N/A&lt;br /&gt;
|2% - 32%&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |See the &amp;quot;Source&amp;quot; discussion on the discord channel which includes graphs with quantitative data. A parameter study of a random sample of 10,000 TMs from the Phase 1, Stage 3 holdouts &lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |[https://discord.com/channels/960643023006490684/1369339127652159509/1407090465097908245 Discord link]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Phase 2 ==&lt;br /&gt;
Phase 2 began with Andrew Ducharme&#039;s initial decider runs (see Stage 1 in the table). The goal of Phase 2 is to run deciders on the current holdout list (the last in the table) and produce an accessible new holdout list which can then be added to the table. Input Holdout TMs may be unequal to the next row&#039;s Output Holdout TMs because more TMs are TNF-enumerated in the process of executing the next row&#039;s filtering. Accessing the holdout list can be done through the link &amp;quot;Holdouts&amp;quot; in the &amp;quot;Source&amp;quot; column. The link &amp;quot;Details&amp;quot; leads to additional data/information pertaining to each step. If there isn&#039;t a link there it means the data is still being put somewhere everyone can access it.&lt;br /&gt;
&lt;br /&gt;
Stage 1 reduced the number of holdouts by 33.3% from ~86.1M to ~57.5M TMs using the Ligocki&#039;s C++/Python codes. In Stage 2, Andrew continued using mxdys&#039; C++ code and reduced the number of holdouts by 51.0% from ~57.5M to ~28.2M TMs. Terry Ligocki then pushed this further using additional deciders/parameters to generate Stage 3 which reduced the number of holdouts by 17.3% from ~28.2M to ~23.3M TMs. Andrew then ran the Ligocki&#039;s C++/Python code with larger parameters which reduced the number of holdouts by 2.6% from ~23.3M to ~22.7M TMs. This formed Stage 4. Terry then switched back to the mxdys&#039; C++ code with different deciders/parameters for Stage 5 where the number of holdouts was reduced by 10.2% from ~22.7M to ~20.4M TMs.&lt;br /&gt;
&lt;br /&gt;
This brought the overall reduction in Phase 2 to 77.0% from ~86.1M to ~19.8M TMs. The details are contained in this table:&lt;br /&gt;
&lt;br /&gt;
(done to reduce column size:&lt;br /&gt;
&amp;lt;math&amp;gt;*^1&amp;lt;/math&amp;gt;= % Reduced,&lt;br /&gt;
&amp;lt;math&amp;gt;*^2&amp;lt;/math&amp;gt;= Compute Time (core-hours),&lt;br /&gt;
&amp;lt;math&amp;gt;*^3&amp;lt;/math&amp;gt;= Decided,&lt;br /&gt;
&amp;lt;math&amp;gt;*^4&amp;lt;/math&amp;gt;= Processed)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: right&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Done by&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |Holdout TMs&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |&amp;lt;math&amp;gt;*^1&amp;lt;/math&amp;gt;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |&amp;lt;math&amp;gt;*^2&amp;lt;/math&amp;gt;&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; |TMs/sec/core&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Description&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Source&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot; |Data&lt;br /&gt;
|-&lt;br /&gt;
!Input&lt;br /&gt;
!Output&lt;br /&gt;
!&amp;lt;math&amp;gt;*^3&amp;lt;/math&amp;gt;&lt;br /&gt;
!&amp;lt;math&amp;gt;*^4&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;20&amp;quot; style=&amp;quot;text-align:center&amp;quot;|&#039;&#039;&#039;Stage 1&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|86,129,304&lt;br /&gt;
|82,226,951&lt;br /&gt;
|4.5%&lt;br /&gt;
|119.6&lt;br /&gt;
|9.06&lt;br /&gt;
|200.04&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |CPS_Filter with --max-block-size=4&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1407167730121052231 discord]&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot; style=&amp;quot;text-align:left&amp;quot; |Stage 1&amp;lt;br&amp;gt;&lt;br /&gt;
[https://drive.google.com/file/d/1LXUKxqRhwW_Q1QGxWuRheV3sZu18hgOK/view?usp=drive_link Holdouts]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/u/0/folders/17U0BRpJHTMLtB0poBlOSZhGGp4FkCHIO Details]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|82,226,951&lt;br /&gt;
|73,751,624&lt;br /&gt;
|10.3%&lt;br /&gt;
|120.0&lt;br /&gt;
|19.62&lt;br /&gt;
|190.34&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |lr_enum_continue 1M steps&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1407809787734786159 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|73,751,624&lt;br /&gt;
|72,470,054 &lt;br /&gt;
|1.7%&lt;br /&gt;
|1040.0&lt;br /&gt;
|0.34&lt;br /&gt;
|19.70&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |lr_enum_continue 3M steps&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1408119196931330190 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|72,470,054&lt;br /&gt;
|69,347,610&lt;br /&gt;
|4.3%&lt;br /&gt;
|1113.4&lt;br /&gt;
|0.78&lt;br /&gt;
|18.08&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |CPS_Filter with --min-block-size=5, --max-block-size=6&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1408517862485917826 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|69,347,610&lt;br /&gt;
|68,695,205&lt;br /&gt;
|0.9%&lt;br /&gt;
|1491.8&lt;br /&gt;
|0.12&lt;br /&gt;
|12.92&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |CPS_Filter with --block-size=7&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1409227033715933244 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|68,695,205&lt;br /&gt;
|61,875,401&lt;br /&gt;
|10.6%&lt;br /&gt;
|1726.7&lt;br /&gt;
|1.17&lt;br /&gt;
|11.11&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |Enumerate.py with --block-multiple=12, max-loops=100_000, and --time=0.1&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1409590262644215828 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|61,875,401&lt;br /&gt;
|60,986,231&lt;br /&gt;
|1.5%&lt;br /&gt;
|1660.7&lt;br /&gt;
|0.15&lt;br /&gt;
|10.35&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |Enumerate.py with --block-multiple=8, max-loops=100_000, and --time=0.1&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1409939131701792788 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|60,986,231&lt;br /&gt;
|60,765,943&lt;br /&gt;
|0.4%&lt;br /&gt;
|1619.4&lt;br /&gt;
|0.04&lt;br /&gt;
|10.46&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |Enumerate.py with --block-multiple=16, max-loops=100_000, and --time=0.1&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413962201676517396 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|60,765,943&lt;br /&gt;
|59,727,905&lt;br /&gt;
|1.7%&lt;br /&gt;
|2329.4&lt;br /&gt;
|0.12&lt;br /&gt;
|7.25&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |CPS_Filter with --block-size=8&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1411505653599572008 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|59,727,905&lt;br /&gt;
|57,452,672&lt;br /&gt;
|3.9%&lt;br /&gt;
|2472.2&lt;br /&gt;
|0.26&lt;br /&gt;
|6.71&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |Enumerate.py with --block-multiple=5, max-loops=200_000, and time=0.2&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1412882390774321172 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |&#039;&#039;&#039;Stage 1 Cumulative&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;86,129,304&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;57,452,672&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;33.3%&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;13693.2&#039;&#039;&#039;&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot;   | ---&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; | ---&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;20&amp;quot; style=&amp;quot;text-align:center&amp;quot;|&#039;&#039;&#039;Stage 2&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|57,452,672&lt;br /&gt;
|52,605,872&lt;br /&gt;
|8.4%&lt;br /&gt;
|150.0&lt;br /&gt;
|8.98&lt;br /&gt;
|106.39&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 20 chr_H 12 MitM_CTL NG maxT 10000 NG_n 3&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413022512568074341 discord]&lt;br /&gt;
|rowspan=21&amp;quot; style=&amp;quot;text-align:left&amp;quot; |Stage 2&amp;lt;br&amp;gt;&lt;br /&gt;
[https://drive.google.com/file/d/18G2ofUaMZIKFwNCNVHxTRjasV6p39Wr2/view?usp=drive_link Holdouts]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1tdJVC0OvUF8-Ql__xPKoSHKm5Lf5VoUd?usp=drive_link Details]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|52,605,872&lt;br /&gt;
|50,268,427&lt;br /&gt;
|4.4%&lt;br /&gt;
|100.0&lt;br /&gt;
|6.49&lt;br /&gt;
|146.13&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 8 chr_H 4 MitM_CTL NG maxT 10000 NG_n 3&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413589351933153352 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|50,268,427&lt;br /&gt;
|45,980,438&lt;br /&gt;
|8.5%&lt;br /&gt;
|250.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 10000 H 6 mod 2 n 8&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413652363599810660 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|45,980,438&lt;br /&gt;
|43,870,806&lt;br /&gt;
|4.5%&lt;br /&gt;
|220.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 10000 H 8 mod 3 n 6&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413942432533446706 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|43,870,806&lt;br /&gt;
|42,700,370&lt;br /&gt;
|2.6%&lt;br /&gt;
|80.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 8 chr_H 8 MitM_CTL NG maxT 30000 NG_n 2&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413942432533446706 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|42,700,370&lt;br /&gt;
|41,926,200&lt;br /&gt;
|1.8%&lt;br /&gt;
|20.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 10000 H 3 mod 3 n 1&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413942432533446706 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|41,926,200&lt;br /&gt;
|41,590,605&lt;br /&gt;
|0.8%&lt;br /&gt;
|50.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 3000 H 6 mod 2 n 6&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413942432533446706 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|41,590,605&lt;br /&gt;
|40,481,477&lt;br /&gt;
|2.6%&lt;br /&gt;
|75.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 14 chr_H 12 MitM_CTL NG maxT 10000 NG_n 2&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413942432533446706 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|40,481,477&lt;br /&gt;
|38,641,627&lt;br /&gt;
|4.5%&lt;br /&gt;
|200.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 10000 H 3 mod 1 n 12&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413942432533446706 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|38,641,627&lt;br /&gt;
|37,514,197&lt;br /&gt;
|2.9%&lt;br /&gt;
|80.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 18 chr_H 8 MitM_CTL NG maxT 10000 NG_n 5&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1413966380377833552 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|37,514,197&lt;br /&gt;
|36,273,782&lt;br /&gt;
|3.3%&lt;br /&gt;
|90.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL CPS_LRU sim 1001 maxT 10000 LRUH 8 H 1 tH 1 n 4&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1414167850180018317 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|36,273,782&lt;br /&gt;
|35,984,179&lt;br /&gt;
|0.8%&lt;br /&gt;
|20.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL CPS_LRU sim 1001 maxT 30000 LRUH 4 H 2 tH 0 n 2&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1414167850180018317 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|35,984,179&lt;br /&gt;
|31,811,445&lt;br /&gt;
|11.6%&lt;br /&gt;
|800.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 24 chr_H 24 MitM_CTL NG maxT 100000 NG_n 8&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1414167850180018317 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|31,811,445&lt;br /&gt;
|30,638,201&lt;br /&gt;
|3.6%&lt;br /&gt;
|1150.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 28 chr_H 28 MitM_CTL NG maxT 100000 NG_n 10&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1414385826099495004 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|30,638,201&lt;br /&gt;
|29,781,771 &lt;br /&gt;
|2.8%&lt;br /&gt;
|630.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 30000 H 12 mod 2 n 12&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1414654007149989978 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|29,781,771&lt;br /&gt;
|29,670,310&lt;br /&gt;
|0.37%&lt;br /&gt;
|30.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 0 chr_H 0 MitM_CTL NG maxT 30000 NG_n [1-7]&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; |[https://discord.com/channels/960643023006490684/1369339127652159509/1416506454965227773 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|29,670,310&lt;br /&gt;
|29,629,503&lt;br /&gt;
|0.14%&lt;br /&gt;
|75.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 0 chr_H 0 MitM_CTL NG maxT 30000 NG_n [8-10]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|29,629,503&lt;br /&gt;
|29,380,949&lt;br /&gt;
|0.84%&lt;br /&gt;
|90.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 10000 H 6 mod 2 n 6&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|29,380,949&lt;br /&gt;
|28,543,434&lt;br /&gt;
|2.85%&lt;br /&gt;
|600.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 10000 H 3 mod 1 n [2-10,2]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|28,543,434&lt;br /&gt;
|28,189,617&lt;br /&gt;
|1.24%&lt;br /&gt;
|550.0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 10000 H 3 mod 1 n [1-11,2]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1417199742361927690 discord]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; |&#039;&#039;&#039;Stage 2 Cumulative&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;57,452,672&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;28,189,617&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;51.00%&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;5260.0&#039;&#039;&#039;&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | ---&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | ---&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;20&amp;quot; style=&amp;quot;text-align:center&amp;quot;|&#039;&#039;&#039;Stage 3&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|28,189,617&lt;br /&gt;
|28,109,540&lt;br /&gt;
|0.28%&lt;br /&gt;
|5.3&lt;br /&gt;
|4.2&lt;br /&gt;
|1,479.75&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 1000 H 4 mod 3 n 1 run&lt;br /&gt;
|&lt;br /&gt;
|rowspan=&amp;quot;25&amp;quot; style=&amp;quot;text-align:left&amp;quot; |Stage 3&amp;lt;br&amp;gt;&lt;br /&gt;
[https://drive.google.com/file/d/1VEC5hum9Z9nkDhOhAw1bWsS8yLalrGWC/view?usp=drive_link Holdouts]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1DPO_aJ25bqHYB6zzjPYkvnhEtVGsY9iZ?usp=drive_link Details]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|28,109,540&lt;br /&gt;
|27,804,922&lt;br /&gt;
|1.08%&lt;br /&gt;
|8.3&lt;br /&gt;
|10.18&lt;br /&gt;
|938.98&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 30000 H 2 mod 6 n 1 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|27,804,922&lt;br /&gt;
|27,747,435&lt;br /&gt;
|0.21%&lt;br /&gt;
|14.9&lt;br /&gt;
|1.07&lt;br /&gt;
|518.17&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 10000 H 4 mod 3 n 1 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|27,747,435&lt;br /&gt;
|27,616,006&lt;br /&gt;
|0.47%&lt;br /&gt;
|65.7&lt;br /&gt;
|0.56&lt;br /&gt;
|117.33&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 2 chr_H 0 MitM_CTL NG maxT 100000 NG_n 5 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|27,616,006&lt;br /&gt;
|27,552,018&lt;br /&gt;
|0.23%&lt;br /&gt;
|56.9&lt;br /&gt;
|0.31&lt;br /&gt;
|134.81&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL CPS_LRU sim 1001 maxT 30000 LRUH 4 H 1 tH 0 n 3 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|27,552,018&lt;br /&gt;
|27,222,303&lt;br /&gt;
|1.2%&lt;br /&gt;
|92.3&lt;br /&gt;
|0.99&lt;br /&gt;
|82.96&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 30000 H 3 mod 6 n 2 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|27,222,303&lt;br /&gt;
|26,626,978&lt;br /&gt;
|2.19%&lt;br /&gt;
|140.5&lt;br /&gt;
|1.18&lt;br /&gt;
|53.8&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 30000 H 6 mod 2 n 2 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|26,626,978&lt;br /&gt;
|26,518,327&lt;br /&gt;
|0.41%&lt;br /&gt;
|126.9&lt;br /&gt;
|0.24&lt;br /&gt;
|58.31&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 30000 H 3 mod 2 n 3 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|26,518,327&lt;br /&gt;
|26,334,644&lt;br /&gt;
|0.69%&lt;br /&gt;
|99.4&lt;br /&gt;
|0.51&lt;br /&gt;
|74.14&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL CPS_LRU sim 1001 maxT 100000 LRUH 4 H 0 tH 2 n 4 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|26,334,644&lt;br /&gt;
|26,076,261&lt;br /&gt;
|0.98%&lt;br /&gt;
|336.9&lt;br /&gt;
|0.21&lt;br /&gt;
|21.72&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 100000 H 6 mod 6 n 1 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|26,076,261&lt;br /&gt;
|25,828,854&lt;br /&gt;
|0.95%&lt;br /&gt;
|146.8&lt;br /&gt;
|0.47&lt;br /&gt;
|49.35&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 30000 H 6 mod 4 n 2 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|25,828,854&lt;br /&gt;
|25,659,775&lt;br /&gt;
|0.65%&lt;br /&gt;
|203.4&lt;br /&gt;
|0.23&lt;br /&gt;
|35.28&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 8 chr_H 0 MitM_CTL NG maxT 30000 NG_n 6 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|25,659,775&lt;br /&gt;
|25,532,914&lt;br /&gt;
|0.49%&lt;br /&gt;
|194.4&lt;br /&gt;
|0.18&lt;br /&gt;
|36.66&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL CPS_LRU sim 1001 maxT 30000 LRUH 6 H 2 tH 2 n 5 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|25,532,914&lt;br /&gt;
|25,318,355&lt;br /&gt;
|0.84%&lt;br /&gt;
|252.8&lt;br /&gt;
|0.24&lt;br /&gt;
|28.06&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 8 chr_H 6 MitM_CTL NG maxT 100000 NG_n 3 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|25,318,355&lt;br /&gt;
|24,914,333&lt;br /&gt;
|1.6%&lt;br /&gt;
|446.1&lt;br /&gt;
|0.25&lt;br /&gt;
|15.77&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 14 chr_H 12 MitM_CTL NG maxT 100000 NG_n 2 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|24,914,333&lt;br /&gt;
|24,648,140&lt;br /&gt;
|1.07%&lt;br /&gt;
|258.6&lt;br /&gt;
|0.29&lt;br /&gt;
|26.76&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL CPS_LRU sim 1001 maxT 30000 LRUH 16 H 2 tH 2 n 6 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|24,648,140&lt;br /&gt;
|24,596,755&lt;br /&gt;
|0.21%&lt;br /&gt;
|322.7&lt;br /&gt;
|0.04&lt;br /&gt;
|21.21&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 30000 H 16 mod 3 n 5 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|24,596,755&lt;br /&gt;
|24,505,987&lt;br /&gt;
|0.37%&lt;br /&gt;
|292.0&lt;br /&gt;
|0.09&lt;br /&gt;
|23.4&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL CPS_LRU sim 1001 maxT 30000 LRUH 6 H 1 tH 1 n 10 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|24,505,987&lt;br /&gt;
|24,343,456&lt;br /&gt;
|0.66%&lt;br /&gt;
|1,067.8&lt;br /&gt;
|0.04&lt;br /&gt;
|6.37&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 20 chr_H 12 MitM_CTL NG maxT 100000 NG_n 6 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|24,343,456&lt;br /&gt;
|24,116,020&lt;br /&gt;
|0.93%&lt;br /&gt;
|574.2&lt;br /&gt;
|0.11&lt;br /&gt;
|11.78&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 100000 H 4 mod 2 n 4 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|24,116,020&lt;br /&gt;
|24,008,284&lt;br /&gt;
|0.45%&lt;br /&gt;
|1,754.3&lt;br /&gt;
|0.02&lt;br /&gt;
|3.82&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |MitM_CTL RWL_mod sim 1001 maxT 100000 H 12 mod 1 n 4 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|24,008,284&lt;br /&gt;
|23,502,214&lt;br /&gt;
|2.11%&lt;br /&gt;
|1,941.6&lt;br /&gt;
|0.07&lt;br /&gt;
|3.43&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 28 chr_LRUn 2 MitM_CTL NG maxT 100000 NG_n 8 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|23,502,214&lt;br /&gt;
|23,332,229&lt;br /&gt;
|0.72%&lt;br /&gt;
|3,413.9&lt;br /&gt;
|0.01&lt;br /&gt;
|1.91&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 18 chr_H 8 MitM_CTL NG maxT 100000 NG_n 12 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|23,332,229&lt;br /&gt;
|23,314,388&lt;br /&gt;
|0.08%&lt;br /&gt;
|1,182.1&lt;br /&gt;
|0.0&lt;br /&gt;
|5.48&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |chr_LRUH 9 chr_H 1 MitM_CTL NG maxT 100000 NG_n 13 run&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; |&#039;&#039;&#039;Stage 3 Cumulative&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;28,189,617&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;23,314,388&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;17.3%&#039;&#039;&#039;&lt;br /&gt;
| &#039;&#039;&#039;12997.8&#039;&#039;&#039;&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| style=&amp;quot;text-align:left&amp;quot; | ---&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; | ---&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;20&amp;quot; style=&amp;quot;text-align:center&amp;quot;|&#039;&#039;&#039;Stage 4&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme &lt;br /&gt;
|23,314,388&lt;br /&gt;
|23,281,839&lt;br /&gt;
|0.14%&lt;br /&gt;
|2,227.8&lt;br /&gt;
|&lt;br /&gt;
|343.7&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |Enumerate.py with --block-multiple=1, max-loops=250_000, and --time=0.5.&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1421974799604912188 discord]&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; style=&amp;quot;text-align:left&amp;quot;|Stage 4&amp;lt;br&amp;gt;&lt;br /&gt;
[https://drive.google.com/file/d/1N-vMMupgrsmIXe38sFczZRcF0t8XvgLT/view?usp=drive_link Holdouts]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1FP7b5GHL9D-WQJ7E4XX3BnMBNuJUBmt1?usp=sharing Details]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|23,281,839&lt;br /&gt;
|22,801,601&lt;br /&gt;
|2.06%&lt;br /&gt;
|~1,400&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |lr_enum_continue 10M steps&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1422298181693079743 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|22,801,601&lt;br /&gt;
|22,721,690&lt;br /&gt;
|0.35%&lt;br /&gt;
|3,334.6&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |Enumerate.py with --block-mult=3, --max-loops=250k, and --time=0.2.&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1423019804985655418 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Andrew Ducharme&lt;br /&gt;
|22,721,690&lt;br /&gt;
|22,721,168&lt;br /&gt;
|0.002%&lt;br /&gt;
|3393.5&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left&amp;quot; |Enumerate.py with --block-mult=2, --max-loops=250k, and --time=0.2.&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1423806362072256676 discord]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; |&#039;&#039;&#039;Stage 4 Cumulative&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;23,314,388&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;22,721,168&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;2.55%&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;10,355.9&#039;&#039;&#039;&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;20&amp;quot; style=&amp;quot;text-align:center&amp;quot;|&#039;&#039;&#039;Stage 5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot; |Terry Ligocki&lt;br /&gt;
|22,721,168&lt;br /&gt;
|20,405,295&lt;br /&gt;
|10.19%&lt;br /&gt;
|4,903.2&lt;br /&gt;
|0.13&lt;br /&gt;
|1.29&lt;br /&gt;
|&lt;br /&gt;
MitM_CTL RWL_mod sim 1001 maxT 100000 H 8 mod 3 n 12 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL RWL_mod sim 1001 maxT 100000 H 6 mod 2 n 12 run &amp;lt;br/&amp;gt;&lt;br /&gt;
chr_LRUH 18 chr_H 16 MitM_CTL NG maxT 100000 NG_n 3 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL CPS_LRU sim 1001 maxT 1000000 LRUH 20 H 2 tH 4 n 2 run &amp;lt;br/&amp;gt;&lt;br /&gt;
chr_LRUH 4 chr_H 2 MitM_CTL NG maxT 1000000 NG_n 1 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL RWL_mod sim 1001 maxT 30000 H 6 mod 4 n 4 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL RWL_mod sim 1001 maxT 10000 H 6 mod 9 n 1 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL RWL_mod sim 1001 maxT 30000 H 12 mod 3 n 3 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL RWL_mod sim 1001 maxT 300000 H 3 mod 2 n 2 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL CPS_LRU sim 1001 maxT 100000 LRUH 4 H 1 tH 1 n 4 run &amp;lt;br/&amp;gt;&lt;br /&gt;
chr_LRUH 6 chr_H 4 MitM_CTL NG maxT 100000 NG_n 2 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL RWL_mod sim 1001 maxT 10000 H 4 mod 4 n 1 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL RWL_mod sim 1001 maxT 10000 H 6 mod 3 n 2 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL RWL_mod sim 1001 maxT 30000 H 4 mod 2 n 2 run &amp;lt;br/&amp;gt;&lt;br /&gt;
MitM_CTL CPS_LRU sim 1001 maxT 30000 LRUH 4 H 1 tH 1 n 3 run &amp;lt;br/&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|rowspan=&amp;quot;1&amp;quot; style=&amp;quot;text-align:left&amp;quot;|Stage 5&amp;lt;br&amp;gt;&lt;br /&gt;
[https://drive.google.com/file/d/1jTyRvblSJnRDTwsfSCqD7kK0T4zxgU2A/view?usp=drive_link Holdouts]&amp;lt;br&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1APe-Vl8vcZOk4VMqRXHbPPxLanvKTmhA?usp=drive_link Details]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; |&#039;&#039;&#039;Stage 5 Cumulative&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;22,721,168&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;20,405,295&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;10.19%&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;4903.2&#039;&#039;&#039;&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;20&amp;quot; style=&amp;quot;text-align:center&amp;quot;|&#039;&#039;&#039;Stage 6&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot;| Andrew Ducharme&lt;br /&gt;
|20,405,295&lt;br /&gt;
|20,387,509&lt;br /&gt;
|0.09%&lt;br /&gt;
|1797.2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Enumerate.py with --block-mult=5, --max-loops=250k, --tape-limit=5000, and --time=0.3.&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1452727708479127633 discord]&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |[https://drive.google.com/drive/folders/16uQS2oF136VO7-2znEjaACOWQiHHQFeX?usp=share_link Details]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot;| Andrew Ducharme&lt;br /&gt;
|20,387,509&lt;br /&gt;
|20,197,978&lt;br /&gt;
|0.93%&lt;br /&gt;
|6394.7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Enumerate.py with --block-mult=20, --max-loops=1M, --tape-limit=5000, --max-steps-per-macro=100k, and --time=1.&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1459719965396566078 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot;| Andrew Ducharme&lt;br /&gt;
|20,197,978&lt;br /&gt;
|19,879,953&lt;br /&gt;
|1.57%&lt;br /&gt;
|5748.1&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Enumerate.py with --block-mult=18, --max-loops=1M, --tape-limit=5000, --max-steps-per-macro=100k, and --time=1.&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1460718041577951365 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot;| Andrew Ducharme&lt;br /&gt;
|19,879,953&lt;br /&gt;
|19,781,295&lt;br /&gt;
|0.50%&lt;br /&gt;
|6269.7&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Enumerate.py with --block-mult=21, --max-loops=1M, --tape-limit=5000, --max-steps-per-macro=100k, and --time=1.&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1461993117921054720 discord]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;text-align:center&amp;quot;|Andrew Ducharme&lt;br /&gt;
|19,781,295&lt;br /&gt;
|19,303,801&lt;br /&gt;
|2.41%&lt;br /&gt;
|~2000&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FAR CPS_LRU maxT 1000000 LRUH 2 H 0 tH 0 n [1-10]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1464763753072427230 discord]&lt;br /&gt;
|-&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|19,303,801&lt;br /&gt;
|18,306,495&lt;br /&gt;
|5.17%&lt;br /&gt;
|~7000&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FAR CPS_LRU maxT 100000 LRUH 3 H 0 tH 0 n [1-31]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1469398962325684373 discord]&lt;br /&gt;
|-&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|18,306,495&lt;br /&gt;
|18,254,545&lt;br /&gt;
|0.28%&lt;br /&gt;
|???&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|LRUH 1 H [0,1] tH [0,1] n [1-31]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1470510369687601375 discord]&lt;br /&gt;
|-&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|18,254,545&lt;br /&gt;
|18,195,192&lt;br /&gt;
|0.33%&lt;br /&gt;
|???&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|maxT 100000 LRUH 2&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1472115313683202189 discord]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; |&#039;&#039;&#039;Stage 6 Cumulative&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;20,405,295&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;18,195,192&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;10.83%&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;29209.7&#039;&#039;&#039;&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:center&amp;quot; |&#039;&#039;&#039;Overall Cumulative&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;86,129,304&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;18,195,192&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;78.88%&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;76419.8&#039;&#039;&#039;&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
| ---&lt;br /&gt;
|}&lt;br /&gt;
==References==&lt;br /&gt;
[[Category:BB Domains]][[Category:BB(7)]]&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6623</id>
		<title>Graham&#039;s number</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6623"/>
		<updated>2026-03-14T08:15:06Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* History of Graham-beating TMs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Graham&#039;s number&#039;&#039;&#039; (&amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;) is a famously huge number which Martin Gardner claimed was the &amp;quot;largest number ever used in a serious mathematical proof&amp;quot; in 1977. Since it is one of the most famous large numbers, it has become a bit of a yardstick for measuring &amp;quot;hugeness&amp;quot;. In the specific context of the Busy Beaver game, we can ask, what is the smallest &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;BB(n) &amp;gt; g_{64}&amp;lt;/math&amp;gt;. There is an active search for the smallest TM that runs for over Graham&#039;s number steps.&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
See [https://en.wikipedia.org/wiki/Graham%27s_number Wikipedia article] for more detail&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\begin{array}{l}&lt;br /&gt;
  g_0 &amp;amp; = &amp;amp; 4 \\&lt;br /&gt;
  g_n &amp;amp; = &amp;amp; 3 \uparrow^{g_{n-1}} 3 &amp;amp; \text{if } n \ge 1 \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Graham&#039;s number is &amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Using the [[fast-growing hierarchy]], &amp;lt;math&amp;gt;g_{64} &amp;lt; f_{\omega + 1}(64)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; be the smallest integer such that &amp;lt;math&amp;gt;S(N_G) &amp;gt; g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Bounds ==&lt;br /&gt;
The current known bounds for &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; are:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
  6 \le N_G \le 14&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The lower bound comes from the proof that [[BB(5)]] = 47,176,870 and the upper bound from a specific 14-state TM found Racheline in August 2024 which runs for &amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}(65\,536) &amp;gt; g_{64} &amp;lt;/math&amp;gt; steps.&lt;br /&gt;
&lt;br /&gt;
=== History of Graham-beating TMs ===&lt;br /&gt;
There is no one authoritative source on the history of TMs beating Graham&#039;s number. Most were posted in personal blog posts, Googology pages/comments or on the bbchallenge Discord. They are often unverified and sometimes undocumented. This list is based upon historical accounts listed on [https://googology.fandom.com/wiki/Graham%27s_number#Comparison_with_busy_beaver_function Googologogy wiki], [https://cs.stackexchange.com/questions/69469/what-is-the-smallest-n-such-that-bbn-grahams-number/69476#69476 a 2017 CS Stack Exchange answer], [https://www.sligocki.com/2010/07/04/beating-grahams-number.html#results-from-the-future a 2022 history synthesis by Shawn Ligocki] and [https://bbchallenge.org/~pascal.michel/ha#topdown summary by Pascal Michel]. In general, these results are self-reported and we do not know of independent verification for most of them. Most of these were actually proven as bounds for the &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt; function, but since &amp;lt;math&amp;gt;S(n) \ge \Sigma(n)&amp;lt;/math&amp;gt; they apply to this formulation as well.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Graham-beating TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|9 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|13 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|19 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/64-state-turing-machine-whose-output.html Blog Post] [https://web.archive.org/web/20130509222047/https://sites.google.com/site/res0001/surpassing-graham-s-number Summary]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|31 Mar 2013&lt;br /&gt;
|&amp;quot;Deedlit11&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines#A_New_Record!_Beating_Graham&#039;s_number_with_a_2-symbol_TM Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|27 September 2013&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines?commentId=4400000000000011880 Googology Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|7 October 2013&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines?commentId=4400000000000011880&amp;amp;replyId=4400000000000036301 Googology Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|5 August 2014&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/NEWS!_I_found_a_22-state_machine_that_beats_G! Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|24 Jul 2016&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham&#039;s_Number!?useskin=oasis Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|26 Mar 2021&lt;br /&gt;
|Daniel Nagaj&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham%27s_Number!?commentId=4400000000000019187&amp;amp;replyId=4400000000000101283 Googology Comment] [http://morphett.info/turing/turing.html?197640ce0f380f8a6b0a4cdd138156a0 TM Definition]&lt;br /&gt;
|[https://www.sligocki.com/2022/07/11/bb-16-graham.html Analysis by Shawn Ligocki in 2022]&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|17 Aug 2024&lt;br /&gt;
|[[User:Racheline|Racheline]]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/960643023530762341/1274366178529120287 Discord Message]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6622</id>
		<title>Graham&#039;s number</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6622"/>
		<updated>2026-03-14T07:52:55Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* History of Graham-beating TMs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Graham&#039;s number&#039;&#039;&#039; (&amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;) is a famously huge number which Martin Gardner claimed was the &amp;quot;largest number ever used in a serious mathematical proof&amp;quot; in 1977. Since it is one of the most famous large numbers, it has become a bit of a yardstick for measuring &amp;quot;hugeness&amp;quot;. In the specific context of the Busy Beaver game, we can ask, what is the smallest &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;BB(n) &amp;gt; g_{64}&amp;lt;/math&amp;gt;. There is an active search for the smallest TM that runs for over Graham&#039;s number steps.&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
See [https://en.wikipedia.org/wiki/Graham%27s_number Wikipedia article] for more detail&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\begin{array}{l}&lt;br /&gt;
  g_0 &amp;amp; = &amp;amp; 4 \\&lt;br /&gt;
  g_n &amp;amp; = &amp;amp; 3 \uparrow^{g_{n-1}} 3 &amp;amp; \text{if } n \ge 1 \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Graham&#039;s number is &amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Using the [[fast-growing hierarchy]], &amp;lt;math&amp;gt;g_{64} &amp;lt; f_{\omega + 1}(64)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; be the smallest integer such that &amp;lt;math&amp;gt;S(N_G) &amp;gt; g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Bounds ==&lt;br /&gt;
The current known bounds for &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; are:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
  6 \le N_G \le 14&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The lower bound comes from the proof that [[BB(5)]] = 47,176,870 and the upper bound from a specific 14-state TM found Racheline in August 2024 which runs for &amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}(65\,536) &amp;gt; g_{64} &amp;lt;/math&amp;gt; steps.&lt;br /&gt;
&lt;br /&gt;
=== History of Graham-beating TMs ===&lt;br /&gt;
There is no one authoritative source on the history of TMs beating Graham&#039;s number. Most were posted in personal blog posts, Googology pages/comments or on the bbchallenge Discord. They are often unverified and sometimes undocumented. This list is based upon historical accounts listed on [https://googology.fandom.com/wiki/Graham%27s_number#Comparison_with_busy_beaver_function Googologogy wiki], [https://cs.stackexchange.com/questions/69469/what-is-the-smallest-n-such-that-bbn-grahams-number/69476#69476 a 2017 CS Stack Exchange answer], [https://www.sligocki.com/2010/07/04/beating-grahams-number.html#results-from-the-future a 2022 history synthesis by Shawn Ligocki] and [https://bbchallenge.org/~pascal.michel/ha#topdown summary by Pascal Michel]. In general, these results are self-reported and we do not know of independent verification for most of them. Most of these were actually proven as bounds for the &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt; function, but since &amp;lt;math&amp;gt;S(n) \ge \Sigma(n)&amp;lt;/math&amp;gt; they apply to this formulation as well.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Graham-beating TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|9 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|13 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|19 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/64-state-turing-machine-whose-output.html Blog Post] [https://web.archive.org/web/20130509222047/https://sites.google.com/site/res0001/surpassing-graham-s-number Summary]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|31 Mar 2013&lt;br /&gt;
|&amp;quot;Deedlit11&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines#A_New_Record!_Beating_Graham&#039;s_number_with_a_2-symbol_TM Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|27 September 2013&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines?commentId=4400000000000011880 Googology Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|7 October 2013&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines?commentId=4400000000000011880&amp;amp;replyId=4400000000000036301 Googology Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|24 Jul 2016&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham&#039;s_Number!?useskin=oasis Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|26 Mar 2021&lt;br /&gt;
|Daniel Nagaj&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham%27s_Number!?commentId=4400000000000019187&amp;amp;replyId=4400000000000101283 Googology Comment] [http://morphett.info/turing/turing.html?197640ce0f380f8a6b0a4cdd138156a0 TM Definition]&lt;br /&gt;
|[https://www.sligocki.com/2022/07/11/bb-16-graham.html Analysis by Shawn Ligocki in 2022]&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|17 Aug 2024&lt;br /&gt;
|[[User:Racheline|Racheline]]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/960643023530762341/1274366178529120287 Discord Message]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6621</id>
		<title>Graham&#039;s number</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Graham%27s_number&amp;diff=6621"/>
		<updated>2026-03-14T07:43:10Z</updated>

		<summary type="html">&lt;p&gt;C7X: Improved to 18 on same day (for date proof, see the blog post&amp;#039;s page history) /* History of Graham-beating TMs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Graham&#039;s number&#039;&#039;&#039; (&amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;) is a famously huge number which Martin Gardner claimed was the &amp;quot;largest number ever used in a serious mathematical proof&amp;quot; in 1977. Since it is one of the most famous large numbers, it has become a bit of a yardstick for measuring &amp;quot;hugeness&amp;quot;. In the specific context of the Busy Beaver game, we can ask, what is the smallest &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;BB(n) &amp;gt; g_{64}&amp;lt;/math&amp;gt;. There is an active search for the smallest TM that runs for over Graham&#039;s number steps.&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
See [https://en.wikipedia.org/wiki/Graham%27s_number Wikipedia article] for more detail&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\begin{array}{l}&lt;br /&gt;
  g_0 &amp;amp; = &amp;amp; 4 \\&lt;br /&gt;
  g_n &amp;amp; = &amp;amp; 3 \uparrow^{g_{n-1}} 3 &amp;amp; \text{if } n \ge 1 \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Graham&#039;s number is &amp;lt;math&amp;gt;g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Using the [[fast-growing hierarchy]], &amp;lt;math&amp;gt;g_{64} &amp;lt; f_{\omega + 1}(64)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; be the smallest integer such that &amp;lt;math&amp;gt;S(N_G) &amp;gt; g_{64}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Bounds ==&lt;br /&gt;
The current known bounds for &amp;lt;math&amp;gt;N_G&amp;lt;/math&amp;gt; are:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
  6 \le N_G \le 14&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The lower bound comes from the proof that [[BB(5)]] = 47,176,870 and the upper bound from a specific 14-state TM found Racheline in August 2024 which runs for &amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}(65\,536) &amp;gt; g_{64} &amp;lt;/math&amp;gt; steps.&lt;br /&gt;
&lt;br /&gt;
=== History of Graham-beating TMs ===&lt;br /&gt;
There is no one authoritative source on the history of TMs beating Graham&#039;s number. Most were posted in personal blog posts, Googology pages/comments or on the bbchallenge Discord. They are often unverified and sometimes undocumented. This list is based upon historical accounts listed on [https://googology.fandom.com/wiki/Graham%27s_number#Comparison_with_busy_beaver_function Googologogy wiki], [https://cs.stackexchange.com/questions/69469/what-is-the-smallest-n-such-that-bbn-grahams-number/69476#69476 a 2017 CS Stack Exchange answer], [https://www.sligocki.com/2010/07/04/beating-grahams-number.html#results-from-the-future a 2022 history synthesis by Shawn Ligocki] and [https://bbchallenge.org/~pascal.michel/ha#topdown summary by Pascal Michel]. In general, these results are self-reported and we do not know of independent verification for most of them. Most of these were actually proven as bounds for the &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt; function, but since &amp;lt;math&amp;gt;S(n) \ge \Sigma(n)&amp;lt;/math&amp;gt; they apply to this formulation as well.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Graham-beating TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|9 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|13 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/small-turing-machine-whose-output.html Blog Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|19 Sep 2010&lt;br /&gt;
|&amp;quot;res001&amp;quot;&lt;br /&gt;
|[https://morethanazillion.blogspot.com/2010/09/64-state-turing-machine-whose-output.html Blog Post] [https://web.archive.org/web/20130509222047/https://sites.google.com/site/res0001/surpassing-graham-s-number Summary]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|31 Mar 2013&lt;br /&gt;
|&amp;quot;Deedlit11&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Deedlit11/Okay,_more_Turing_machines#A_New_Record!_Beating_Graham&#039;s_number_with_a_2-symbol_TM Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|24 Jul 2016&lt;br /&gt;
|&amp;quot;Wythagoras&amp;quot;&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham&#039;s_Number!?useskin=oasis Googology Post]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|26 Mar 2021&lt;br /&gt;
|Daniel Nagaj&lt;br /&gt;
|[https://googology.fandom.com/wiki/User_blog:Wythagoras/The_nineteenth_Busy_Beaver_number_is_greater_than_Graham%27s_Number!?commentId=4400000000000019187&amp;amp;replyId=4400000000000101283 Googology Comment] [http://morphett.info/turing/turing.html?197640ce0f380f8a6b0a4cdd138156a0 TM Definition]&lt;br /&gt;
|[https://www.sligocki.com/2022/07/11/bb-16-graham.html Analysis by Shawn Ligocki in 2022]&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|17 Aug 2024&lt;br /&gt;
|[[User:Racheline|Racheline]]&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/960643023530762341/1274366178529120287 Discord Message]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Logical_independence&amp;diff=6481</id>
		<title>Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Logical_independence&amp;diff=6481"/>
		<updated>2026-03-01T05:22:05Z</updated>

		<summary type="html">&lt;p&gt;C7X: This is less invariant to how a theory is defined (as a set of axioms or as a deductively closed set of formulas), but equally general due to Craig&amp;#039;s theorem&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Independencechart.png|thumb|A chart showing which busy beaver numbers are independent of theories. Modification of a chart from a Vsauce video.]]&lt;br /&gt;
For any recursively enumerable and arithmetically sound axiomatic theory T, there exists an integer &amp;lt;math&amp;gt;N_T&amp;lt;/math&amp;gt; such that T cannot prove the values of BB(n) for any &amp;lt;math&amp;gt;n \ge N_T&amp;lt;/math&amp;gt;. For [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] (ZF), this value is known to be in the range:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;6 \le N_{ZF} \le 432&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This lower bound comes from the fact that [[BB(5)]] has been proven in Rocq.&amp;lt;ref group=&amp;quot;footnote&amp;quot;&amp;gt;The fact that this theorem has been proven in Rocq technically does not imply that the theorem must be provable in ZF, because the consistency strength of Rocq is actually higher than that of ZF. However, the BB(5) proof does not use any techniques that could not be formalized within ZF.&amp;lt;/ref&amp;gt; The upper bound comes from an explicit TM which enumerates all possible proofs in ZF and halts if it finds a proof 0 = 1. Assuming ZF is consistent and sound, then it cannot prove whether or not it is consistent, hence it cannot prove whether or not this specific TM halts.&lt;br /&gt;
&lt;br /&gt;
Harvey Friedman spoke of embedding consistency statements within turing machines in a [https://fomarchive.ugent.be/2004-March/008003.html 2004 posting] on the &amp;quot;Foundations of Mathematics&amp;quot; mailing list. Scott Aaronson conjectured in his [[Busy Beaver Frontier]] survey that &amp;lt;math&amp;gt;N_{ZF} \le 20&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;N_{PA} \le 10&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;PA&amp;lt;/math&amp;gt; refers to the theory of [https://en.wikipedia.org/wiki/Peano%20axioms Peano Arithmetic]. Aaronson also mentioned how if BB(n) is independent of some formal theory T for a value n, the theory &amp;lt;math&amp;gt;PA&amp;lt;/math&amp;gt; + “BB(n) = b” can prove the consistency of T, where b is the true value of BB(n).&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Scott Aaronson. 2020. [https://www.scottaaronson.com/papers/bb.pdf The Busy Beaver Frontier]. SIGACT News 51, 3 (August 2020), 32–54. https://doi.org/10.1145/3427361.3427369&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Axiom of Choice ==&lt;br /&gt;
Due to [[wikipedia:Absoluteness_(logic)#Shoenfield&#039;s_absoluteness_theorem|Shoenfield&#039;s absoluteness theorem]], it is known that any TM proven non-halting in ZFC can also be proven non-halting in ZF (and the converse is trivially true), therefore&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;N_{ZFC} = N_{ZF}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore we refer to ZF and &amp;lt;math&amp;gt;N_{ZF}&amp;lt;/math&amp;gt; throughout this article since adding the Axiom of Choice does not have any effect on Turing machine decidability.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
There is no one authoritative source on the history of TMs independent of ZF, this is our best understanding of the history of TMs found. Mostly these are taken from Scott Aaronson&#039;s blog announcements and Busy Beaver Frontier or self-reported by the individuals who discovered them. The Aaronson-Yedida machine used a compiler called &#039;&#039;Laconic&#039;&#039;, which was then updated with NQL or &amp;quot;Not Quite Laconic&amp;quot;, while the current champion machines use a compiler built by Andrew J. Wade.&lt;br /&gt;
&lt;br /&gt;
Note that these results also have not undergone formal verification, with the 7910 machine in particular relying on a result from Harvey Friedman that has no published proof.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of ZF independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|7910&lt;br /&gt;
|May 2016&lt;br /&gt;
|Adam Yedidia and Scott Aaronson&lt;br /&gt;
|Yedidia and Aaronson 2016&amp;lt;ref&amp;gt;A. Yedidia and S. Aaronson. A relatively small Turing machine whose behavior is independent of set theory. Complex Systems, (25):4, 2016. https://arxiv.org/abs/1605.04343&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|748&lt;br /&gt;
|May 2016&lt;br /&gt;
|Stefan O’Rear&lt;br /&gt;
|[https://github.com/sorear/metamath-turing-machines/blob/master/zf2.nql Github NQL file], Busy Beaver Frontier&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|745&lt;br /&gt;
|July 2023&lt;br /&gt;
|Johannes Riebel&lt;br /&gt;
|Riebel 2023 Bachelor Thesis&amp;lt;ref&amp;gt;Riebel, Johannes (March 2023). &#039;&#039;[https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf The Undecidability of BB(748): Understanding Gödel&#039;s Incompleteness Theorems]&#039;&#039; (PDF) (Bachelor&#039;s thesis). University of Augsburg.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|643&lt;br /&gt;
|July 2024&lt;br /&gt;
|Rohan Ridenour&lt;br /&gt;
|[https://github.com/CatsAreFluffy/metamath-turing-machines Github NQL], [https://scottaaronson.blog/?p=8131 Aaronson Announcement]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|636&lt;br /&gt;
|31 August 2024&lt;br /&gt;
|Rohan Ridenour&lt;br /&gt;
|[https://github.com/CatsAreFluffy/metamath-turing-machines Github NQL] ([https://github.com/CatsAreFluffy/metamath-turing-machines/commit/6fc33bef6ba8885d26aed94c83e88bdabbedb0f1 commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|12 July 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://github.com/andrew-j-wade/metamath-turing-machines Github NQL] ([https://github.com/andrew-j-wade/metamath-turing-machines/commit/30d2e3194866615f68dd2f5101cb300fb039adca commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|549&lt;br /&gt;
|16 July 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://github.com/andrew-j-wade/metamath-turing-machines Github NQL] ([https://github.com/andrew-j-wade/metamath-turing-machines/commit/5d676aec074a94f598959cb3b7733a8f7781762f commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|432&lt;br /&gt;
|19 Aug 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://codeberg.org/ajwade/turing_machine_explorer/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e git commit]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Wade&#039;s 432-state champion also omits the [[wikipedia:Axiom_of_regularity|axiom of regularity]].&lt;br /&gt;
&lt;br /&gt;
For Peano Arithmetic, the ZF independent machines are an upper bound. In general, a machine that is independent of a theory will also be independent of any theory with strictly lower [[wikipedia:Equiconsistency#Consistency_strength|consistency strength]]. For the theories in this article, Con(ZFC+Subtle)-&amp;gt;Con(ZFC)-&amp;gt;Con(PA).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Peano Arithmetic (PA) independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|11 February 2026&lt;br /&gt;
|@LegionMammal978&lt;br /&gt;
|[https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py Github]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
This machine takes Wade&#039;s ZF champion and replaces the set theory axioms with one axiom schema of &amp;quot;adjunction + separation&amp;quot;, which has been shown to interpret PA.&amp;lt;ref&amp;gt;https://mathoverflow.net/questions/508137/interpreting-pa-with-only-adjunction-separation/508161&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Large cardinals ===&lt;br /&gt;
These tables are for theories stronger than ZFC.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of ZFC + &amp;quot;There exist arbitrarily large subtle cardinals&amp;quot; independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|493&lt;br /&gt;
|25 February 2026&lt;br /&gt;
|@LegionMammal978&lt;br /&gt;
|[https://github.com/Saoi2/turing_machine_explorer/blob/main/subtle.tm Github]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
This machine takes Wade&#039;s ZF champion and adds the [[wikipedia:Axiom_of_choice|axiom of Choice]] and a statement from Harvey Friedman (Proposition 4.3 of [https://bpb-us-w2.wpmucdn.com/u.osu.edu/dist/1/1952/files/2014/01/PrimitiveIndResults071302-189vmn0.pdf &amp;quot;Primitive Independence Results&amp;quot;])&amp;lt;ref&amp;gt;H. Friedman, &amp;quot;[https://bpb-us-w2.wpmucdn.com/u.osu.edu/dist/1/1952/files/2014/01/PrimitiveIndResults071302-189vmn0.pdf Primitive Independence Results]&amp;quot; (2002). Accessed February 2026.&amp;lt;/ref&amp;gt; which Friedman showed with ZFC to be equivalent to &amp;quot;There exist arbitrarily large subtle cardinals&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For reference, this theory is between the strength of &amp;quot;strongly unfoldable&amp;quot; and &amp;quot;&amp;lt;math&amp;gt;0^\sharp&amp;lt;/math&amp;gt; exists&amp;quot; on the [[wikipedia:Large_cardinal|large cardinal hierarchy]] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
Note: The initial machine produced in 2016 by Yedidia and Aaronson is designed to halt iff a certain statement created by Harvey Friedman is true.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; According to Friedman (without a published proof), this statement is independent of the theory &amp;quot;Stationary Ramsey Property&amp;quot; or &#039;&#039;SRP&#039;&#039;, which is equiconsistent with the theory &amp;lt;math&amp;gt;ZFC + \{\text{``There is a }k\text{-subtle cardinal``}\mid k\in\N\}&amp;lt;/math&amp;gt; which is also between the strength of &amp;quot;strongly unfoldable&amp;quot; and &amp;quot;&amp;lt;math&amp;gt;0^\sharp&amp;lt;/math&amp;gt; exists&amp;quot; on the large cardinal hierarchy.&amp;lt;ref&amp;gt;tlonuqbar, &amp;quot;[https://mathoverflow.net/questions/508364/what-is-the-consistency-strength-of-srp-stationary-ramsey-property What is the consistency strength of SRP (Stationary Ramsey Property)?]&amp;quot; (2026). MathOverflow post, accessed February 2026.&amp;lt;/ref&amp;gt; However, the theory used by the BB(493) machine is also independent of this theory.&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&amp;lt;references group=&amp;quot;footnote&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:BB(11)&amp;diff=6454</id>
		<title>Talk:BB(11)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:BB(11)&amp;diff=6454"/>
		<updated>2026-02-28T02:43:17Z</updated>

		<summary type="html">&lt;p&gt;C7X: Created page with &amp;quot;==Deletion== Should this page be deleted? There aren&amp;#039;t pages for BB(9) and BB(10) ~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Deletion==&lt;br /&gt;
Should this page be deleted? There aren&#039;t pages for BB(9) and BB(10) [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 02:43, 28 February 2026 (UTC)&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Logical_independence&amp;diff=6453</id>
		<title>Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Logical_independence&amp;diff=6453"/>
		<updated>2026-02-28T02:40:45Z</updated>

		<summary type="html">&lt;p&gt;C7X: Add to citations /* Large cardinals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Independencechart.png|thumb|A chart showing which busy beaver numbers are independent of theories. Modification of a chart from a Vsauce video.]]&lt;br /&gt;
For any computable and arithmetically sound axiomatic theory T, there exists an integer &amp;lt;math&amp;gt;N_T&amp;lt;/math&amp;gt; such that T cannot prove the values of BB(n) for any &amp;lt;math&amp;gt;n \ge N_T&amp;lt;/math&amp;gt;. For [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] (ZF), this value is known to be in the range:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;6 \le N_{ZF} \le 432&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This lower bound comes from the fact that [[BB(5)]] has been proven in Rocq.&amp;lt;ref group=&amp;quot;footnote&amp;quot;&amp;gt;The fact that this theorem has been proven in Rocq technically does not imply that the theorem must be provable in ZF, because the consistency strength of Rocq is actually higher than that of ZF. However, the BB(5) proof does not use any techniques that could not be formalized within ZF.&amp;lt;/ref&amp;gt; The upper bound comes from an explicit TM which enumerates all possible proofs in ZF and halts if it finds a proof 0 = 1. Assuming ZF is consistent and sound, then it cannot prove whether or not it is consistent, hence it cannot prove whether or not this specific TM halts.&lt;br /&gt;
&lt;br /&gt;
Harvey Friedman spoke of embedding consistency statements within turing machines in a [https://fomarchive.ugent.be/2004-March/008003.html 2004 posting] on the &amp;quot;Foundations of Mathematics&amp;quot; mailing list. Scott Aaronson conjectured in his [[Busy Beaver Frontier]] survey that &amp;lt;math&amp;gt;N_{ZF} \le 20&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;N_{PA} \le 10&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;PA&amp;lt;/math&amp;gt; refers to the theory of [https://en.wikipedia.org/wiki/Peano%20axioms Peano Arithmetic]. Aaronson also mentioned how if BB(n) is independent of some formal theory T for a value n, the theory &amp;lt;math&amp;gt;PA&amp;lt;/math&amp;gt; + “BB(n) = b” can prove the consistency of T, where b is the true value of BB(n).&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Scott Aaronson. 2020. [https://www.scottaaronson.com/papers/bb.pdf The Busy Beaver Frontier]. SIGACT News 51, 3 (August 2020), 32–54. https://doi.org/10.1145/3427361.3427369&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Axiom of Choice ==&lt;br /&gt;
Due to [[wikipedia:Absoluteness_(logic)#Shoenfield&#039;s_absoluteness_theorem|Shoenfield&#039;s absoluteness theorem]], it is known that any TM proven non-halting in ZFC can also be proven non-halting in ZF (and the converse is trivially true), therefore&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;N_{ZFC} = N_{ZF}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore we refer to ZF and &amp;lt;math&amp;gt;N_{ZF}&amp;lt;/math&amp;gt; throughout this article since adding the Axiom of Choice does not have any effect on Turing machine decidability.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
There is no one authoritative source on the history of TMs independent of ZF, this is our best understanding of the history of TMs found. Mostly these are taken from Scott Aaronson&#039;s blog announcements and Busy Beaver Frontier or self-reported by the individuals who discovered them. The Aaronson-Yedida machine used a compiler called &#039;&#039;Laconic&#039;&#039;, which was then updated with NQL or &amp;quot;Not Quite Laconic&amp;quot;, while the current champion machines use a compiler built by Andrew J. Wade.&lt;br /&gt;
&lt;br /&gt;
Note that these results also have not undergone formal verification, with the 7910 machine in particular relying on a result from Harvey Friedman that has no published proof.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of ZF independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|7910&lt;br /&gt;
|May 2016&lt;br /&gt;
|Adam Yedidia and Scott Aaronson&lt;br /&gt;
|Yedidia and Aaronson 2016&amp;lt;ref&amp;gt;A. Yedidia and S. Aaronson. A relatively small Turing machine whose behavior is independent of set theory. Complex Systems, (25):4, 2016. https://arxiv.org/abs/1605.04343&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|748&lt;br /&gt;
|May 2016&lt;br /&gt;
|Stefan O’Rear&lt;br /&gt;
|[https://github.com/sorear/metamath-turing-machines/blob/master/zf2.nql Github NQL file], Busy Beaver Frontier&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|745&lt;br /&gt;
|July 2023&lt;br /&gt;
|Johannes Riebel&lt;br /&gt;
|Riebel 2023 Bachelor Thesis&amp;lt;ref&amp;gt;Riebel, Johannes (March 2023). &#039;&#039;[https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf The Undecidability of BB(748): Understanding Gödel&#039;s Incompleteness Theorems]&#039;&#039; (PDF) (Bachelor&#039;s thesis). University of Augsburg.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|643&lt;br /&gt;
|July 2024&lt;br /&gt;
|Rohan Ridenour&lt;br /&gt;
|[https://github.com/CatsAreFluffy/metamath-turing-machines Github NQL], [https://scottaaronson.blog/?p=8131 Aaronson Announcement]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|636&lt;br /&gt;
|31 August 2024&lt;br /&gt;
|Rohan Ridenour&lt;br /&gt;
|[https://github.com/CatsAreFluffy/metamath-turing-machines Github NQL] ([https://github.com/CatsAreFluffy/metamath-turing-machines/commit/6fc33bef6ba8885d26aed94c83e88bdabbedb0f1 commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|12 July 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://github.com/andrew-j-wade/metamath-turing-machines Github NQL] ([https://github.com/andrew-j-wade/metamath-turing-machines/commit/30d2e3194866615f68dd2f5101cb300fb039adca commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|549&lt;br /&gt;
|16 July 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://github.com/andrew-j-wade/metamath-turing-machines Github NQL] ([https://github.com/andrew-j-wade/metamath-turing-machines/commit/5d676aec074a94f598959cb3b7733a8f7781762f commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|432&lt;br /&gt;
|19 Aug 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://codeberg.org/ajwade/turing_machine_explorer/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e git commit]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Wade&#039;s 432-state champion also omits the [[wikipedia:Axiom_of_regularity|axiom of regularity]].&lt;br /&gt;
&lt;br /&gt;
For Peano Arithmetic, the ZF independent machines are an upper bound. In general, a machine that is independent of a theory will also be independent of any theory with strictly lower [[wikipedia:Equiconsistency#Consistency_strength|consistency strength]]. For the theories in this article, Con(ZFC+Subtle)-&amp;gt;Con(ZFC)-&amp;gt;Con(PA).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Peano Arithmetic (PA) independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|11 February 2026&lt;br /&gt;
|@LegionMammal978&lt;br /&gt;
|[https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py Github]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
This machine takes Wade&#039;s ZF champion and replaces the set theory axioms with one axiom schema of &amp;quot;adjunction + separation&amp;quot;, which has been shown to interpret PA.&amp;lt;ref&amp;gt;https://mathoverflow.net/questions/508137/interpreting-pa-with-only-adjunction-separation/508161&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Large cardinals ===&lt;br /&gt;
These tables are for theories stronger than ZFC.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of ZFC + &amp;quot;There exist arbitrarily large subtle cardinals&amp;quot; independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|493&lt;br /&gt;
|25 February 2026&lt;br /&gt;
|@LegionMammal978&lt;br /&gt;
|[https://github.com/Saoi2/turing_machine_explorer/blob/main/subtle.tm Github]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
This machine takes Wade&#039;s ZF champion and adds the [[wikipedia:Axiom_of_choice|axiom of Choice]] and a statement from Harvey Friedman (Proposition 4.3 of [https://bpb-us-w2.wpmucdn.com/u.osu.edu/dist/1/1952/files/2014/01/PrimitiveIndResults071302-189vmn0.pdf &amp;quot;Primitive Independence Results&amp;quot;])&amp;lt;ref&amp;gt;H. Friedman, &amp;quot;[https://bpb-us-w2.wpmucdn.com/u.osu.edu/dist/1/1952/files/2014/01/PrimitiveIndResults071302-189vmn0.pdf Primitive Independence Results]&amp;quot; (2002). Accessed February 2026.&amp;lt;/ref&amp;gt; which Friedman showed with ZFC to be equivalent to &amp;quot;There exist arbitrarily large subtle cardinals&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For reference, this theory is between the strength of &amp;quot;strongly unfoldable&amp;quot; and &amp;quot;&amp;lt;math&amp;gt;0^\sharp&amp;lt;/math&amp;gt; exists&amp;quot; on the [[wikipedia:Large_cardinal|large cardinal hierarchy]] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
Note: The initial machine produced in 2016 by Yedidia and Aaronson is designed to halt iff a certain statement created by Harvey Friedman is true.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; According to Friedman (without a published proof), this statement is independent of the theory &amp;quot;Stationary Ramsey Property&amp;quot; or &#039;&#039;SRP&#039;&#039;, which is equiconsistent with the theory &amp;lt;math&amp;gt;ZFC + \{\text{``There is a }k\text{-subtle cardinal``}\mid k\in\N\}&amp;lt;/math&amp;gt; which is also between the strength of &amp;quot;strongly unfoldable&amp;quot; and &amp;quot;&amp;lt;math&amp;gt;0^\sharp&amp;lt;/math&amp;gt; exists&amp;quot; on the large cardinal hierarchy.&amp;lt;ref&amp;gt;tlonuqbar, &amp;quot;[https://mathoverflow.net/questions/508364/what-is-the-consistency-strength-of-srp-stationary-ramsey-property What is the consistency strength of SRP (Stationary Ramsey Property)?]&amp;quot; (2026). MathOverflow post, accessed February 2026.&amp;lt;/ref&amp;gt; However, the theory used by the BB(493) machine is also independent of this theory.&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&amp;lt;references group=&amp;quot;footnote&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Logical_independence&amp;diff=6452</id>
		<title>Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Logical_independence&amp;diff=6452"/>
		<updated>2026-02-28T02:36:29Z</updated>

		<summary type="html">&lt;p&gt;C7X: MathJax&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Independencechart.png|thumb|A chart showing which busy beaver numbers are independent of theories. Modification of a chart from a Vsauce video.]]&lt;br /&gt;
For any computable and arithmetically sound axiomatic theory T, there exists an integer &amp;lt;math&amp;gt;N_T&amp;lt;/math&amp;gt; such that T cannot prove the values of BB(n) for any &amp;lt;math&amp;gt;n \ge N_T&amp;lt;/math&amp;gt;. For [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] (ZF), this value is known to be in the range:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;6 \le N_{ZF} \le 432&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This lower bound comes from the fact that [[BB(5)]] has been proven in Rocq.&amp;lt;ref group=&amp;quot;footnote&amp;quot;&amp;gt;The fact that this theorem has been proven in Rocq technically does not imply that the theorem must be provable in ZF, because the consistency strength of Rocq is actually higher than that of ZF. However, the BB(5) proof does not use any techniques that could not be formalized within ZF.&amp;lt;/ref&amp;gt; The upper bound comes from an explicit TM which enumerates all possible proofs in ZF and halts if it finds a proof 0 = 1. Assuming ZF is consistent and sound, then it cannot prove whether or not it is consistent, hence it cannot prove whether or not this specific TM halts.&lt;br /&gt;
&lt;br /&gt;
Harvey Friedman spoke of embedding consistency statements within turing machines in a [https://fomarchive.ugent.be/2004-March/008003.html 2004 posting] on the &amp;quot;Foundations of Mathematics&amp;quot; mailing list. Scott Aaronson conjectured in his [[Busy Beaver Frontier]] survey that &amp;lt;math&amp;gt;N_{ZF} \le 20&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;N_{PA} \le 10&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;PA&amp;lt;/math&amp;gt; refers to the theory of [https://en.wikipedia.org/wiki/Peano%20axioms Peano Arithmetic]. Aaronson also mentioned how if BB(n) is independent of some formal theory T for a value n, the theory &amp;lt;math&amp;gt;PA&amp;lt;/math&amp;gt; + “BB(n) = b” can prove the consistency of T, where b is the true value of BB(n).&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Scott Aaronson. 2020. [https://www.scottaaronson.com/papers/bb.pdf The Busy Beaver Frontier]. SIGACT News 51, 3 (August 2020), 32–54. https://doi.org/10.1145/3427361.3427369&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Axiom of Choice ==&lt;br /&gt;
Due to [[wikipedia:Absoluteness_(logic)#Shoenfield&#039;s_absoluteness_theorem|Shoenfield&#039;s absoluteness theorem]], it is known that any TM proven non-halting in ZFC can also be proven non-halting in ZF (and the converse is trivially true), therefore&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;N_{ZFC} = N_{ZF}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore we refer to ZF and &amp;lt;math&amp;gt;N_{ZF}&amp;lt;/math&amp;gt; throughout this article since adding the Axiom of Choice does not have any effect on Turing machine decidability.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
There is no one authoritative source on the history of TMs independent of ZF, this is our best understanding of the history of TMs found. Mostly these are taken from Scott Aaronson&#039;s blog announcements and Busy Beaver Frontier or self-reported by the individuals who discovered them. The Aaronson-Yedida machine used a compiler called &#039;&#039;Laconic&#039;&#039;, which was then updated with NQL or &amp;quot;Not Quite Laconic&amp;quot;, while the current champion machines use a compiler built by Andrew J. Wade.&lt;br /&gt;
&lt;br /&gt;
Note that these results also have not undergone formal verification, with the 7910 machine in particular relying on a result from Harvey Friedman that has no published proof.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of ZF independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|7910&lt;br /&gt;
|May 2016&lt;br /&gt;
|Adam Yedidia and Scott Aaronson&lt;br /&gt;
|Yedidia and Aaronson 2016&amp;lt;ref&amp;gt;A. Yedidia and S. Aaronson. A relatively small Turing machine whose behavior is independent of set theory. Complex Systems, (25):4, 2016. https://arxiv.org/abs/1605.04343&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|748&lt;br /&gt;
|May 2016&lt;br /&gt;
|Stefan O’Rear&lt;br /&gt;
|[https://github.com/sorear/metamath-turing-machines/blob/master/zf2.nql Github NQL file], Busy Beaver Frontier&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|745&lt;br /&gt;
|July 2023&lt;br /&gt;
|Johannes Riebel&lt;br /&gt;
|Riebel 2023 Bachelor Thesis&amp;lt;ref&amp;gt;Riebel, Johannes (March 2023). &#039;&#039;[https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf The Undecidability of BB(748): Understanding Gödel&#039;s Incompleteness Theorems]&#039;&#039; (PDF) (Bachelor&#039;s thesis). University of Augsburg.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|643&lt;br /&gt;
|July 2024&lt;br /&gt;
|Rohan Ridenour&lt;br /&gt;
|[https://github.com/CatsAreFluffy/metamath-turing-machines Github NQL], [https://scottaaronson.blog/?p=8131 Aaronson Announcement]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|636&lt;br /&gt;
|31 August 2024&lt;br /&gt;
|Rohan Ridenour&lt;br /&gt;
|[https://github.com/CatsAreFluffy/metamath-turing-machines Github NQL] ([https://github.com/CatsAreFluffy/metamath-turing-machines/commit/6fc33bef6ba8885d26aed94c83e88bdabbedb0f1 commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|12 July 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://github.com/andrew-j-wade/metamath-turing-machines Github NQL] ([https://github.com/andrew-j-wade/metamath-turing-machines/commit/30d2e3194866615f68dd2f5101cb300fb039adca commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|549&lt;br /&gt;
|16 July 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://github.com/andrew-j-wade/metamath-turing-machines Github NQL] ([https://github.com/andrew-j-wade/metamath-turing-machines/commit/5d676aec074a94f598959cb3b7733a8f7781762f commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|432&lt;br /&gt;
|19 Aug 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://codeberg.org/ajwade/turing_machine_explorer/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e git commit]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Wade&#039;s 432-state champion also omits the [[wikipedia:Axiom_of_regularity|axiom of regularity]].&lt;br /&gt;
&lt;br /&gt;
For Peano Arithmetic, the ZF independent machines are an upper bound. In general, a machine that is independent of a theory will also be independent of any theory with strictly lower [[wikipedia:Equiconsistency#Consistency_strength|consistency strength]]. For the theories in this article, Con(ZFC+Subtle)-&amp;gt;Con(ZFC)-&amp;gt;Con(PA).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Peano Arithmetic (PA) independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|11 February 2026&lt;br /&gt;
|@LegionMammal978&lt;br /&gt;
|[https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py Github]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
This machine takes Wade&#039;s ZF champion and replaces the set theory axioms with one axiom schema of &amp;quot;adjunction + separation&amp;quot;, which has been shown to interpret PA.&amp;lt;ref&amp;gt;https://mathoverflow.net/questions/508137/interpreting-pa-with-only-adjunction-separation/508161&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Large cardinals ===&lt;br /&gt;
These tables are for theories stronger than ZFC.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of ZFC + &amp;quot;There exist arbitrarily large subtle cardinals&amp;quot; independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|493&lt;br /&gt;
|25 February 2026&lt;br /&gt;
|@LegionMammal978&lt;br /&gt;
|[https://github.com/Saoi2/turing_machine_explorer/blob/main/subtle.tm Github]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
This machine takes Wade&#039;s ZF champion and adds the [[wikipedia:Axiom_of_choice|axiom of Choice]] and a statement from Harvey Friedman (Proposition 4.3 of [https://bpb-us-w2.wpmucdn.com/u.osu.edu/dist/1/1952/files/2014/01/PrimitiveIndResults071302-189vmn0.pdf &amp;quot;Primitive Independence Results&amp;quot;])&amp;lt;ref&amp;gt;https://bpb-us-w2.wpmucdn.com/u.osu.edu/dist/1/1952/files/2014/01/PrimitiveIndResults071302-189vmn0.pdf&amp;lt;/ref&amp;gt; which Friedman showed with ZFC to be equivalent to &amp;quot;There exist arbitrarily large subtle cardinals&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For reference, this theory is between the strength of &amp;quot;strongly unfoldable&amp;quot; and &amp;quot;&amp;lt;math&amp;gt;0^\sharp&amp;lt;/math&amp;gt; exists&amp;quot; on the [[wikipedia:Large_cardinal|large cardinal hierarchy]] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
Note: The initial machine produced in 2016 by Yedidia and Aaronson is designed to halt iff a certain statement created by Harvey Friedman is true.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; According to Friedman (without a published proof), this statement is independent of the theory &amp;quot;Stationary Ramsey Property&amp;quot; or &#039;&#039;SRP&#039;&#039;, which is equiconsistent with the theory &amp;lt;math&amp;gt;ZFC + \{\text{``There is a }k\text{-subtle cardinal``}\mid k\in\N\}&amp;lt;/math&amp;gt; which is also between the strength of &amp;quot;strongly unfoldable&amp;quot; and &amp;quot;&amp;lt;math&amp;gt;0^\sharp&amp;lt;/math&amp;gt; exists&amp;quot; on the large cardinal hierarchy.&amp;lt;ref&amp;gt;https://mathoverflow.net/questions/508364/what-is-the-consistency-strength-of-srp-stationary-ramsey-property&amp;lt;/ref&amp;gt; However, the theory used by the BB(493) machine is also independent of this theory.&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&amp;lt;references group=&amp;quot;footnote&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Logical_independence&amp;diff=6451</id>
		<title>Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Logical_independence&amp;diff=6451"/>
		<updated>2026-02-28T02:34:27Z</updated>

		<summary type="html">&lt;p&gt;C7X: Infinitely many axioms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Independencechart.png|thumb|A chart showing which busy beaver numbers are independent of theories. Modification of a chart from a Vsauce video.]]&lt;br /&gt;
For any computable and arithmetically sound axiomatic theory T, there exists an integer &amp;lt;math&amp;gt;N_T&amp;lt;/math&amp;gt; such that T cannot prove the values of BB(n) for any &amp;lt;math&amp;gt;n \ge N_T&amp;lt;/math&amp;gt;. For [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] (ZF), this value is known to be in the range:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;6 \le N_{ZF} \le 432&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This lower bound comes from the fact that [[BB(5)]] has been proven in Rocq.&amp;lt;ref group=&amp;quot;footnote&amp;quot;&amp;gt;The fact that this theorem has been proven in Rocq technically does not imply that the theorem must be provable in ZF, because the consistency strength of Rocq is actually higher than that of ZF. However, the BB(5) proof does not use any techniques that could not be formalized within ZF.&amp;lt;/ref&amp;gt; The upper bound comes from an explicit TM which enumerates all possible proofs in ZF and halts if it finds a proof 0 = 1. Assuming ZF is consistent and sound, then it cannot prove whether or not it is consistent, hence it cannot prove whether or not this specific TM halts.&lt;br /&gt;
&lt;br /&gt;
Harvey Friedman spoke of embedding consistency statements within turing machines in a [https://fomarchive.ugent.be/2004-March/008003.html 2004 posting] on the &amp;quot;Foundations of Mathematics&amp;quot; mailing list. Scott Aaronson conjectured in his [[Busy Beaver Frontier]] survey that &amp;lt;math&amp;gt;N_{ZF} \le 20&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;N_{PA} \le 10&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;PA&amp;lt;/math&amp;gt; refers to the theory of [https://en.wikipedia.org/wiki/Peano%20axioms Peano Arithmetic]. Aaronson also mentioned how if BB(n) is independent of some formal theory T for a value n, the theory &amp;lt;math&amp;gt;PA&amp;lt;/math&amp;gt; + “BB(n) = b” can prove the consistency of T, where b is the true value of BB(n).&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Scott Aaronson. 2020. [https://www.scottaaronson.com/papers/bb.pdf The Busy Beaver Frontier]. SIGACT News 51, 3 (August 2020), 32–54. https://doi.org/10.1145/3427361.3427369&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Axiom of Choice ==&lt;br /&gt;
Due to [[wikipedia:Absoluteness_(logic)#Shoenfield&#039;s_absoluteness_theorem|Shoenfield&#039;s absoluteness theorem]], it is known that any TM proven non-halting in ZFC can also be proven non-halting in ZF (and the converse is trivially true), therefore&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;N_{ZFC} = N_{ZF}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore we refer to ZF and &amp;lt;math&amp;gt;N_{ZF}&amp;lt;/math&amp;gt; throughout this article since adding the Axiom of Choice does not have any effect on Turing machine decidability.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
There is no one authoritative source on the history of TMs independent of ZF, this is our best understanding of the history of TMs found. Mostly these are taken from Scott Aaronson&#039;s blog announcements and Busy Beaver Frontier or self-reported by the individuals who discovered them. The Aaronson-Yedida machine used a compiler called &#039;&#039;Laconic&#039;&#039;, which was then updated with NQL or &amp;quot;Not Quite Laconic&amp;quot;, while the current champion machines use a compiler built by Andrew J. Wade.&lt;br /&gt;
&lt;br /&gt;
Note that these results also have not undergone formal verification, with the 7910 machine in particular relying on a result from Harvey Friedman that has no published proof.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of ZF independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|7910&lt;br /&gt;
|May 2016&lt;br /&gt;
|Adam Yedidia and Scott Aaronson&lt;br /&gt;
|Yedidia and Aaronson 2016&amp;lt;ref&amp;gt;A. Yedidia and S. Aaronson. A relatively small Turing machine whose behavior is independent of set theory. Complex Systems, (25):4, 2016. https://arxiv.org/abs/1605.04343&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|748&lt;br /&gt;
|May 2016&lt;br /&gt;
|Stefan O’Rear&lt;br /&gt;
|[https://github.com/sorear/metamath-turing-machines/blob/master/zf2.nql Github NQL file], Busy Beaver Frontier&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|745&lt;br /&gt;
|July 2023&lt;br /&gt;
|Johannes Riebel&lt;br /&gt;
|Riebel 2023 Bachelor Thesis&amp;lt;ref&amp;gt;Riebel, Johannes (March 2023). &#039;&#039;[https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf The Undecidability of BB(748): Understanding Gödel&#039;s Incompleteness Theorems]&#039;&#039; (PDF) (Bachelor&#039;s thesis). University of Augsburg.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|643&lt;br /&gt;
|July 2024&lt;br /&gt;
|Rohan Ridenour&lt;br /&gt;
|[https://github.com/CatsAreFluffy/metamath-turing-machines Github NQL], [https://scottaaronson.blog/?p=8131 Aaronson Announcement]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|636&lt;br /&gt;
|31 August 2024&lt;br /&gt;
|Rohan Ridenour&lt;br /&gt;
|[https://github.com/CatsAreFluffy/metamath-turing-machines Github NQL] ([https://github.com/CatsAreFluffy/metamath-turing-machines/commit/6fc33bef6ba8885d26aed94c83e88bdabbedb0f1 commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|588&lt;br /&gt;
|12 July 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://github.com/andrew-j-wade/metamath-turing-machines Github NQL] ([https://github.com/andrew-j-wade/metamath-turing-machines/commit/30d2e3194866615f68dd2f5101cb300fb039adca commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|549&lt;br /&gt;
|16 July 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://github.com/andrew-j-wade/metamath-turing-machines Github NQL] ([https://github.com/andrew-j-wade/metamath-turing-machines/commit/5d676aec074a94f598959cb3b7733a8f7781762f commit])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|432&lt;br /&gt;
|19 Aug 2025&lt;br /&gt;
|Andrew J. Wade&lt;br /&gt;
|[https://codeberg.org/ajwade/turing_machine_explorer/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e git commit]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Wade&#039;s 432-state champion also omits the [[wikipedia:Axiom_of_regularity|axiom of regularity]].&lt;br /&gt;
&lt;br /&gt;
For Peano Arithmetic, the ZF independent machines are an upper bound. In general, a machine that is independent of a theory will also be independent of any theory with strictly lower [[wikipedia:Equiconsistency#Consistency_strength|consistency strength]]. For the theories in this article, Con(ZFC+Subtle)-&amp;gt;Con(ZFC)-&amp;gt;Con(PA).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of Peano Arithmetic (PA) independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|372&lt;br /&gt;
|11 February 2026&lt;br /&gt;
|@LegionMammal978&lt;br /&gt;
|[https://github.com/LegionMammal978/turing_machine_explorer/blob/main/pa.py Github]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
This machine takes Wade&#039;s ZF champion and replaces the set theory axioms with one axiom schema of &amp;quot;adjunction + separation&amp;quot;, which has been shown to interpret PA.&amp;lt;ref&amp;gt;https://mathoverflow.net/questions/508137/interpreting-pa-with-only-adjunction-separation/508161&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Large cardinals ===&lt;br /&gt;
These tables are for theories stronger than ZFC.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+History of ZFC + &amp;quot;There exist arbitrarily large subtle cardinals&amp;quot; independent TMs&lt;br /&gt;
!States&lt;br /&gt;
!Date&lt;br /&gt;
!Discoverer&lt;br /&gt;
!Source&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|493&lt;br /&gt;
|25 February 2026&lt;br /&gt;
|@LegionMammal978&lt;br /&gt;
|[https://github.com/Saoi2/turing_machine_explorer/blob/main/subtle.tm Github]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
This machine takes Wade&#039;s ZF champion and adds the [[wikipedia:Axiom_of_choice|axiom of Choice]] and a statement from Harvey Friedman (Proposition 4.3 of [https://bpb-us-w2.wpmucdn.com/u.osu.edu/dist/1/1952/files/2014/01/PrimitiveIndResults071302-189vmn0.pdf &amp;quot;Primitive Independence Results&amp;quot;])&amp;lt;ref&amp;gt;https://bpb-us-w2.wpmucdn.com/u.osu.edu/dist/1/1952/files/2014/01/PrimitiveIndResults071302-189vmn0.pdf&amp;lt;/ref&amp;gt; which Friedman showed with ZFC to be equivalent to &amp;quot;There exist arbitrarily large subtle cardinals&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For reference, this theory is between the strength of &amp;quot;strongly unfoldable&amp;quot; and &amp;quot;0# exists&amp;quot; on the [[wikipedia:Large_cardinal|large cardinal hierarchy]] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
Note: The initial machine produced in 2016 by Yedidia and Aaronson is designed to halt iff a certain statement created by Harvey Friedman is true.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt; According to Friedman (without a published proof), this statement is independent of the theory &amp;quot;Stationary Ramsey Property&amp;quot; or &#039;&#039;SRP&#039;&#039;, which is equiconsistent with the theory &amp;lt;math&amp;gt;ZFC + \{\text{``There is a k-subtle cardinal``}\mid k\in\N\}&amp;lt;/math&amp;gt; which is also between the strength of &amp;quot;strongly unfoldable&amp;quot; and &amp;quot;0# exists&amp;quot; on the large cardinal hierarchy.&amp;lt;ref&amp;gt;https://mathoverflow.net/questions/508364/what-is-the-consistency-strength-of-srp-stationary-ramsey-property&amp;lt;/ref&amp;gt; However, the theory used by the BB(493) machine is also independent of this theory.&lt;br /&gt;
&lt;br /&gt;
== Footnotes ==&lt;br /&gt;
&amp;lt;references group=&amp;quot;footnote&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=4997</id>
		<title>Talk:Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=4997"/>
		<updated>2025-11-06T07:59:45Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* Extensionality */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A good introduction can come from here: https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf,&lt;br /&gt;
&lt;br /&gt;
== ZF vs. ZFC ==&lt;br /&gt;
&lt;br /&gt;
The way this article is written makes it unclear what specifically applies for ZF vs. ZFC. I don&#039;t know the specifics myself, so some clarification would be nice. [[User:XnoobSpeakable|XnoobSpeakable]]&lt;br /&gt;
&lt;br /&gt;
: Currently, all of the machines listed in this article except one are written to start enumerating theorems of ZF-Regularity and halt if they find a contradiction, so they halt iff Con(ZF-Regularity) is false. Con(ZF-Regularity) is equivalent to Con(ZF) although I don&#039;t know how to prove that, but I do know how to prove that Con(ZF) is equivalent to Con(ZFC): if you assume ZF is consistent, there is a model of it, then you take the constructible universe of that model to obtain a model of ZFC, so then ZFC is consistent. The one different machine is the original Aaronson-Yedidia machine. Instead it uses one of Friedman&#039;s statements, which is independent of both ZF and ZFC (and even ZFC+some large cardinals!) [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 20:04, 21 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Interesting, I didn&#039;t realize these were for ZF minus Axiom of Regularity. Looks like Wikipedia has some sources for Axiom of Regularity being &amp;quot;relatively consistent&amp;quot; with the rest of ZF: https://en.wikipedia.org/wiki/Axiom_of_regularity#Regularity_and_the_rest_of_ZF(C)_axioms although I haven&#039;t tried to read any of them. I suppose the motivation to remove regularity is just that it makes the TMs smaller since they have fewer axioms to enumerate? Does it sound correct to say that &amp;lt;math&amp;gt;N_{ZF} = N_{ZFC} = N_{ZF-Regularity}&amp;lt;/math&amp;gt;? I guess maybe that is not known, but all the current TMs halt iff Con(ZF-Regularity) is false, so then are upper bounds for all three of these numbers? [[User:Sligocki|Sligocki]] ([[User talk:Sligocki|talk]]) 21:24, 21 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: I can say &amp;lt;math&amp;gt;N_{ZF} = N_{ZFC}&amp;lt;/math&amp;gt; with confidence, since the statement that a TM runs forever is &amp;lt;math&amp;gt;\Pi^0_1&amp;lt;/math&amp;gt; respectively, and by [https://en.wikipedia.org/wiki/Absoluteness_(logic)#Shoenfield&#039;s_absoluteness_theorem Shoenfield&#039;s absoluteness theorem] ZF proves a &amp;lt;math&amp;gt;\Pi^0_1&amp;lt;/math&amp;gt; statement iff ZFC proves it. (This theorem is proven via pretty much the same trick that I mentioned above, passing to the constructible universe of a given model of ZF to obtain choice.) For ZF without regularity, the standard machinery used in work there seems to be working with [https://en.wikipedia.org/wiki/Permutation_model permutation models] (also see [https://en.wikipedia.org/wiki/Axiom_of_regularity#Regularity_and_the_rest_of_ZF(C)_axioms]), but I don&#039;t know how to work with those so I can&#039;t say anything about &amp;lt;math&amp;gt;N_{ZF-Regularity}&amp;lt;/math&amp;gt; unfortunately [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 00:06, 22 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extensionality ==&lt;br /&gt;
Would removing the axiom of extensionality from the machines be helpful for shrinking them further?&lt;br /&gt;
&lt;br /&gt;
Z minus extensionality is equiconsistent with Z, but ZF minus extensionality is also equiconsistent with Z. (R. O. Gandy, &amp;quot;[https://doi.org/10.2307/2271630 On the Axiom of Extensionality]&amp;quot;) Both of these theories still have regularity though, so it would still have to be checked that this result holds when replacement is removed. Gandy says that the reason replacement becomes weak without extensionality is because y = z occurs in the statement of replacement, so maybe using collection instead could get its consistency strength back up to ZFC&#039;s. [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 07:58, 6 November 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=4996</id>
		<title>Talk:Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=4996"/>
		<updated>2025-11-06T07:59:16Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* Extensionality */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A good introduction can come from here: https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf,&lt;br /&gt;
&lt;br /&gt;
== ZF vs. ZFC ==&lt;br /&gt;
&lt;br /&gt;
The way this article is written makes it unclear what specifically applies for ZF vs. ZFC. I don&#039;t know the specifics myself, so some clarification would be nice. [[User:XnoobSpeakable|XnoobSpeakable]]&lt;br /&gt;
&lt;br /&gt;
: Currently, all of the machines listed in this article except one are written to start enumerating theorems of ZF-Regularity and halt if they find a contradiction, so they halt iff Con(ZF-Regularity) is false. Con(ZF-Regularity) is equivalent to Con(ZF) although I don&#039;t know how to prove that, but I do know how to prove that Con(ZF) is equivalent to Con(ZFC): if you assume ZF is consistent, there is a model of it, then you take the constructible universe of that model to obtain a model of ZFC, so then ZFC is consistent. The one different machine is the original Aaronson-Yedidia machine. Instead it uses one of Friedman&#039;s statements, which is independent of both ZF and ZFC (and even ZFC+some large cardinals!) [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 20:04, 21 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Interesting, I didn&#039;t realize these were for ZF minus Axiom of Regularity. Looks like Wikipedia has some sources for Axiom of Regularity being &amp;quot;relatively consistent&amp;quot; with the rest of ZF: https://en.wikipedia.org/wiki/Axiom_of_regularity#Regularity_and_the_rest_of_ZF(C)_axioms although I haven&#039;t tried to read any of them. I suppose the motivation to remove regularity is just that it makes the TMs smaller since they have fewer axioms to enumerate? Does it sound correct to say that &amp;lt;math&amp;gt;N_{ZF} = N_{ZFC} = N_{ZF-Regularity}&amp;lt;/math&amp;gt;? I guess maybe that is not known, but all the current TMs halt iff Con(ZF-Regularity) is false, so then are upper bounds for all three of these numbers? [[User:Sligocki|Sligocki]] ([[User talk:Sligocki|talk]]) 21:24, 21 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: I can say &amp;lt;math&amp;gt;N_{ZF} = N_{ZFC}&amp;lt;/math&amp;gt; with confidence, since the statement that a TM runs forever is &amp;lt;math&amp;gt;\Pi^0_1&amp;lt;/math&amp;gt; respectively, and by [https://en.wikipedia.org/wiki/Absoluteness_(logic)#Shoenfield&#039;s_absoluteness_theorem Shoenfield&#039;s absoluteness theorem] ZF proves a &amp;lt;math&amp;gt;\Pi^0_1&amp;lt;/math&amp;gt; statement iff ZFC proves it. (This theorem is proven via pretty much the same trick that I mentioned above, passing to the constructible universe of a given model of ZF to obtain choice.) For ZF without regularity, the standard machinery used in work there seems to be working with [https://en.wikipedia.org/wiki/Permutation_model permutation models] (also see [https://en.wikipedia.org/wiki/Axiom_of_regularity#Regularity_and_the_rest_of_ZF(C)_axioms]), but I don&#039;t know how to work with those so I can&#039;t say anything about &amp;lt;math&amp;gt;N_{ZF-Regularity}&amp;lt;/math&amp;gt; unfortunately [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 00:06, 22 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extensionality ==&lt;br /&gt;
Would removing the axiom of extensionality from the machines be helpful for shrinking them further?&lt;br /&gt;
&lt;br /&gt;
Z minus extensionality is equiconsistent with Z, but ZF minus extensionality is also equiconsistent with Z. (R. O. Gandy, &amp;quot;[https://doi.org/10.2307/2271630 On the Axiom of Extensionality]&amp;quot;) Both of these theories still have regularity though, so it would still have to be checked that this result holds when replacement is removed. Gandy says that the reason replacement becomes weak is because y = z becomes hard to prove without extensionality, so maybe using collection instead could get its consistency strength back up to ZFC&#039;s. [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 07:58, 6 November 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=4995</id>
		<title>Talk:Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=4995"/>
		<updated>2025-11-06T07:58:53Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* ZF vs. ZFC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A good introduction can come from here: https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf,&lt;br /&gt;
&lt;br /&gt;
== ZF vs. ZFC ==&lt;br /&gt;
&lt;br /&gt;
The way this article is written makes it unclear what specifically applies for ZF vs. ZFC. I don&#039;t know the specifics myself, so some clarification would be nice. [[User:XnoobSpeakable|XnoobSpeakable]]&lt;br /&gt;
&lt;br /&gt;
: Currently, all of the machines listed in this article except one are written to start enumerating theorems of ZF-Regularity and halt if they find a contradiction, so they halt iff Con(ZF-Regularity) is false. Con(ZF-Regularity) is equivalent to Con(ZF) although I don&#039;t know how to prove that, but I do know how to prove that Con(ZF) is equivalent to Con(ZFC): if you assume ZF is consistent, there is a model of it, then you take the constructible universe of that model to obtain a model of ZFC, so then ZFC is consistent. The one different machine is the original Aaronson-Yedidia machine. Instead it uses one of Friedman&#039;s statements, which is independent of both ZF and ZFC (and even ZFC+some large cardinals!) [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 20:04, 21 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Interesting, I didn&#039;t realize these were for ZF minus Axiom of Regularity. Looks like Wikipedia has some sources for Axiom of Regularity being &amp;quot;relatively consistent&amp;quot; with the rest of ZF: https://en.wikipedia.org/wiki/Axiom_of_regularity#Regularity_and_the_rest_of_ZF(C)_axioms although I haven&#039;t tried to read any of them. I suppose the motivation to remove regularity is just that it makes the TMs smaller since they have fewer axioms to enumerate? Does it sound correct to say that &amp;lt;math&amp;gt;N_{ZF} = N_{ZFC} = N_{ZF-Regularity}&amp;lt;/math&amp;gt;? I guess maybe that is not known, but all the current TMs halt iff Con(ZF-Regularity) is false, so then are upper bounds for all three of these numbers? [[User:Sligocki|Sligocki]] ([[User talk:Sligocki|talk]]) 21:24, 21 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: I can say &amp;lt;math&amp;gt;N_{ZF} = N_{ZFC}&amp;lt;/math&amp;gt; with confidence, since the statement that a TM runs forever is &amp;lt;math&amp;gt;\Pi^0_1&amp;lt;/math&amp;gt; respectively, and by [https://en.wikipedia.org/wiki/Absoluteness_(logic)#Shoenfield&#039;s_absoluteness_theorem Shoenfield&#039;s absoluteness theorem] ZF proves a &amp;lt;math&amp;gt;\Pi^0_1&amp;lt;/math&amp;gt; statement iff ZFC proves it. (This theorem is proven via pretty much the same trick that I mentioned above, passing to the constructible universe of a given model of ZF to obtain choice.) For ZF without regularity, the standard machinery used in work there seems to be working with [https://en.wikipedia.org/wiki/Permutation_model permutation models] (also see [https://en.wikipedia.org/wiki/Axiom_of_regularity#Regularity_and_the_rest_of_ZF(C)_axioms]), but I don&#039;t know how to work with those so I can&#039;t say anything about &amp;lt;math&amp;gt;N_{ZF-Regularity}&amp;lt;/math&amp;gt; unfortunately [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 00:06, 22 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Extensionality ==&lt;br /&gt;
Could there be future progress made by removing the axiom of extensionality from the machines?&lt;br /&gt;
&lt;br /&gt;
Z minus extensionality is equiconsistent with Z, but ZF minus extensionality is also equiconsistent with Z. (R. O. Gandy, &amp;quot;[https://doi.org/10.2307/2271630 On the Axiom of Extensionality]&amp;quot;) Both of these theories still have regularity though, so it would still have to be checked that this result holds when replacement is removed. Gandy says that the reason replacement becomes weak is because y = z becomes hard to prove without extensionality, so maybe using collection instead could get its consistency strength back up to ZFC&#039;s. [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 07:58, 6 November 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=1RB0LC_1RC1RA_1RD0RF_0LE---_1LA1LE_0RA1RF&amp;diff=4509</id>
		<title>1RB0LC 1RC1RA 1RD0RF 0LE--- 1LA1LE 0RA1RF</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=1RB0LC_1RC1RA_1RD0RF_0LE---_1LA1LE_0RA1RF&amp;diff=4509"/>
		<updated>2025-10-12T18:26:24Z</updated>

		<summary type="html">&lt;p&gt;C7X: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
{{TM|1RB0LC_1RC1RA_1RD0RF_0LE---_1LA1LE_0RA1RF}} hasn&#039;t yet been analyzed.&lt;br /&gt;
&lt;br /&gt;
[[File:30kstepsmachine.jpg|thumb|The machine after 30,000 steps]]&lt;br /&gt;
[[Category:Stubs]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=3604</id>
		<title>Cryptids</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Cryptids&amp;diff=3604"/>
		<updated>2025-09-03T15:27:36Z</updated>

		<summary type="html">&lt;p&gt;C7X: State count improvement for ZF /* Larger Cryptids */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Lovecraft beaver.png|alt=A monstrous beaver in the style of HP Lovecraft with pink tentacles coming out of its mouth, 5 red spider eyes, horns on its head, elbows and tail, moss colored fur, sharp purple claws and webbed feet.|thumb|Lovecraftian Beaver fan art made by Lauren]]&lt;br /&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;
== Cryptids at the Edge ==&lt;br /&gt;
&lt;br /&gt;
This is a list of notable Minimal Cryptids (Cryptids in a [[:Category:BB_Domains|domain]] with no strictly smaller known Cryptid). All of these Cryptids were &amp;quot;discovered in the wild&amp;quot; rather than &amp;quot;constructed&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! BB domain !! Machine !! Date !! Discoverer !! Note&lt;br /&gt;
|-&lt;br /&gt;
|[[Bigfoot]]&lt;br /&gt;
|[[BB(3,3)]]&lt;br /&gt;
|{{TM|1RB2RA1LC_2LC1RB2RB_---2LA1LA|undecided}}&lt;br /&gt;
|Nov 2023&lt;br /&gt;
|[[User:Sligocki|Shawn Ligocki]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Hydra]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB0LA|undecided}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[Bonus cryptid]]&lt;br /&gt;
|[[BB(2,5)]]&lt;br /&gt;
|{{TM|1RB3RB---3LA1RA_2LA3RA4LB0LB1LB}}&lt;br /&gt;
|May 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|[[Antihydra]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA|undecided}}&lt;br /&gt;
|June 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;@mxdys&amp;lt;/code&amp;gt;, shown to be a Cryptid by &amp;lt;code&amp;gt;@racheline&amp;lt;/code&amp;gt;.&lt;br /&gt;
|Same as &#039;&#039;&#039;Hydra&#039;&#039;&#039; but starting iteration from 8 instead of 3 and with termination condition &amp;lt;code&amp;gt;O &amp;gt; 2E&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;E &amp;gt; 2O&amp;lt;/code&amp;gt;, hence the name &#039;&#039;&#039;Antihydra&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|[[Lucy&#039;s Moonlight]]&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA}}&lt;br /&gt;
|Mar 2025&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RC_1LC1LE_1RA1RD_0RF0RE_1LA0LB_---1RA|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Variant of Hydra and Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LD_1RC1RE_0LA1LB_0LD1LC_1RF0RA_---0RC|undecided}}&lt;br /&gt;
|Aug 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RF_1LA0RA_0LA0LE_1LD1LA_0RB---|undecided}}&lt;br /&gt;
|Sep 2024&lt;br /&gt;
|Daniel Yuan&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LB_1LC0RE_1LA1LD_0LC---_0RB0RF_1RE1RB|undecided}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Similar random walk mechanism to Hydra, Antihydra. Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD|undecided}}&lt;br /&gt;
|Jan 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously non-halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RA_0RC1RC_1LD0LF_0LE1LE_1RA0LB_---0LC|undecided}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Has near-identical behavior to 16 related BB(6) holdouts. Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1RE_1LC1LD_---1LA_1LB1LE_0RF0RA_1LD1RF}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0RE_1LC1LD_0RA0LD_1LB0LA_1RF1RA_---1LB}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_0LC0RF_1RD1LC_0RA1LE_---0LD_1LF1LA}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LC_1LC0RD_1LF1LA_1LB1RE_1RB1LE_---0LE}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB---_0RC0RE_1RD1RF_1LE0LB_1RC0LD_1RC1RA}}&lt;br /&gt;
|Nov 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_1LD0RB_1LE1LA_1RF0RC_---1RE}}&lt;br /&gt;
|Jul 2025&lt;br /&gt;
|&amp;lt;code&amp;gt;mxdys&amp;lt;/code&amp;gt;&lt;br /&gt;
|Probviously halting.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|{{TM|1RB1LE_0LC0LB_1RD1LC_1RD1RA_1RF0LA_---1RE}}&lt;br /&gt;
|Jul 2024&lt;br /&gt;
|Racheline&lt;br /&gt;
|Probviously decidable. Estimated to have a 3/5 chance of becoming a [[translated cycler]] and a 2/5 chance of halting.&lt;br /&gt;
|}&lt;br /&gt;
The following machines have chaotic behavior, but have not been classified as Cryptids due to seemingly lacking a connection to any known open mathematical problems, such as Collatz-like problems.&lt;br /&gt;
&lt;br /&gt;
* {{TM|1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE|undecided}}&lt;br /&gt;
* {{TM|1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE|undecided}}&lt;br /&gt;
* {{TM|1RB0RB_1LC1RE_1LF0LD_1RA1LD_1RC1RB_---1LC|undecided}}&lt;br /&gt;
* {{TM|1RB---0RB0LA2RA_2LB2LA3RA4LB0LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA3RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LA1LA1RA1RA_2LB2RA---4RB1LB|undecided}}&lt;br /&gt;
* {{TM|1RB3LB---4LA1RB_2LA4LA4LB3RB1RA|undecided}} [https://discord.com/channels/960643023006490684/1375584513777995957 Analysis by @mxdys]&lt;br /&gt;
&lt;br /&gt;
== Larger Cryptids ==&lt;br /&gt;
&lt;br /&gt;
A more complete list of notable known Cryptids over a wider range of states and symbols. These Cryptids were all &amp;quot;constructed&amp;quot; rather than &amp;quot;discovered&amp;quot;.&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;
|[[Independence from ZFC|ZF]]&lt;br /&gt;
|BB(432)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|Wade&#039;s machine: https://codeberg.org/ajwade/turing_machine_explorer/src/commit/33b30300054242201a95679aacf7e74312bd8803b0df9a85d2314095efd6804e&lt;br /&gt;
|&lt;br /&gt;
|2025&lt;br /&gt;
|Wade, based on work by CatIsFluffy and O&#039;Rear&lt;br /&gt;
|The machine halts if and only if [[wikipedia:Zermelo–Fraenkel_set_theory|Zermelo–Fraenkel set theory]] is inconsistent.&lt;br /&gt;
|-&lt;br /&gt;
|RH&lt;br /&gt;
|BB(744)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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(25)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|https://gist.github.com/anonymous/a64213f391339236c2fe31f8749a0df6&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RD_1LC1RB_0RA1LC_0LQ1RE_0LF1RG_0LC1LF_0LF0LH_1LQ1LI_0RJ0LI_1RK0LJ_0RL0RS_1RL0RM_1RN1RM_0LO0LU_0LP1LO_1RH1LX_1LR1LQ_0RK0LT_1LR1RS_---1RC_1LV1LU_0LW0LJ_0RK0LW_1RY1LX_1RE1RY&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&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. Its behavior has been verified in Lean.&amp;lt;ref&amp;gt;https://github.com/lengyijun/goldbach_tm&amp;lt;/ref&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
| Erdős&lt;br /&gt;
| BB(5,4) and BB(15)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_5_4.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB3RA2RA1RB_0LC2RB1RA3RB_0LD1LC2LE3LC_3RE2RE---1RE_0RB1LE2LE3LE&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
https://docs.bbchallenge.org/other/powers_of_two_15_2.txt&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;Machine code:&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&amp;lt;pre style=&amp;quot;word-break:break-all&amp;quot;&amp;gt;1RB1RO_0RC0RC_0RD1RJ_0LE1RC_0LF1LK_0LG1LE_0LH1LF_1RI0LL_0RB1LK_1RC0RA_0LI1LN_1RM---_0RI0RO_0LK1LK_1LM1RA&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&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;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|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 - compiled|| [[BB(7)]]||style=&amp;quot;width:30%;word-break:break-word&amp;quot;| &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;
| Hydra - compiled&lt;br /&gt;
|BB(9)&lt;br /&gt;
|style=&amp;quot;width:30%;word-break:break-word&amp;quot;|&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]. &amp;lt;code&amp;gt;@Iijil1&amp;lt;/code&amp;gt; provided 24 TMs which all emulate the same behavior.&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;
&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 [[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>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:1RB1LE_1LC0RA_0RF0LD_1LE1LA_1RC0LB_---1RC&amp;diff=3549</id>
		<title>Talk:1RB1LE 1LC0RA 0RF0LD 1LE1LA 1RC0LB ---1RC</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:1RB1LE_1LC0RA_0RF0LD_1LE1LA_1RC0LB_---1RC&amp;diff=3549"/>
		<updated>2025-08-31T03:50:53Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* More simulation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Turing machine for what function?&lt;br /&gt;
[[User:Qwerpiw|Qwerpiw]] ([[User talk:Qwerpiw|talk]]) 01:51, 7 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== More simulation ==&lt;br /&gt;
&lt;br /&gt;
It looks like it writes at least 10^53 ones according to Quick_Sim.py, I can try more experiments by messing with the block finder [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 11:16, 30 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Edit: no halt yet at &amp;gt;10^261 ones, &amp;gt;10^527 steps [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 03:50, 31 August 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:1RB1LE_1LC0RA_0RF0LD_1LE1LA_1RC0LB_---1RC&amp;diff=3523</id>
		<title>Talk:1RB1LE 1LC0RA 0RF0LD 1LE1LA 1RC0LB ---1RC</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:1RB1LE_1LC0RA_0RF0LD_1LE1LA_1RC0LB_---1RC&amp;diff=3523"/>
		<updated>2025-08-30T11:16:49Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* More simulation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Turing machine for what function?&lt;br /&gt;
[[User:Qwerpiw|Qwerpiw]] ([[User talk:Qwerpiw|talk]]) 01:51, 7 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== More simulation ==&lt;br /&gt;
&lt;br /&gt;
It looks like it writes at least 10^53 ones according to Quick_Sim.py, I can try more experiments by messing with the block finder [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 11:16, 30 August 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:1RB1LE_1LC0RA_0RF0LD_1LE1LA_1RC0LB_---1RC&amp;diff=3522</id>
		<title>Talk:1RB1LE 1LC0RA 0RF0LD 1LE1LA 1RC0LB ---1RC</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:1RB1LE_1LC0RA_0RF0LD_1LE1LA_1RC0LB_---1RC&amp;diff=3522"/>
		<updated>2025-08-30T11:16:02Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* More simulation */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Turing machine for what function?&lt;br /&gt;
[[User:Qwerpiw|Qwerpiw]] ([[User talk:Qwerpiw|talk]]) 01:51, 7 August 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
== More simulation ==&lt;br /&gt;
&lt;br /&gt;
It looks like it writes at least 10^53 nonzeros according to Quick_Sim.py, I can try more experiments by messing with the block finder [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 11:16, 30 August 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Maximum_Consecutive_Ones_Function&amp;diff=3149</id>
		<title>Maximum Consecutive Ones Function</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Maximum_Consecutive_Ones_Function&amp;diff=3149"/>
		<updated>2025-08-15T01:06:04Z</updated>

		<summary type="html">&lt;p&gt;C7X: Add an early appearance of the num(5) champion /* Champions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;Maximum Consecutive Ones&#039;&#039;&#039; function (named &amp;lt;math&amp;gt;num(n)&amp;lt;/math&amp;gt; by Ben-Amram, Julstrom and Zwick)&amp;lt;ref&amp;gt;Ben-Amram A.M., Julstrom B.A. and Zwick U. (1996). [http://dx.doi.org/10.1007/BF01192693 A note on busy beavers and other creatures]. &#039;&#039;Mathematical Systems Theory&#039;&#039; &#039;&#039;&#039;29&#039;&#039;&#039; (4), July-August 1996, 375-386.&amp;lt;/ref&amp;gt; is a [[Busy Beaver function]] which measures the maximum number of consecutive 1s left on the tape at halt across all n-state 2-symbol [[Turing machine]]s which leave all their 1s consecutively. Unlike &amp;lt;math&amp;gt;\Sigma(n)&amp;lt;/math&amp;gt;, this allows some amount of order over the &amp;quot;API&amp;quot; of these TMs, so that their output can be used as inputs to another TM in some deterministic fashion. Note however, that this definition does not stipulate where the TM head must be positioned relative to the sequence of consecutive ones, so it is not completely trivial to use these results as input to a second TM.&lt;br /&gt;
&lt;br /&gt;
This function is only defined for 2-symbol TMs. It is not entirely clear how best to extend it to multi-symbol TMs. One option would be to keep the definition the same, so only TMs which halt with all 1s on the tape would qualify. Another would be to allow any symbols as long as all non-0 symbols were in one contiguous chunk on the tape.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Known Values of num(n) function&lt;br /&gt;
|-&lt;br /&gt;
! Domain !! &amp;lt;math&amp;gt;num(n)&amp;lt;/math&amp;gt; !! Champion TM !! Halting Config&lt;br /&gt;
!Source&lt;br /&gt;
|-&lt;br /&gt;
| [[BB(1)]]|| 1 || {{TM|1RZ---}} || &amp;lt;math&amp;gt;0^\infty \; 1 \; \textrm{Z&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
|Ben-Amram, Julstrom and Zwick (1996)&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(2)]]&lt;br /&gt;
|4&lt;br /&gt;
|{{TM|1RB1LB_1LA1LZ}}&lt;br /&gt;
|&amp;lt;math&amp;gt;0^\infty \; 1 \; \textrm{&amp;lt;Z} \; 1^3 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
|Ben-Amram, Julstrom and Zwick (1996)&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(3)]]&lt;br /&gt;
|6&lt;br /&gt;
|{{TM|1RB1LC_1RC1LZ_1LA0LB}} and 3 others&lt;br /&gt;
|&amp;lt;math&amp;gt;0^\infty \; 1 \; \textrm{&amp;lt;Z} \; 1^5 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
|Ben-Amram, Julstrom and Zwick (1996)&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(4)]]&lt;br /&gt;
|12&lt;br /&gt;
|{{TM|1RB0LA_1RC1LB_1LB1RD_1RZ0RA}}&lt;br /&gt;
|&amp;lt;math&amp;gt;0^\infty \; 1^{12} \; \textrm{Z&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
|Ben-Amram, Julstrom and Zwick (1996)&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(5)]]&lt;br /&gt;
|165&lt;br /&gt;
|{{TM|1RB1LA_1RC1LE_1RD1RE_0LA1RC_1RZ0LB}}&lt;br /&gt;
|&amp;lt;math&amp;gt;0^\infty \; 1^{165} \; \textrm{Z&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://groups.google.com/g/busy-beaver-discuss/c/pvtXPmuMsAg/m/UP0xcmwoEAAJ Announcement] by Andrés Sancho in Feb 2025&lt;br /&gt;
|}&lt;br /&gt;
Note: All TMs here are listed in [[TNF-1RB]] format with the exception that sometimes the halt transition is chosen to be &amp;lt;code&amp;gt;1LZ&amp;lt;/code&amp;gt; when that leads to a &amp;quot;simpler&amp;quot; halting configuration.&lt;br /&gt;
&lt;br /&gt;
For BB(3), there are actually 4 champion machines that all leave exactly 6 1s: {{TM|1RB1RZ_0RC1RB_1LC1LA}}, {{TM|1RB1LC_1LA1RB_1LB1RZ}}, {{TM|1RB1RA_1LC1RZ_1RA1LB}}, {{TM|1RB1LC_1RC1RZ_1LA0LB}}.&lt;br /&gt;
&lt;br /&gt;
The num(5) champion was found in 2009 by Joachim Hertel.&amp;lt;ref&amp;gt;J. Hertel, &amp;quot;[https://content.wolfram.com/sites/19/2009/11/Hertel.pdf Computing the Uncomputable Rado Sigma Function]&amp;quot;. The Mathematica Journal vol. 11 (2009).&amp;lt;/ref&amp;gt;&amp;lt;sup&amp;gt;p. 282&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2707</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2707"/>
		<updated>2025-08-02T08:00:28Z</updated>

		<summary type="html">&lt;p&gt;C7X: Add 48xxxxx machine /* Top Halters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) champion {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. In 1964, Milton Green designed a machine that had [[sigma score]] 22,961. In 2014, Wythagoras modified a BB(6) champion to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each run for about 2 minutes and leave ~100 holdouts each. Various folks on Discord have been investigating different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB}}, with sigma score ~10 ↑↑ 46. A few days later, Pavel found a TM that outpaces all of them.&lt;br /&gt;
&lt;br /&gt;
Pavel&#039;s champion is enumerated in subtask 243308.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Based on limited search through a subset of the 1 million subtasks from mxdys&#039;s code, the top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD0LG_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|@gerbil5709, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA1LG_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@star, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|@Iijil, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LG_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|@Iijil, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RF_1RC1RZ_0LD1RF_0RA1LE_0LC1LF_1LE0RG_0LE1RA}}&lt;br /&gt;
|10 ↑↑ 136.64&lt;br /&gt;
|Katelyn Doucette, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current Progress ==&lt;br /&gt;
This is a summary of the 1 million subtasks from mxdys&#039;s code that have been executed and their output processed by Shawn Ligocki&#039;s linear rule code.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable defaultleft&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Task range&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Done by&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Completed&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |# holdouts&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Maximum Score TM&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |~Sigma&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Source&lt;br /&gt;
|-&lt;br /&gt;
!enumeration&lt;br /&gt;
!linear rule&lt;br /&gt;
|-&lt;br /&gt;
|00-01xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,545,673&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|02-04xxxx&lt;br /&gt;
|&lt;br /&gt;
@Iijil&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,279,734&lt;br /&gt;
|{{TM|1RB0LF_1RC1RA_1RD0RG_1LE1RZ_1LA0LF_1RA1LE_0RE1RG}}&lt;br /&gt;
|10 ↑↑ 93.81&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD @Iijil]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|05-09xxxx&lt;br /&gt;
|&lt;br /&gt;
@Iijil&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,889,955&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD @Iijil]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Andrew]&lt;br /&gt;
|-&lt;br /&gt;
|10-12xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,708,888&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14-16xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,701,637&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LD_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|17-18xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,898,156&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|&lt;br /&gt;
Katelyn Doucette&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,099,752&lt;br /&gt;
|{{TM|1RB0RF_1RC1RZ_0LD1RF_0RA1LE_0LC1LF_1LE0RG_0LE1RA}}&lt;br /&gt;
|10 ↑↑ 136.64&lt;br /&gt;
|[https://drive.google.com/drive/folders/1-eGxVc3kmGIEJFShG4olPX3sGci2SPaA?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|20-23xxxx&lt;br /&gt;
| @C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,528,827&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
| [https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}*&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25-34xxxx&lt;br /&gt;
|@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|10,339,816&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|35-39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40-47xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|6,181,327&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
|&lt;br /&gt;
@star&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|727,875&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA1LG_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/file/d/1HbIX46_6V-etFWTv4FvWZmb7AHIiWB1v/view?usp=sharing @star]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|&lt;br /&gt;
Tobiáš Brichta&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|804,722&lt;br /&gt;
|{{TM|1RB0LG_1RC0RG_0LD1RE_1RD0RE_1LF1RB_0LA1RZ_1LC1LG}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Tobiáš Brichta]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|50xxxx&lt;br /&gt;
|&lt;br /&gt;
@prurq&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|797,224&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|51-53xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,016,175&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_0RF0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|54-59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|5,689,850&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60-64xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,817,876&lt;br /&gt;
||{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD0LG_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|65-68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70-71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,899,094&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases Github release]&lt;br /&gt;
|-&lt;br /&gt;
|72-79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80-81xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,537,533&lt;br /&gt;
|{{TM|1RB0LA_0RC1RZ_0RD0RG_1LE1RA_1LF1LD_1RG0RG_1RD1RC}}&lt;br /&gt;
|10 ↑↑ 74.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|82-99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1lyYN2wznnrfM0dg-dKprHODeYaTxdtzP?usp=drive_link Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=2559</id>
		<title>Talk:Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=2559"/>
		<updated>2025-07-22T00:07:44Z</updated>

		<summary type="html">&lt;p&gt;C7X: Simplify /* ZF vs. ZFC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A good introduction can come from here: https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf,&lt;br /&gt;
&lt;br /&gt;
== ZF vs. ZFC ==&lt;br /&gt;
&lt;br /&gt;
The way this article is written makes it unclear what specifically applies for ZF vs. ZFC. I don&#039;t know the specifics myself, so some clarification would be nice. [[User:XnoobSpeakable|XnoobSpeakable]]&lt;br /&gt;
&lt;br /&gt;
: Currently, all of the machines listed in this article except one are written to start enumerating theorems of ZF-Regularity and halt if they find a contradiction, so they halt iff Con(ZF-Regularity) is false. Con(ZF-Regularity) is equivalent to Con(ZF) although I don&#039;t know how to prove that, but I do know how to prove that Con(ZF) is equivalent to Con(ZFC): if you assume ZF is consistent, there is a model of it, then you take the constructible universe of that model to obtain a model of ZFC, so then ZFC is consistent. The one different machine is the original Aaronson-Yedidia machine. Instead it uses one of Friedman&#039;s statements, which is independent of both ZF and ZFC (and even ZFC+some large cardinals!) [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 20:04, 21 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Interesting, I didn&#039;t realize these were for ZF minus Axiom of Regularity. Looks like Wikipedia has some sources for Axiom of Regularity being &amp;quot;relatively consistent&amp;quot; with the rest of ZF: https://en.wikipedia.org/wiki/Axiom_of_regularity#Regularity_and_the_rest_of_ZF(C)_axioms although I haven&#039;t tried to read any of them. I suppose the motivation to remove regularity is just that it makes the TMs smaller since they have fewer axioms to enumerate? Does it sound correct to say that &amp;lt;math&amp;gt;N_{ZF} = N_{ZFC} = N_{ZF-Regularity}&amp;lt;/math&amp;gt;? I guess maybe that is not known, but all the current TMs halt iff Con(ZF-Regularity) is false, so then are upper bounds for all three of these numbers? [[User:Sligocki|Sligocki]] ([[User talk:Sligocki|talk]]) 21:24, 21 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: I can say &amp;lt;math&amp;gt;N_{ZF} = N_{ZFC}&amp;lt;/math&amp;gt; with confidence, since the statement that a TM runs forever is &amp;lt;math&amp;gt;\Pi^0_1&amp;lt;/math&amp;gt; respectively, and by [https://en.wikipedia.org/wiki/Absoluteness_(logic)#Shoenfield&#039;s_absoluteness_theorem Shoenfield&#039;s absoluteness theorem] ZF proves a &amp;lt;math&amp;gt;\Pi^0_1&amp;lt;/math&amp;gt; statement iff ZFC proves it. (This theorem is proven via pretty much the same trick that I mentioned above, passing to the constructible universe of a given model of ZF to obtain choice.) For ZF without regularity, the standard machinery used in work there seems to be working with [https://en.wikipedia.org/wiki/Permutation_model permutation models] (also see [https://en.wikipedia.org/wiki/Axiom_of_regularity#Regularity_and_the_rest_of_ZF(C)_axioms]), but I don&#039;t know how to work with those so I can&#039;t say anything about &amp;lt;math&amp;gt;N_{ZF-Regularity}&amp;lt;/math&amp;gt; unfortunately [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 00:06, 22 July 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=2558</id>
		<title>Talk:Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=2558"/>
		<updated>2025-07-22T00:07:06Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* ZF vs. ZFC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A good introduction can come from here: https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf,&lt;br /&gt;
&lt;br /&gt;
== ZF vs. ZFC ==&lt;br /&gt;
&lt;br /&gt;
The way this article is written makes it unclear what specifically applies for ZF vs. ZFC. I don&#039;t know the specifics myself, so some clarification would be nice. [[User:XnoobSpeakable|XnoobSpeakable]]&lt;br /&gt;
&lt;br /&gt;
: Currently, all of the machines listed in this article except one are written to start enumerating theorems of ZF-Regularity and halt if they find a contradiction, so they halt iff Con(ZF-Regularity) is false. Con(ZF-Regularity) is equivalent to Con(ZF) although I don&#039;t know how to prove that, but I do know how to prove that Con(ZF) is equivalent to Con(ZFC): if you assume ZF is consistent, there is a model of it, then you take the constructible universe of that model to obtain a model of ZFC, so then ZFC is consistent. The one different machine is the original Aaronson-Yedidia machine. Instead it uses one of Friedman&#039;s statements, which is independent of both ZF and ZFC (and even ZFC+some large cardinals!) [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 20:04, 21 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Interesting, I didn&#039;t realize these were for ZF minus Axiom of Regularity. Looks like Wikipedia has some sources for Axiom of Regularity being &amp;quot;relatively consistent&amp;quot; with the rest of ZF: https://en.wikipedia.org/wiki/Axiom_of_regularity#Regularity_and_the_rest_of_ZF(C)_axioms although I haven&#039;t tried to read any of them. I suppose the motivation to remove regularity is just that it makes the TMs smaller since they have fewer axioms to enumerate? Does it sound correct to say that &amp;lt;math&amp;gt;N_{ZF} = N_{ZFC} = N_{ZF-Regularity}&amp;lt;/math&amp;gt;? I guess maybe that is not known, but all the current TMs halt iff Con(ZF-Regularity) is false, so then are upper bounds for all three of these numbers? [[User:Sligocki|Sligocki]] ([[User talk:Sligocki|talk]]) 21:24, 21 July 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
::: I can say &amp;lt;math&amp;gt;N_{ZF} = N_{ZFC}&amp;lt;/math&amp;gt; with confidence, since the statements that a TM halts and runs forever are &amp;lt;math&amp;gt;\Sigma^0_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\Pi^0_1&amp;lt;/math&amp;gt; respectively, and by [https://en.wikipedia.org/wiki/Absoluteness_(logic)#Shoenfield&#039;s_absoluteness_theorem Shoenfield&#039;s absoluteness theorem] ZF proves a &amp;lt;math&amp;gt;\Sigma^0_1&amp;lt;/math&amp;gt; statement iff ZFC proves it, and same for &amp;lt;math&amp;gt;\Pi^0_1&amp;lt;/math&amp;gt; statements and much more. (This theorem is proven via pretty much the same trick that I mentioned above, passing to the constructible universe of a given model of ZF to obtain choice.) For ZF without regularity, the standard machinery used in work there seems to be working with [https://en.wikipedia.org/wiki/Permutation_model permutation models] (also see [https://en.wikipedia.org/wiki/Axiom_of_regularity#Regularity_and_the_rest_of_ZF(C)_axioms]), but I don&#039;t know how to work with those so I can&#039;t say anything about &amp;lt;math&amp;gt;N_{ZF-Regularity}&amp;lt;/math&amp;gt; unfortunately [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 00:06, 22 July 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=2556</id>
		<title>Talk:Logical independence</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:Logical_independence&amp;diff=2556"/>
		<updated>2025-07-21T20:04:53Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* ZF vs. ZFC */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A good introduction can come from here: https://www.ingo-blechschmidt.eu/assets/bachelor-thesis-undecidability-bb748.pdf,&lt;br /&gt;
&lt;br /&gt;
== ZF vs. ZFC ==&lt;br /&gt;
&lt;br /&gt;
The way this article is written makes it unclear what specifically applies for ZF vs. ZFC. I don&#039;t know the specifics myself, so some clarification would be nice. [[User:XnoobSpeakable|XnoobSpeakable]]&lt;br /&gt;
&lt;br /&gt;
: Currently, all of the machines listed in this article except one are written to start enumerating theorems of ZF-Regularity and halt if they find a contradiction, so they halt iff Con(ZF-Regularity) is false. Con(ZF-Regularity) is equivalent to Con(ZF) although I don&#039;t know how to prove that, but I do know how to prove that Con(ZF) is equivalent to Con(ZFC): if you assume ZF is consistent, there is a model of it, then you take the constructible universe of that model to obtain a model of ZFC, so then ZFC is consistent. The one different machine is the original Aaronson-Yedidia machine. Instead it uses one of Friedman&#039;s statements, which is independent of both ZF and ZFC (and even ZFC+some large cardinals!) [[User:C7X|C7X]] ([[User talk:C7X|talk]]) 20:04, 21 July 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2522</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2522"/>
		<updated>2025-07-17T01:32:33Z</updated>

		<summary type="html">&lt;p&gt;C7X: Number of phase 1 holdouts instead /* Current Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) champion {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. In 1964, Milton Green designed a machine that had [[sigma score]] 22,961. In 2014, Wythagoras modified a BB(6) champion to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each run for about 2 minutes and leave ~100 holdouts each. Various folks on Discord have been investigating different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB}}, with sigma score ~10 ↑↑ 46. A few days later, Pavel found a TM that outpaces all of them.&lt;br /&gt;
&lt;br /&gt;
Pavel&#039;s champion is enumerated in subtask 243308.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Based on limited search through a subset of the 1 million subtasks from mxdys&#039;s code, the top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD0LG_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|@gerbil5709, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|@Iijil, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LG_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LG_1RF0RA_0RA0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|@Iijil, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RF_1RC1RZ_0LD1RF_0RA1LE_0LC1LF_1LE0RG_0LE1RA}}&lt;br /&gt;
|10 ↑↑ 136.64&lt;br /&gt;
|Katelyn Doucette, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current Progress ==&lt;br /&gt;
This is a summary of the 1 million subtasks from mxdys&#039;s code that have been processed, including further processing by Shawn Ligocki&#039;s linear rule code (&amp;quot;TBD&amp;quot; = &amp;quot;To Be Determined&amp;quot;). A cell in &#039;&#039;&#039;bold font&#039;&#039;&#039; means no one has signed up to do either the enumeration or apply the Ligocki code for that row&#039;s subtasks. You can help, especially with applying the Ligocki filters! Download the enumerated TMs from the linked source in the far right column of the table below, put your name alongside the enumerator&#039;s in the &amp;quot;Done by&amp;quot; column, turn off the bold font on your chosen task range, and return with the number of holdouts, the maximum score TM, and its approximate sigma value when you&#039;re done.&lt;br /&gt;
&lt;br /&gt;
After downloading the Ligocki codebase `busy-beaver-main` [https://github.com/sligocki/busy-beaver here], you can install the dependencies by running `python3 -m pip install -r requirements.txt`, then perform the filtering on holdouts from subtasks between start_number and end_number by running the bash command:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
for x in {start_number..end_number}; do busy-beaver-main/Code/Enumerate.py --infile your-path-to-holdouts/holdouts_${x}.txt --outfile your-save-path/bb7_${x}.out.pb -r --no-steps --exp-linear-rules --max-loops=100_000 --block-mult=2 --force --save-freq=100; done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable defaultleft&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Task range&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Done by&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Completed&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |# holdouts&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Maximum Score TM&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |~Sigma&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Source&lt;br /&gt;
|-&lt;br /&gt;
!enumeration&lt;br /&gt;
!linear rule&lt;br /&gt;
|-&lt;br /&gt;
|00-01xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,545,673&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|02-04xxxx&lt;br /&gt;
|&lt;br /&gt;
@Iijil&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,279,734&lt;br /&gt;
|{{TM|1RB0LF_1RC1RA_1RD0RG_1LE1RZ_1LA0LF_1RA1LE_0RE1RG}}&lt;br /&gt;
|10 ↑↑ 93.81&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD @Iijil]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|05-09xxxx&lt;br /&gt;
|&lt;br /&gt;
@Iijil&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,889,955&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD @Iijil]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Andrew]&lt;br /&gt;
|-&lt;br /&gt;
|10-12xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,708,888&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14-16xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,701,637&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LD_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|17-18xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,898,156&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|Katelyn Doucette&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,601,356&lt;br /&gt;
|{{TM|1RB0RF_1RC1RZ_0LD1RF_0RA1LE_0LC1LF_1LE0RG_0LE1RA}}&lt;br /&gt;
|10 ↑↑ 136.64&lt;br /&gt;
|[https://drive.google.com/drive/folders/1-eGxVc3kmGIEJFShG4olPX3sGci2SPaA?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|20-23xxxx&lt;br /&gt;
| @C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,528,827&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
| [https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}*&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25-34xxxx&lt;br /&gt;
|@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|10,339,816&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|35-39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40-47xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|6,181,327&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
|@star&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|&lt;br /&gt;
Tobiáš Brichta&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|804,722&lt;br /&gt;
|{{TM|1RB0LG_1RC0RG_0LD1RE_1RD0RE_1LF1RB_0LA1RZ_1LC1LG}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Tobiáš Brichta]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|50xxxx&lt;br /&gt;
|&lt;br /&gt;
@prurq&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|797,224&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|51-53xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,016,175&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_0RF0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|54-59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|5,689,850&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60-64xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,817,876&lt;br /&gt;
||{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD0LG_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|65-68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70-71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,899,094&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases Github release]&lt;br /&gt;
|-&lt;br /&gt;
|72-79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80-81xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,537,533&lt;br /&gt;
|{{TM|1RB0LA_0RC1RZ_0RD0RG_1LE1RA_1LF1LD_1RG0RG_1RD1RC}}&lt;br /&gt;
|10 ↑↑ 74.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|82-99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2521</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2521"/>
		<updated>2025-07-17T01:26:06Z</updated>

		<summary type="html">&lt;p&gt;C7X: Done. (3,084,940 machines undecided after linear rule) /* Current Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) champion {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. In 1964, Milton Green designed a machine that had [[sigma score]] 22,961. In 2014, Wythagoras modified a BB(6) champion to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each run for about 2 minutes and leave ~100 holdouts each. Various folks on Discord have been investigating different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB}}, with sigma score ~10 ↑↑ 46. A few days later, Pavel found a TM that outpaces all of them.&lt;br /&gt;
&lt;br /&gt;
Pavel&#039;s champion is enumerated in subtask 243308.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Based on limited search through a subset of the 1 million subtasks from mxdys&#039;s code, the top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD0LG_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|@gerbil5709, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|@Iijil, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LG_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LG_1RF0RA_0RA0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|@Iijil, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RF_1RC1RZ_0LD1RF_0RA1LE_0LC1LF_1LE0RG_0LE1RA}}&lt;br /&gt;
|10 ↑↑ 136.64&lt;br /&gt;
|Katelyn Doucette, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current Progress ==&lt;br /&gt;
This is a summary of the 1 million subtasks from mxdys&#039;s code that have been processed, including further processing by Shawn Ligocki&#039;s linear rule code (&amp;quot;TBD&amp;quot; = &amp;quot;To Be Determined&amp;quot;). A cell in &#039;&#039;&#039;bold font&#039;&#039;&#039; means no one has signed up to do either the enumeration or apply the Ligocki code for that row&#039;s subtasks. You can help, especially with applying the Ligocki filters! Download the enumerated TMs from the linked source in the far right column of the table below, put your name alongside the enumerator&#039;s in the &amp;quot;Done by&amp;quot; column, turn off the bold font on your chosen task range, and return with the number of holdouts, the maximum score TM, and its approximate sigma value when you&#039;re done.&lt;br /&gt;
&lt;br /&gt;
After downloading the Ligocki codebase `busy-beaver-main` [https://github.com/sligocki/busy-beaver here], you can install the dependencies by running `python3 -m pip install -r requirements.txt`, then perform the filtering on holdouts from subtasks between start_number and end_number by running the bash command:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
for x in {start_number..end_number}; do busy-beaver-main/Code/Enumerate.py --infile your-path-to-holdouts/holdouts_${x}.txt --outfile your-save-path/bb7_${x}.out.pb -r --no-steps --exp-linear-rules --max-loops=100_000 --block-mult=2 --force --save-freq=100; done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable defaultleft&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Task range&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Done by&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Completed&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |# holdouts&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Maximum Score TM&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |~Sigma&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Source&lt;br /&gt;
|-&lt;br /&gt;
!enumeration&lt;br /&gt;
!linear rule&lt;br /&gt;
|-&lt;br /&gt;
|00-01xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,545,673&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|02-04xxxx&lt;br /&gt;
|&lt;br /&gt;
@Iijil&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,279,734&lt;br /&gt;
|{{TM|1RB0LF_1RC1RA_1RD0RG_1LE1RZ_1LA0LF_1RA1LE_0RE1RG}}&lt;br /&gt;
|10 ↑↑ 93.81&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD @Iijil]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|05-09xxxx&lt;br /&gt;
|&lt;br /&gt;
@Iijil&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,889,955&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD @Iijil]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Andrew]&lt;br /&gt;
|-&lt;br /&gt;
|10-12xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,708,888&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14-16xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,701,637&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LD_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|17-18xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,898,156&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|Katelyn Doucette&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,601,356&lt;br /&gt;
|{{TM|1RB0RF_1RC1RZ_0LD1RF_0RA1LE_0LC1LF_1LE0RG_0LE1RA}}&lt;br /&gt;
|10 ↑↑ 136.64&lt;br /&gt;
|[https://drive.google.com/drive/folders/1-eGxVc3kmGIEJFShG4olPX3sGci2SPaA?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|20-23xxxx&lt;br /&gt;
| @C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,084,940&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
| [https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}*&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25-34xxxx&lt;br /&gt;
|@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|10,339,816&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|35-39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40-47xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|6,181,327&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
|@star&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|&lt;br /&gt;
Tobiáš Brichta&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|804,722&lt;br /&gt;
|{{TM|1RB0LG_1RC0RG_0LD1RE_1RD0RE_1LF1RB_0LA1RZ_1LC1LG}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Tobiáš Brichta]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|50xxxx&lt;br /&gt;
|&lt;br /&gt;
@prurq&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|797,224&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|51-53xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,016,175&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_0RF0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|54-59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|5,689,850&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60-64xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,817,876&lt;br /&gt;
||{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD0LG_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|65-68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70-71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,899,094&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases Github release]&lt;br /&gt;
|-&lt;br /&gt;
|72-79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80-81xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,537,533&lt;br /&gt;
|{{TM|1RB0LA_0RC1RZ_0RD0RG_1LE1RA_1LF1LD_1RG0RG_1RD1RC}}&lt;br /&gt;
|10 ↑↑ 74.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|82-99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2440</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2440"/>
		<updated>2025-07-11T17:19:11Z</updated>

		<summary type="html">&lt;p&gt;C7X: More linear /* Current Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) champion {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. In 1964, Milton Green designed a machine that had [[sigma score]] 22,961. In 2014, Wythagoras modified a BB(6) champion to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each run for about 2 minutes and leave ~100 holdouts each. Various folks on Discord have been investigating different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB}}, with sigma score ~10 ↑↑ 46. A few days later, Pavel found a TM that outpaces all of them.&lt;br /&gt;
&lt;br /&gt;
Pavel&#039;s champion is enumerated in subtask 243308.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Based on limited search through a subset of the 1 million subtasks from mxdys&#039;s code, the top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD0LG_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|@gerbil5709, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|@Iijil, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LG_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LG_1RF0RA_0RA0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@Iijil, Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|@Iijil, Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RC_1LC1LD_1RA0RD_0LF1LE_0LB1LA_0RE0LG_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.37&lt;br /&gt;
|@C7X&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current Progress ==&lt;br /&gt;
This is a summary of the 1 million subtasks from mxdys&#039;s code that have been processed, including further processing by Shawn Ligocki&#039;s linear rule code (&amp;quot;TBD&amp;quot; = &amp;quot;To Be Determined&amp;quot;). A cell in &#039;&#039;&#039;bold font&#039;&#039;&#039; means no one has signed up to do either the enumeration or apply the Ligocki code for that row&#039;s subtasks. You can help, especially with applying the Ligocki filters! Download the enumerated TMs from the linked source in the far right column of the table below, put your name alongside the enumerator&#039;s in the &amp;quot;Done by&amp;quot; column, turn off the bold font on your chosen task range, and return with the number of holdouts, the maximum score TM, and its approximate sigma value when you&#039;re done.&lt;br /&gt;
&lt;br /&gt;
After downloading the Ligocki codebase `busy-beaver-main` [https://github.com/sligocki/busy-beaver here], you can install the dependencies by running `python3 -m pip install -r requirements.txt`, then perform the filtering on holdouts from subtasks between start_number and end_number by running the bash command:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
for x in {start_number..end_number}; do busy-beaver-main/Code/Enumerate.py --infile your-path-to-holdouts/holdouts_${x}.txt --outfile your-save-path/bb7_${x}.out.pb -r --no-steps --exp-linear-rules --max-loops=100_000 --block-mult=2 --force --save-freq=100; done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable defaultleft&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Task range&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Done by&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Completed&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |# holdouts&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Maximum Score TM&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |~Sigma&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Source&lt;br /&gt;
|-&lt;br /&gt;
!enumeration&lt;br /&gt;
!linear rule&lt;br /&gt;
|-&lt;br /&gt;
|00xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot;|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,495&lt;br /&gt;
|{{TM|1RB0RF_1RC1LF_0RD0RD_1LE0LB_1RA1RZ_1LG1RA_1LD0RC}}&lt;br /&gt;
|10 ↑↑ 45.64&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|01xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,178&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|-&lt;br /&gt;
|02xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
@Iijil&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|738,265&lt;br /&gt;
|{{TM|1RB0LD_1LC1LD_1RE0RA_1LB0RG_1RZ1RF_0LC1RF_0RE1RD}}&lt;br /&gt;
|10 ↑↑ 26.82&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |&lt;br /&gt;
[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD @Iijil]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|03xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|810910&lt;br /&gt;
|{{TM|1RB0RE_1LB0LC_1RD1LG_0RA1RZ_1RF1RE_0RB1LC_1LF0LE}}&lt;br /&gt;
|10 ↑↑ 47.06390&lt;br /&gt;
|-&lt;br /&gt;
|04xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|955,711&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|05-09xxxx&lt;br /&gt;
|&lt;br /&gt;
@Iijil&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,889,955&lt;br /&gt;
|{{TM|1RB1RZ_1RC0LE_0RD1RB_1LE1RA_1LF0LG_0LG0RG_1LB1RG}}&lt;br /&gt;
|10 ↑↑ 243.88&lt;br /&gt;
|[https://uoregon-my.sharepoint.com/:f:/r/personal/aducharm_uoregon_edu/Documents/bb7x2?csf=1&amp;amp;web=1&amp;amp;e=VwAOfU OneDrive folder]&lt;br /&gt;
|-&lt;br /&gt;
|10-12xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,708,888&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14-16xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,701,637&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LD_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|17xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,101,230&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|18xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|796,926&lt;br /&gt;
|{{TM|1RB0RF_1LC0RA_1LD0LB_1LE0LD_1RA1RE_0RB0RG_1RZ0LE}}&lt;br /&gt;
|~10 ↑↑ 93.88&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|Katelyn Doucette&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,433,181&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|[https://drive.google.com/file/d/1KnEvE3K7pKwf-2ibi3TRgrKb14yELQM-/view?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|20-22xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | @C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|2,278,401&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|23xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|2,008,495&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}*&lt;br /&gt;
|data-sort-value=&amp;quot;10 ↑↑ 9999&amp;quot;|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25-34xxxx&lt;br /&gt;
|@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|10,339,816&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|35-39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40-47xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|6,181,327&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
|@star&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|Tobiáš Brichta&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,049,506&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|50xxxx&lt;br /&gt;
|&lt;br /&gt;
@prurq&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|797,224&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|51xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,101,195&lt;br /&gt;
|{{TM|1RB1RC_0RC1RB_0LD0RA_1LE0RA_1LF1LD_0LA1LG_0LD1RZ}}&lt;br /&gt;
|10 ↑↑ 132.84&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|52xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|807,349&lt;br /&gt;
|{{TM|1RB0LG_1LC0RA_1LD0LB_0LE0RD_0RF1LA_1LA1RE_1RE1RZ}}&lt;br /&gt;
|10 ↑↑ 61.28&lt;br /&gt;
|-&lt;br /&gt;
|53xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,107,631&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_0RF0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|-&lt;br /&gt;
|54-59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|5,689,850&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60-64xxxx&lt;br /&gt;
|&lt;br /&gt;
@gerbil5709&amp;lt;br/&amp;gt;&lt;br /&gt;
Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,817,876&lt;br /&gt;
||{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD0LG_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|&lt;br /&gt;
[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing @gerbil5709]&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://drive.google.com/drive/folders/1uaSs-CfT6yX2UIboCaNi2U651bEYa_y0?usp=drive_link Terry Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|65-68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70-71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,899,094&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases Github release]&lt;br /&gt;
|-&lt;br /&gt;
|72-79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |@xnoobspeakable&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|733,278&lt;br /&gt;
|{{TM|1RB0LD_0RC0RE_1LD0RA_1LA0LF_1RC1RC_1LG1RZ_1LA1LE}}&lt;br /&gt;
|10 ↑↑ 40.66&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|81xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,046,139&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|82-99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2327</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2327"/>
		<updated>2025-07-02T04:39:32Z</updated>

		<summary type="html">&lt;p&gt;C7X: More /* Current Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) champion {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. For example, Milton Green designed a machine in 1964 that had [[sigma score]] 22,961 and Wythagoras modified a BB(6) champion in 2014 to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each run for about 2 minutes and leave ~100 holdouts each. Various folks on Discord have been investigating different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB}}, with sigma score ~10 ↑↑ 46. These were all outpaced by Pavel&#039;s champion.&lt;br /&gt;
&lt;br /&gt;
Pavel&#039;s champion is enumerated in subtask 243308.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Based on limited search through a subset of the 1 million subtasks from mxdys&#039;s code, the top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LG_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_1LG1RE_1LD0RF_0RA1RE_1RZ0RA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|@XnoobSpeakable, @Peacemaker II&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LF0RF_0RA1RE_1RZ0RE}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RC_1LC1LD_1RA0RD_0LF1LE_0LB1LA_0RE0LG_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.37&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;1RB0RG_1LC0LE_1LD0LB_1RB1RE_0RA1RF_0RD1RC_1RD1RZ&amp;lt;/code&amp;gt; (bbch)&lt;br /&gt;
|10 ↑↑ 113.38&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current Progress ==&lt;br /&gt;
This is a summary of the 1 million subtasks from mxdys&#039;s code that have been processed, including further processing by Shawn Ligocki&#039;s linear rule code (&amp;quot;TBD&amp;quot; = &amp;quot;To Be Determined&amp;quot;). Cells which are in &#039;&#039;&#039;bold font&#039;&#039;&#039; have already had the listed subtasks enumerated with mxdys&#039;s code, but have not been filtered by the Ligocki code. You can help! Download the enumerated TMs from the linked source in the far right column, put your name alongside the enumerator&#039;s in the &amp;quot;Done by&amp;quot; column, and return with the number of holdouts, the maximum score TM, and its approximate sigma value when you&#039;re done.&lt;br /&gt;
&lt;br /&gt;
After downloading the Ligocki codebase `busy-beaver-main` [https://github.com/sligocki/busy-beaver here], you can install the dependencies by running `python3 -m pip install -r requirements.txt`, then perform the filtering on holdouts from subtasks between start_number and end_number by running the bash command:&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
for x in {start_number..end_number}; do busy-beaver-main/Code/Enumerate.py --infile your-path-to-holdouts/holdouts_${x}.txt --outfile your-save-path/bb7_${x}.out.pb -r --no-steps --exp-linear-rules --max-loops=100_000 --block-mult=2 --force --save-freq=100; done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable defaultleft&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Task range&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Done by&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Completed&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |# holdouts&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Maximum Score TM&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |~Sigma&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Source&lt;br /&gt;
|-&lt;br /&gt;
!enumeration&lt;br /&gt;
!linear rule&lt;br /&gt;
|-&lt;br /&gt;
|00xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,495&lt;br /&gt;
|{{TM|1RB0RF_1RC1LF_0RD0RD_1LE0LB_1RA1RZ_1LG1RA_1LD0RC}}&lt;br /&gt;
|10 ↑↑ 45.64&lt;br /&gt;
| rowspan=&amp;quot;10&amp;quot; |[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|01xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,178&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|-&lt;br /&gt;
|02xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|963,486&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|03xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,052,504&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|04xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|955,711&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|05xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,056,745&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|06xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|950,271&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|07xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,053,750&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|08xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|951,114&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|09xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,052,362&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|10xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|802,059&lt;br /&gt;
|{{TM|1RB0LG_1RC0RA_1LD0LE_1LG1LC_1LF0RB_0LC0RC_1LA1RZ}}&lt;br /&gt;
|10 ↑↑ 40.79&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|11xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,105,947&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|-&lt;br /&gt;
|12xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|800,882&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|797,532&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_0RF0LD_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|15xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,106,978&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LD_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|-&lt;br /&gt;
|16xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;17xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;18xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|@isokate&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
20xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
21xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | @C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,543,948&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10↑↑192.67&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
22xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
23xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|2,008,495&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}*&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25xxxx&lt;br /&gt;
| rowspan=&amp;quot;10&amp;quot; |@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|815,919&lt;br /&gt;
|{{TM|1RB1RZ_1LC0LE_0LD0LC_0RE1LB_1RF0RG_0LD1RB_1RD1RA}}&lt;br /&gt;
|10 ↑↑ 31.33&lt;br /&gt;
| rowspan=&amp;quot;10&amp;quot; |[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|26xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|731,995&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RB_0LE0LD_1LE1LD_0RF0LC_0RG1RF_1RD0RA}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|27xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|811,486&lt;br /&gt;
|{{TM|1RB0RG_1LC1LB_0RE0LD_0LC1RF_0RA1RE_0LF0LB_1RF1RZ}}&lt;br /&gt;
|10 ↑↑ 63.56&lt;br /&gt;
|-&lt;br /&gt;
|28xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|956,935&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RC_0RE1RD_0RB1RG_1RF0RA_1LG0LC_1LB0LF}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|29xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,052,415&lt;br /&gt;
|{{TM|1RB1LA_1RC1RD_0LA1LG_1RZ0LE_1RB1RF_1RE0LC_0RE1LF}}&lt;br /&gt;
|10 ↑↑ 31.67&lt;br /&gt;
|-&lt;br /&gt;
|30xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,095&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|-&lt;br /&gt;
|31xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,436,970&lt;br /&gt;
|{{TM|1RB1LD_1LC0RF_0RA0LB_0LE1RZ_1LA0LE_1RG1LA_0RC0RF}}&lt;br /&gt;
|10 ↑↑ 50.27&lt;br /&gt;
|-&lt;br /&gt;
|32xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,036,950&lt;br /&gt;
|{{TM|1RB1RD_1LC0RF_0LE0LD_1LE1LE_1RF0LB_1RB0RG_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 50.28&lt;br /&gt;
|-&lt;br /&gt;
|33xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,432,081&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|-&lt;br /&gt;
|34xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,970&lt;br /&gt;
|{{TM|1RB0RA_1LC0LE_0LD0LB_1RE0RD_0RA0LF_1RD1RG_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 72.69&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
35xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40xxxx&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|730,310&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|41xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|814,075&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|42xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|739,729&lt;br /&gt;
|{{TM|1RB1LD_0RC1RF_1LD0LE_0LE0LA_1LA1LE_1RG0LA_1RZ1RA}}&lt;br /&gt;
|10 ↑↑ 46.26&lt;br /&gt;
|-&lt;br /&gt;
|43xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,332&lt;br /&gt;
|{{TM|1RB0LE_1RC1RA_1RD0RG_1LA1RZ_1RA1LF_1LA0LE_0RF1RG}}&lt;br /&gt;
|10 ↑↑ 93.81&lt;br /&gt;
|-&lt;br /&gt;
|44xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|729,686&lt;br /&gt;
|{{TM|1RB1LC_1RC0RC_1RD1LA_0RE1RF_1LC0LG_1LA1LE_1RZ1LF}}&lt;br /&gt;
|10 ↑↑ 76.36&lt;br /&gt;
|-&lt;br /&gt;
|45xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812,973&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|46xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|725,102&lt;br /&gt;
|{{TM|1RB1RA_0LC0RE_0LD1LC_1LA0LF_0RB0RA_1LG1RZ_0RE1LG}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|47xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812120&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Tobiáš Brichta&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|50xxxx&lt;br /&gt;
|@prurq&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|~1.08M&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|51xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,436,814&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|52xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|No&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;53xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;54xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|55xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|56xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|796,391&lt;br /&gt;
|{{TM|1RB1LB_1LC1RG_1RD1RC_0RE0RD_1LE1LF_0RG0LA_1RZ0RB}}&lt;br /&gt;
|10 ↑↑ 86.40&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|57xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,100,748&lt;br /&gt;
|{{TM|1RB1RC_0RC0RB_0RD0RE_1LD0LE_1LF0RG_1LG1RZ_1LA0LG}}&lt;br /&gt;
|10 ↑↑ 69.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|58xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|795,772&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_1LA1LD_0LF1LE_0LC1LB_1LA0LG_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.32&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,094,678&lt;br /&gt;
|{{TM|1RB0LF_0LC0RA_1LA1RD_0RE1RZ_1RC0RE_1LG1RC_0LB1RA}}&lt;br /&gt;
|10 ↑↑ 124.12&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|957,769&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|61xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,052,047&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|62xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|959,753 &lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|63xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,051,882&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|64xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|957,669&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
65xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|798,304&lt;br /&gt;
|{{TM|1RB0LF_1RC1LE_0RD1RA_1RE1RG_0LA1LB_1LE1RG_0RC1RZ}}&lt;br /&gt;
|10 ↑↑ 33.81&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/70xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,100,790&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/71xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
72xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|964,396&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|81xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
82xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2323</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2323"/>
		<updated>2025-07-01T18:29:06Z</updated>

		<summary type="html">&lt;p&gt;C7X: Add unclaimed blocks /* Current Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) champion {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. For example, Milton Green designed a machine in 1964 that had [[sigma score]] 22,961 and Wythagoras modified a BB(6) champion in 2014 to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each run for about 2 minutes and leave ~100 holdouts each. Various folks on Discord have been investigating different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB}}, with sigma score ~10 ↑↑ 46. These were all outpaced by Pavel&#039;s champion.&lt;br /&gt;
&lt;br /&gt;
Pavel&#039;s champion is enumerated in subtask 243308.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Based on limited search through a subset of the 1 million subtasks from mxdys&#039;s code, the top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LG_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_1LG1RE_1LD0RF_0RA1RE_1RZ0RA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|@XnoobSpeakable, @Peacemaker II&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LF0RF_0RA1RE_1RZ0RE}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RC_1LC1LD_1RA0RD_0LF1LE_0LB1LA_0RE0LG_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.37&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;1RB0RG_1LC0LE_1LD0LB_1RB1RE_0RA1RF_0RD1RC_1RD1RZ&amp;lt;/code&amp;gt; (bbch)&lt;br /&gt;
|10 ↑↑ 113.38&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current Progress ==&lt;br /&gt;
This is a summary of the 1 million subtasks from mxdys&#039;s code that have been processed, including further processing by Shawn Ligocki&#039;s linear rule code (&amp;quot;TBD&amp;quot; = &amp;quot;To Be Determined&amp;quot;). Cells which are in &#039;&#039;&#039;bold font&#039;&#039;&#039; have already had the listed subtasks enumerated with mxdys&#039;s code, but have not been filtered by the Ligocki code. You can help! Download the enumerated TMs from the linked source in the far right column, put your name alongside the enumerator&#039;s in the &amp;quot;Done by&amp;quot; column, and return with the number of holdouts, the maximum score TM, and its approximate sigma value when you&#039;re done.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After downloading the Ligocki codebase busy-beaver-main [https://github.com/sligocki/busy-beaver here], you can install the dependencies by running `python3 -m pip install -r requirements.txt`, then perform the filtering on holdouts from subtasks between start_number and end_number by running the below command.&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
for x in {start_number..end_number}; do busy-beaver-main/Code/Enumerate.py --infile your-path-to-holdouts/holdouts_${x}.txt --outfile your-save-path/bb7_${x}.out.pb -r --no-steps --exp-linear-rules --max-loops=100_000 --block-mult=2 --force --save-freq=100; done&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable defaultleft&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Task range&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Done by&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; |Completed&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |# holdouts&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Maximum Score TM&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |~Sigma&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |Source&lt;br /&gt;
|-&lt;br /&gt;
!enumeration&lt;br /&gt;
!linear rule&lt;br /&gt;
|-&lt;br /&gt;
|00xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,495&lt;br /&gt;
|{{TM|1RB0RF_1RC1LF_0RD0RD_1LE0LB_1RA1RZ_1LG1RA_1LD0RC}}&lt;br /&gt;
|10 ↑↑ 45.64&lt;br /&gt;
| rowspan=&amp;quot;10&amp;quot; |[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|01xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,178&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|-&lt;br /&gt;
|02xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|963,486&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|03xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,052,504&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|04xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|955,711&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|05xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,056,745&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|06xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|950,271&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|07xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,053,750&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|08xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|951,114&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|09xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,052,362&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|10xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|802,059&lt;br /&gt;
|{{TM|1RB0LG_1RC0RA_1LD0LE_1LG1LC_1LF0RB_0LC0RC_1LA1RZ}}&lt;br /&gt;
|10 ↑↑ 40.79&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|11xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,105,947&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|-&lt;br /&gt;
|12xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|800,882&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|797,532&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_0RF0LD_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|15xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|16xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;17xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;18xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|@isokate&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
20xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | @C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,510&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10↑↑192.67&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
21xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
23xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|3,065,946&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}*&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25xxxx&lt;br /&gt;
| rowspan=&amp;quot;10&amp;quot; |@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|815,919&lt;br /&gt;
|{{TM|1RB1RZ_1LC0LE_0LD0LC_0RE1LB_1RF0RG_0LD1RB_1RD1RA}}&lt;br /&gt;
|10 ↑↑ 31.33&lt;br /&gt;
| rowspan=&amp;quot;10&amp;quot; |[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|26xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|731,995&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RB_0LE0LD_1LE1LD_0RF0LC_0RG1RF_1RD0RA}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|27xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|811,486&lt;br /&gt;
|{{TM|1RB0RG_1LC1LB_0RE0LD_0LC1RF_0RA1RE_0LF0LB_1RF1RZ}}&lt;br /&gt;
|10 ↑↑ 63.56&lt;br /&gt;
|-&lt;br /&gt;
|28xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|956,935&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RC_0RE1RD_0RB1RG_1RF0RA_1LG0LC_1LB0LF}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|29xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,052,415&lt;br /&gt;
|{{TM|1RB1LA_1RC1RD_0LA1LG_1RZ0LE_1RB1RF_1RE0LC_0RE1LF}}&lt;br /&gt;
|10 ↑↑ 31.67&lt;br /&gt;
|-&lt;br /&gt;
|30xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,095&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|-&lt;br /&gt;
|31xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,436,970&lt;br /&gt;
|{{TM|1RB1LD_1LC0RF_0RA0LB_0LE1RZ_1LA0LE_1RG1LA_0RC0RF}}&lt;br /&gt;
|10 ↑↑ 50.27&lt;br /&gt;
|-&lt;br /&gt;
|32xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,036,950&lt;br /&gt;
|{{TM|1RB1RD_1LC0RF_0LE0LD_1LE1LE_1RF0LB_1RB0RG_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 50.28&lt;br /&gt;
|-&lt;br /&gt;
|33xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,432,081&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|-&lt;br /&gt;
|34xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,970&lt;br /&gt;
|{{TM|1RB0RA_1LC0LE_0LD0LB_1RE0RD_0RA0LF_1RD1RG_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 72.69&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
35xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40xxxx&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|730,310&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|41xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|814,075&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|42xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|739,729&lt;br /&gt;
|{{TM|1RB1LD_0RC1RF_1LD0LE_0LE0LA_1LA1LE_1RG0LA_1RZ1RA}}&lt;br /&gt;
|10 ↑↑ 46.26&lt;br /&gt;
|-&lt;br /&gt;
|43xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,332&lt;br /&gt;
|{{TM|1RB0LE_1RC1RA_1RD0RG_1LA1RZ_1RA1LF_1LA0LE_0RF1RG}}&lt;br /&gt;
|10 ↑↑ 93.81&lt;br /&gt;
|-&lt;br /&gt;
|44xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|729,686&lt;br /&gt;
|{{TM|1RB1LC_1RC0RC_1RD1LA_0RE1RF_1LC0LG_1LA1LE_1RZ1LF}}&lt;br /&gt;
|10 ↑↑ 76.36&lt;br /&gt;
|-&lt;br /&gt;
|45xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812,973&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|46xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|725,102&lt;br /&gt;
|{{TM|1RB1RA_0LC0RE_0LD1LC_1LA0LF_0RB0RA_1LG1RZ_0RE1LG}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|47xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812120&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Tobiáš Brichta&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|50xxxx&lt;br /&gt;
|@prurq&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|~1.08M&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|51xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,436,814&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|52xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|No&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;53xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;54xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;55xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|56xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|57xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,100,748&lt;br /&gt;
|{{TM|1RB1RC_0RC0RB_0RD0RE_1LD0LE_1LF0RG_1LG1RZ_1LA0LG}}&lt;br /&gt;
|10 ↑↑ 69.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|58xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|795,772&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_1LA1LD_0LF1LE_0LC1LB_1LA0LG_1LC1RZa}}&lt;br /&gt;
|10 ↑↑ 115.32&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,094,678&lt;br /&gt;
|{{TM|1RB0LF_0LC0RA_1LA1RD_0RE1RZ_1RC0RE_1LG1RC_0LB1RA}}&lt;br /&gt;
|10 ↑↑ 124.12&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|957,769&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|61xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,052,047&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|62xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|959,753 &lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|63xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,051,882&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|64xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|957,669&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
65xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|798,304&lt;br /&gt;
|{{TM|1RB0LF_1RC1LE_0RD1RA_1RE1RG_0LA1LB_1LE1RG_0RC1RZ}}&lt;br /&gt;
|10 ↑↑ 33.81&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/70xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,100,790&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/71xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
72xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|964,396&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|81xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
82xxxx -&amp;lt;br /&amp;gt;&lt;br /&gt;
99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2320</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2320"/>
		<updated>2025-07-01T18:22:40Z</updated>

		<summary type="html">&lt;p&gt;C7X: Adding usernames which got lost in last edit /* Current Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) champion {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. For example, Milton Green designed a machine in 1964 that had [[sigma score]] 22,961 and Wythagoras modified a BB(6) champion in 2014 to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each run for about 2 minutes and leave ~100 holdouts each. Various folks on Discord have been investigating different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB}}, with sigma score ~10 ↑↑ 46. These were all outpaced by Pavel&#039;s champion.&lt;br /&gt;
&lt;br /&gt;
Pavel&#039;s champion is enumerated in subtask 243308.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Based on limited search through a subset of the 1 million subtasks from mxdys&#039;s code, the top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LG_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_1LG1RE_1LD0RF_0RA1RE_1RZ0RA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|@XnoobSpeakable, @Peacemaker II&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LF0RF_0RA1RE_1RZ0RE}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RC_1LC1LD_1RA0RD_0LF1LE_0LB1LA_0RE0LG_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.37&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;1RB0RG_1LC0LE_1LD0LB_1RB1RE_0RA1RF_0RD1RC_1RD1RZ&amp;lt;/code&amp;gt; (bbch)&lt;br /&gt;
|10 ↑↑ 113.38&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current Progress ==&lt;br /&gt;
This is a summary of the 1 million subtasks from mxdys&#039;s code that have been processed, including further processing by Shawn Ligocki&#039;s linear rule code (&amp;quot;TBD&amp;quot; = &amp;quot;To Be Determined&amp;quot;, &amp;quot;TBE&amp;quot; = &amp;quot;To Be Entered&amp;quot;):&lt;br /&gt;
{| class=&amp;quot;wikitable defaultleft&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Task range&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Done by&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Completed&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|# holdouts&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Maximum Score TM&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|~Sigma&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Source&lt;br /&gt;
|-&lt;br /&gt;
!enumeration&lt;br /&gt;
!linear rule&lt;br /&gt;
|-&lt;br /&gt;
|00xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,495&lt;br /&gt;
|{{TM|1RB0RF_1RC1LF_0RD0RD_1LE0LB_1RA1RZ_1LG1RA_1LD0RC}}&lt;br /&gt;
|10 ↑↑ 45.64&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|01xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,178&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|-&lt;br /&gt;
|02xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|963,486&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|03xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,052,504&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|04xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|955,711&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|05xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,056,745&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|06xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|950,271&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|07xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,053,750&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|08xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|951,114&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|09xxxx&lt;br /&gt;
|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,052,362&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|10xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|802,059&lt;br /&gt;
|{{TM|1RB0LG_1RC0RA_1LD0LE_1LG1LC_1LF0RB_0LC0RC_1LA1RZ}}&lt;br /&gt;
|10 ↑↑ 40.79&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|11xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,105,947&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|-&lt;br /&gt;
|12xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|800,882&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LE_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|797,532&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_0RF0LD_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|15xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|16xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;17xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;18xxxx&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|@isokate&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
20xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | @C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,510&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10↑↑192.67&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
21xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
23xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|3,065,946&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}*&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25xxxx&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|815,919&lt;br /&gt;
|{{TM|1RB1RZ_1LC0LE_0LD0LC_0RE1LB_1RF0RG_0LD1RB_1RD1RA}}&lt;br /&gt;
|10 ↑↑ 31.33&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|26xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|731,995&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RB_0LE0LD_1LE1LD_0RF0LC_0RG1RF_1RD0RA}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|27xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|811,486&lt;br /&gt;
|{{TM|1RB0RG_1LC1LB_0RE0LD_0LC1RF_0RA1RE_0LF0LB_1RF1RZ}}&lt;br /&gt;
|10 ↑↑ 63.56&lt;br /&gt;
|-&lt;br /&gt;
|28xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|956,935&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RC_0RE1RD_0RB1RG_1RF0RA_1LG0LC_1LB0LF}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|29xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,052,415&lt;br /&gt;
|{{TM|1RB1LA_1RC1RD_0LA1LG_1RZ0LE_1RB1RF_1RE0LC_0RE1LF}}&lt;br /&gt;
|10 ↑↑ 31.67&lt;br /&gt;
|-&lt;br /&gt;
|30xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,095&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|-&lt;br /&gt;
|31xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,436,970&lt;br /&gt;
|{{TM|1RB1LD_1LC0RF_0RA0LB_0LE1RZ_1LA0LE_1RG1LA_0RC0RF}}&lt;br /&gt;
|10 ↑↑ 50.27&lt;br /&gt;
|-&lt;br /&gt;
|32xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,036,950&lt;br /&gt;
|{{TM|1RB1RD_1LC0RF_0LE0LD_1LE1LE_1RF0LB_1RB0RG_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 50.28&lt;br /&gt;
|-&lt;br /&gt;
|33xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,432,081&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|-&lt;br /&gt;
|34xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,970&lt;br /&gt;
|{{TM|1RB0RA_1LC0LE_0LD0LB_1RE0RD_0RA0LF_1RD1RG_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 72.69&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
35xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40xxxx&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|730,310&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|41xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|814,075&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|42xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|739,729&lt;br /&gt;
|{{TM|1RB1LD_0RC1RF_1LD0LE_0LE0LA_1LA1LE_1RG0LA_1RZ1RA}}&lt;br /&gt;
|10 ↑↑ 46.26&lt;br /&gt;
|-&lt;br /&gt;
|43xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,332&lt;br /&gt;
|{{TM|1RB0LE_1RC1RA_1RD0RG_1LA1RZ_1RA1LF_1LA0LE_0RF1RG}}&lt;br /&gt;
|10 ↑↑ 93.81&lt;br /&gt;
|-&lt;br /&gt;
|44xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|729,686&lt;br /&gt;
|{{TM|1RB1LC_1RC0RC_1RD1LA_0RE1RF_1LC0LG_1LA1LE_1RZ1LF}}&lt;br /&gt;
|10 ↑↑ 76.36&lt;br /&gt;
|-&lt;br /&gt;
|45xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812,973&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|46xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|725,102&lt;br /&gt;
|{{TM|1RB1RA_0LC0RE_0LD1LC_1LA0LF_0RB0RA_1LG1RZ_0RE1LG}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|47xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812120&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Tobiáš Brichta&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|50xxxx&lt;br /&gt;
|@prurq&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|~1.08M&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|51xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,436,814&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|52xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|No&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|56xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|57xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,100,748&lt;br /&gt;
|{{TM|1RB1RC_0RC0RB_0RD0RE_1LD0LE_1LF0RG_1LG1RZ_1LA0LG}}&lt;br /&gt;
|10 ↑↑ 69.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|58xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|795,772&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_1LA1LD_0LF1LE_0LC1LB_1LA0LG_1LC1RZa}}&lt;br /&gt;
|10 ↑↑ 115.32&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,094,678&lt;br /&gt;
|{{TM|1RB0LF_0LC0RA_1LA1RD_0RE1RZ_1RC0RE_1LG1RC_0LB1RA}}&lt;br /&gt;
|10 ↑↑ 124.12&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|957,769&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|61xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,052,047&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|62xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|959,753 &lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|63xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|1,051,882&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|64xxxx&lt;br /&gt;
|@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|957,669&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
65xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|798,304&lt;br /&gt;
|{{TM|1RB0LF_1RC1LE_0RD1RA_1RE1RG_0LA1LB_1LE1RG_0RC1RZ}}&lt;br /&gt;
|10 ↑↑ 33.81&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/70xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,100,790&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/71xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
72xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|964,396&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|81xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
82xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(6)&amp;diff=2300</id>
		<title>BB(6)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(6)&amp;diff=2300"/>
		<updated>2025-06-28T07:46:40Z</updated>

		<summary type="html">&lt;p&gt;C7X: Update /* Top Halters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 6-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(6)&#039;&#039;&#039;, refers to the unsolved 6&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the discovery of the [[Cryptid]] machine [[Antihydra]] in June 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(6) and thus [https://www.sligocki.com/2024/07/06/bb-6-2-is-hard.html BB(6) is Hard].&lt;br /&gt;
&lt;br /&gt;
The current BB(6) champion {{TM|1RB1RA_1RC---_1LD0RF_1RA0LE_0LD1RC_1RA0RE|halt}} was discovered by mxdys in June 2025, proving the lower bound:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(6) &amp;gt; \Sigma(6) &amp;gt; 2 \uparrow\uparrow\uparrow 5&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Techniques ==&lt;br /&gt;
Simulating tetrational machines, such as the former champion {{TM|1RB0LD_1RC0RF_1LC1LA_0LE1RZ_1LF0RB_0RC0RE|halt}}, requires [[Accelerated simulator|accelerated simulation]] that can handle Collatz Level 2 [[Inductive rule|inductive rules]]. In other words, it requires a simulator that can prove the rules:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  C(4k)   &amp;amp; \to &amp;amp; {\operatorname{Halt}}\Big(\frac{3^{k+3} - 11}{2}\Big) \\&lt;br /&gt;
  C(4k+1) &amp;amp; \to &amp;amp; C\Big(\frac{3^{k+3} - 11}{2}\Big) \\&lt;br /&gt;
  C(4k+2) &amp;amp; \to &amp;amp; C\Big(\frac{3^{k+3} - 11}{2}\Big) \\&lt;br /&gt;
  C(4k+3) &amp;amp; \to &amp;amp; C\Big(\frac{3^{k+3} + 1}{2}\Big) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and also compute the remainder mod 3 of numbers produced by applying these rules 15 times (which requires some fancy math related to [[wikipedia:Euler&#039;s_totient_function|Euler&#039;s totient function]]).&lt;br /&gt;
&lt;br /&gt;
== Cryptids ==&lt;br /&gt;
Several [[Turing machines]] have been found that are [[Cryptids]], considered so because each of them have a [[Collatz-like]] halting problem, a type of problem that is generally difficult to solve. However, probabilistic arguments have allowed all but one of them to be categorized as [[probviously]] halting or probviously non-halting.&lt;br /&gt;
&lt;br /&gt;
Probviously non-halting Cryptids:&lt;br /&gt;
&lt;br /&gt;
* {{TM|1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA}}, [[Antihydra]]&lt;br /&gt;
* {{TM|1RB1RC_1LC1LE_1RA1RD_0RF0RE_1LA0LB_---1RA|undecided}}, a variant of [[Hydra]] and Antihydra&lt;br /&gt;
* {{TM|1RB1LD_1RC1RE_0LA1LB_0LD1LC_1RF0RA_---0RC|undecided}}, similar to Antihydra&lt;br /&gt;
* {{TM|1RB0LD_1RC1RF_1LA0RA_0LA0LE_1LD1LA_0RB---|undecided}}, similar to Antihydra&lt;br /&gt;
* {{TM|1RB0LB_1LC0RE_1LA1LD_0LC---_0RB0RF_1RE1RB|undecided}}, similar to Antihydra&lt;br /&gt;
&lt;br /&gt;
Probviously halting Cryptids:&lt;br /&gt;
&lt;br /&gt;
* {{TM|1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA}}, [[Lucy&#039;s Moonlight]]&lt;br /&gt;
* {{TM|1RB1RA_0RC1RC_1LD0LF_0LE1LE_1RA0LB_---0LC|undecided}}, a family of 16 related TMs&lt;br /&gt;
* {{TM|1RB1RE_1LC1LD_---1LA_1LB1LE_0RF0RA_1LD1RF}}&lt;br /&gt;
* {{TM|1RB0RE_1LC1LD_0RA0LD_1LB0LA_1RF1RA_---1LB}}&lt;br /&gt;
* {{TM|1RB0LC_0LC0RF_1RD1LC_0RA1LE_---0LD_1LF1LA}}&lt;br /&gt;
* {{TM|1RB0LC_1LC0RD_1LF1LA_1LB1RE_1RB1LE_---0LE}}&lt;br /&gt;
* {{TM|1RB---_0RC0RE_1RD1RF_1LE0LB_1RC0LD_1RC1RA}}&lt;br /&gt;
Although {{TM|1RB1LE_0LC0LB_1RD1LC_1RD1RA_1RF0LA_---1RE}} behaves similarly to the probviously halting Cryptids, it is estimated to have a 3/5 chance of becoming a [[translated cycler]] and a 2/5 chance of halting.&lt;br /&gt;
&lt;br /&gt;
There are a few machines considered notable for their chaotic behaviour, but which have not been classified as Cryptids due to seemingly lacking a connection to any known open mathematical problems, such as Collatz-like problems.&lt;br /&gt;
&lt;br /&gt;
Potential Cryptids:&lt;br /&gt;
&lt;br /&gt;
* {{TM|1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE|undecided}}&lt;br /&gt;
* {{TM|1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE|undecided}}&lt;br /&gt;
* {{TM|1RB0RB_1LC1RE_1LF0LD_1RA1LD_1RC1RB_---1LC|undecided}}&lt;br /&gt;
* {{TM|1RB1LA_1LC0RE_1LF1LD_0RB0LA_1RC1RE_---0LD}}&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Below is a table of the machines with the 10 highest known runtimes.&amp;lt;ref&amp;gt;Shawn Ligocki&#039;s list of 6-state, 2-symbol machines with large runtimes ([https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/6x2.txt Link])&amp;lt;/ref&amp;gt; Their sigma scores are expressed using an extension of Knuth&#039;s up-arrow notation.&amp;lt;ref&amp;gt;Shawn Ligocki. 2022. [https://www.sligocki.com/2022/06/25/ext-up-notation.html &amp;quot;Extending Up-arrow Notation&amp;quot;]&amp;lt;/ref&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Top Known BB(6) Halters&lt;br /&gt;
!Standard format&lt;br /&gt;
!(approximate) Σ&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RA_1RC1RZ_1LD0RF_1RA0LE_0LD1RC_1RA0RE|halt}}&lt;br /&gt;
|2 ↑↑↑ 5&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LC_1LA1RE_0RD0LA_1RZ1LB_1LD0RF_0RD1RB|halt}}&lt;br /&gt;
|10 ↑↑ 11010000&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC0RF_1LC1LA_0LE1RZ_1LF0RB_0RC0RE}}&lt;br /&gt;
|10 ↑↑ 15.60465&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LF_1RC1RB_1LD0RA_1LB0LE_1RZ0LC_1LA1LF}}&lt;br /&gt;
|10 ↑↑ 7.52390&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LF_1RC1RB_1LD0RA_1RF0LE_1RZ0LC_1LA1LF}}&lt;br /&gt;
|10 ↑↑ 7.52390&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LF_1RC1RB_1LD0RA_1LF0LE_1RZ0LC_1LA1LF}}&lt;br /&gt;
|10 ↑↑ 7.52390&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RC_1LC1RE_1LD0LB_1RE1LC_1LE0RF_1RZ1RA}}&lt;br /&gt;
|10 ↑↑ 7.23619&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RA_1LC1LE_1RE0LD_1LC0LF_1RZ0RA_0RA0LB}}&lt;br /&gt;
|10 ↑↑ 6.96745&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RF_1LC0RA_1RZ0LD_1LE1LD_1RB1RC_0LD0RE}}&lt;br /&gt;
|10 ↑↑ 5.77573&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LA_1LC1LF_0LD0LC_0LE0LB_1RE0RA_1RZ1LD}}&lt;br /&gt;
|10 ↑↑ 5.63534&lt;br /&gt;
|}&lt;br /&gt;
The runtimes are presumed to be about &amp;lt;math&amp;gt;\text{score}^2&amp;lt;/math&amp;gt; which is roughly indistinguishable in tetration notation.&lt;br /&gt;
&lt;br /&gt;
== Holdouts ==&lt;br /&gt;
@mxdys&#039;s informal [[Holdouts lists|holdouts list]] has 3335 machines up to equivalence as of June 2025.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2283</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2283"/>
		<updated>2025-06-27T16:26:33Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* Top Halters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) champion {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. For example, Milton Green designed a machine in 1964 that had [[sigma score]] 22,961 and Wythagoras modified a BB(6) champion in 2014 to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each run for about 2 minutes and leave ~100 holdouts each. Various folks on Discord have been investigating different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB}}, with sigma score ~10 ↑↑ 46. These were all outpaced by Pavel&#039;s champion.&lt;br /&gt;
&lt;br /&gt;
Pavel&#039;s champion is enumerated in subtask 243308.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Based on limited search through a subset of the 1 million subtasks from mxdys&#039;s code, the top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LG_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_1LG1RE_1LD0RF_0RA1RE_1RZ0RA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|@XnoobSpeakable, @Peacemaker II&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LF0RF_0RA1RE_1RZ0RE}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LF0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RC_1LC1LD_1RA0RD_0LF1LE_0LB1LA_0RE0LG_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.37&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;1RB0RG_1LC0LE_1LD0LB_1RB1RE_0RA1RF_0RD1RC_1RD1RZ&amp;lt;/code&amp;gt; (bbch)&lt;br /&gt;
|10 ↑↑ 113.38&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current Progress ==&lt;br /&gt;
This is a summary of the 1 million subtasks from mxdys&#039;s code that have been processed, including further processing by Shawn Ligocki&#039;s linear rule code (&amp;quot;TBD&amp;quot; = &amp;quot;To Be Determined&amp;quot;, &amp;quot;TBE&amp;quot; = &amp;quot;To Be Entered&amp;quot;):&lt;br /&gt;
{| class=&amp;quot;wikitable defaultleft&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Task range&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Done by&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Completed&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|# holdouts&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Maximum Score TM&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|~Sigma&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Source&lt;br /&gt;
|-&lt;br /&gt;
!enumeration&lt;br /&gt;
!linear rule&lt;br /&gt;
|-&lt;br /&gt;
|00xxxx&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,495&lt;br /&gt;
|{{TM|1RB0RF_1RC1LF_0RD0RD_1LE0LB_1RA1RZ_1LG1RA_1LD0RC}}&lt;br /&gt;
|10 ↑↑ 45.64&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|01xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,178&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|-&lt;br /&gt;
|02xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|963,486&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|03xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,052,504&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|04xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|955,711&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|05xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,056,745&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|06xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950,271&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|07xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,053,750&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|08xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|951,114&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|09xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,052,362&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|10xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|802,059&lt;br /&gt;
|{{TM|1RB0LG_1RC0RA_1LD0LE_1LG1LC_1LF0RB_0LC0RC_1LA1RZ}}&lt;br /&gt;
|10 ↑↑ 40.79&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|11xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,105,947&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|-&lt;br /&gt;
|12xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Andrew Ducharme&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|15xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|@isokate&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
20xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | @C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,510&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10↑↑192.67&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
21xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
23xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|3,065,946&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}*&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25xxxx&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|815,919&lt;br /&gt;
|{{TM|1RB1RZ_1LC0LE_0LD0LC_0RE1LB_1RF0RG_0LD1RB_1RD1RA}}&lt;br /&gt;
|10 ↑↑ 31.33&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|26xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|731,995&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RB_0LE0LD_1LE1LD_0RF0LC_0RG1RF_1RD0RA}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|27xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|811,486&lt;br /&gt;
|{{TM|1RB0RG_1LC1LB_0RE0LD_0LC1RF_0RA1RE_0LF0LB_1RF1RZ}}&lt;br /&gt;
|10 ↑↑ 63.56&lt;br /&gt;
|-&lt;br /&gt;
|28xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|956,935&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RC_0RE1RD_0RB1RG_1RF0RA_1LG0LC_1LB0LF}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|29xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,052,415&lt;br /&gt;
|{{TM|1RB1LA_1RC1RD_0LA1LG_1RZ0LE_1RB1RF_1RE0LC_0RE1LF}}&lt;br /&gt;
|10 ↑↑ 31.67&lt;br /&gt;
|-&lt;br /&gt;
|30xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,095&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|-&lt;br /&gt;
|31xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,436,970&lt;br /&gt;
|{{TM|1RB1LD_1LC0RF_0RA0LB_0LE1RZ_1LA0LE_1RG1LA_0RC0RF}}&lt;br /&gt;
|10 ↑↑ 50.27&lt;br /&gt;
|-&lt;br /&gt;
|32xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,036,950&lt;br /&gt;
|{{TM|1RB1RD_1LC0RF_0LE0LD_1LE1LE_1RF0LB_1RB0RG_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 50.28&lt;br /&gt;
|-&lt;br /&gt;
|33xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,432,081&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|-&lt;br /&gt;
|34xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,970&lt;br /&gt;
|{{TM|1RB0RA_1LC0LE_0LD0LB_1RE0RD_0RA0LF_1RD1RG_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 72.69&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
35xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40xxxx&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|730,310&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|41xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|814,075&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|42xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|739,729&lt;br /&gt;
|{{TM|1RB1LD_0RC1RF_1LD0LE_0LE0LA_1LA1LE_1RG0LA_1RZ1RA}}&lt;br /&gt;
|10 ↑↑ 46.26&lt;br /&gt;
|-&lt;br /&gt;
|43xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,332&lt;br /&gt;
|{{TM|1RB0LE_1RC1RA_1RD0RG_1LA1RZ_1RA1LF_1LA0LE_0RF1RG}}&lt;br /&gt;
|10 ↑↑ 93.81&lt;br /&gt;
|-&lt;br /&gt;
|44xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|729,686&lt;br /&gt;
|{{TM|1RB1LC_1RC0RC_1RD1LA_0RE1RF_1LC0LG_1LA1LE_1RZ1LF}}&lt;br /&gt;
|10 ↑↑ 76.36&lt;br /&gt;
|-&lt;br /&gt;
|45xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812,973&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|46xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|725,102&lt;br /&gt;
|{{TM|1RB1RA_0LC0RE_0LD1LC_1LA0LF_0RB0RA_1LG1RZ_0RE1LG}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|47xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812120&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Tobiáš Brichta&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|500xxx&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|@prurq&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|120,520&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|501xxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|96,102&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60xxxx&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|957,769&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|61xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,052,047&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|62xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|959,753 &lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|63xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,051,882&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|64xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
65xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|798,304&lt;br /&gt;
|{{TM|1RB0LF_1RC1LE_0RD1RA_1RE1RG_0LA1LB_1LE1RG_0RC1RZ}}&lt;br /&gt;
|10 ↑↑ 33.81&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/70xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,100,790&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/71xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
72xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|964,396&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|81xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
82xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2282</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2282"/>
		<updated>2025-06-27T16:21:50Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* Current Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) champion {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. For example, Milton Green designed a machine in 1964 that had [[sigma score]] 22,961 and Wythagoras modified a BB(6) champion in 2014 to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each run for about 2 minutes and leave ~100 holdouts each. Various folks on Discord have been investigating different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB}}, with sigma score ~10 ↑↑ 46. These were all outpaced by Pavel&#039;s champion.&lt;br /&gt;
&lt;br /&gt;
Pavel&#039;s champion is enumerated in subtask 243308.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Based on limited search through a subset of the 1 million subtasks from mxdys&#039;s code, the top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LG_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_1LG1RE_1LD0RF_0RA1RE_1RZ0RA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|@XnoobSpeakable, @Peacemaker II&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LF0RF_0RA1RE_1RZ0RE}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LF0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_1LG1RE_0RF0LF_0RA1RE_1RZ0LE}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RC_1LC1LD_1RA0RD_0LF1LE_0LB1LA_0RE0LG_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.37&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;1RB0RG_1LC0LE_1LD0LB_1RB1RE_0RA1RF_0RD1RC_1RD1RZ&amp;lt;/code&amp;gt; (bbch)&lt;br /&gt;
|10 ↑↑ 113.38&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current Progress ==&lt;br /&gt;
This is a summary of the 1 million subtasks from mxdys&#039;s code that have been processed, including further processing by Shawn Ligocki&#039;s linear rule code (&amp;quot;TBD&amp;quot; = &amp;quot;To Be Determined&amp;quot;, &amp;quot;TBE&amp;quot; = &amp;quot;To Be Entered&amp;quot;):&lt;br /&gt;
{| class=&amp;quot;wikitable defaultleft&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Task range&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Done by&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Completed&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|# holdouts&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Maximum Score TM&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|~Sigma&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Source&lt;br /&gt;
|-&lt;br /&gt;
!enumeration&lt;br /&gt;
!linear rule&lt;br /&gt;
|-&lt;br /&gt;
|00xxxx&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,495&lt;br /&gt;
|{{TM|1RB0RF_1RC1LF_0RD0RD_1LE0LB_1RA1RZ_1LG1RA_1LD0RC}}&lt;br /&gt;
|10 ↑↑ 45.64&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|01xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,178&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|-&lt;br /&gt;
|02xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|963,486&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|03xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,052,504&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|04xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|955,711&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|05xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,056,745&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|06xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950,271&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|07xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,053,750&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|08xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|951,114&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|09xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,052,362&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|10xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|802,059&lt;br /&gt;
|{{TM|1RB0LG_1RC0RA_1LD0LE_1LG1LC_1LF0RB_0LC0RC_1LA1RZ}}&lt;br /&gt;
|10 ↑↑ 40.79&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|11xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,105,947&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|-&lt;br /&gt;
|12xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Andrew Ducharme&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|15xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|@isokate&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
20xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | @C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,510&lt;br /&gt;
|{{TM|1RB1LA_1LC0RF_0LD0RD_1RF1LE_1LB1RZ_1RG0RA_0RA0LA}}&lt;br /&gt;
|10↑↑192.67&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | [https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
21xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
23xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|3,065,946&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}*&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25xxxx&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|815,919&lt;br /&gt;
|{{TM|1RB1RZ_1LC0LE_0LD0LC_0RE1LB_1RF0RG_0LD1RB_1RD1RA}}&lt;br /&gt;
|10 ↑↑ 31.33&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|26xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|731,995&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RB_0LE0LD_1LE1LD_0RF0LC_0RG1RF_1RD0RA}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|27xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|811,486&lt;br /&gt;
|{{TM|1RB0RG_1LC1LB_0RE0LD_0LC1RF_0RA1RE_0LF0LB_1RF1RZ}}&lt;br /&gt;
|10 ↑↑ 63.56&lt;br /&gt;
|-&lt;br /&gt;
|28xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|956,935&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RC_0RE1RD_0RB1RG_1RF0RA_1LG0LC_1LB0LF}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|29xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,052,415&lt;br /&gt;
|{{TM|1RB1LA_1RC1RD_0LA1LG_1RZ0LE_1RB1RF_1RE0LC_0RE1LF}}&lt;br /&gt;
|10 ↑↑ 31.67&lt;br /&gt;
|-&lt;br /&gt;
|30xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,095&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|-&lt;br /&gt;
|31xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,436,970&lt;br /&gt;
|{{TM|1RB1LD_1LC0RF_0RA0LB_0LE1RZ_1LA0LE_1RG1LA_0RC0RF}}&lt;br /&gt;
|10 ↑↑ 50.27&lt;br /&gt;
|-&lt;br /&gt;
|32xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,036,950&lt;br /&gt;
|{{TM|1RB1RD_1LC0RF_0LE0LD_1LE1LE_1RF0LB_1RB0RG_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 50.28&lt;br /&gt;
|-&lt;br /&gt;
|33xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,432,081&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|-&lt;br /&gt;
|34xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,970&lt;br /&gt;
|{{TM|1RB0RA_1LC0LE_0LD0LB_1RE0RD_0RA0LF_1RD1RG_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 72.69&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
35xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40xxxx&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|730,310&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|41xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|814,075&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|42xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|739,729&lt;br /&gt;
|{{TM|1RB1LD_0RC1RF_1LD0LE_0LE0LA_1LA1LE_1RG0LA_1RZ1RA}}&lt;br /&gt;
|10 ↑↑ 46.26&lt;br /&gt;
|-&lt;br /&gt;
|43xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,332&lt;br /&gt;
|{{TM|1RB0LE_1RC1RA_1RD0RG_1LA1RZ_1RA1LF_1LA0LE_0RF1RG}}&lt;br /&gt;
|10 ↑↑ 93.81&lt;br /&gt;
|-&lt;br /&gt;
|44xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|729,686&lt;br /&gt;
|{{TM|1RB1LC_1RC0RC_1RD1LA_0RE1RF_1LC0LG_1LA1LE_1RZ1LF}}&lt;br /&gt;
|10 ↑↑ 76.36&lt;br /&gt;
|-&lt;br /&gt;
|45xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812,973&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|46xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|725,102&lt;br /&gt;
|{{TM|1RB1RA_0LC0RE_0LD1LC_1LA0LF_0RB0RA_1LG1RZ_0RE1LG}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|47xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812120&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Tobiáš Brichta&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|500xxx&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|@prurq&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|120,520&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|501xxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|96,102&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60xxxx&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|957,769&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|61xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,052,047&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|62xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|959,753 &lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|63xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,051,882&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|64xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
65xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|798,304&lt;br /&gt;
|{{TM|1RB0LF_1RC1LE_0RD1RA_1RE1RG_0LA1LB_1LE1RG_0RC1RZ}}&lt;br /&gt;
|10 ↑↑ 33.81&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/70xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,100,790&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/71xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
72xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|964,396&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|81xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
82xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2281</id>
		<title>BB(7)</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=BB(7)&amp;diff=2281"/>
		<updated>2025-06-27T16:18:41Z</updated>

		<summary type="html">&lt;p&gt;C7X: Some linear rule /* Current Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 7-state, 2-symbol Busy Beaver problem, &#039;&#039;&#039;BB(7)&#039;&#039;&#039;, refers to the unsolved 7&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; value of the [[Busy Beaver function]]. With the compilation of the [[Cryptid]] machine [[Bigfoot]] into a 7-state, 2-symbol machine in May 2024, we now know that we must solve a [[Collatz-like]] problem in order to solve BB(7).&lt;br /&gt;
&lt;br /&gt;
The current BB(7) champion {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}} was discovered by Pavel Kropitz in May 2025, proving the lower bound: &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;S(7) &amp;gt; \Sigma(7) &amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
Before 2025, the only known BB(7) champions were produced by hand, not by search. For example, Milton Green designed a machine in 1964 that had [[sigma score]] 22,961 and Wythagoras modified a BB(6) champion in 2014 to produce a machine that had sigma score &amp;lt;math&amp;gt;&amp;gt; 10 \uparrow\uparrow 5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
In May 2025, mxdys shared [https://github.com/ccz181078/TM C++ code] that breaks up the BB(7) enumeration into 1 million subtasks which each run for about 2 minutes and leave ~100 holdouts each. Various folks on Discord have been investigating different sections of this domain to search for champions.&lt;br /&gt;
&lt;br /&gt;
Within three days of the code&#039;s release, the Ligockis found three champions after applying their deciders to enumerator output. Shawn Ligocki found the first two, {{TM|1RB0RF_1LC0RE_1RD1LB_1LA1LD_0RA0LE_1RG0LB_1RZ1RB}} and {{TM|1RB1RA_1RC0LC_0LD1LG_1LF0LE_1RZ1LF_0LA1LD_1RA1LC}}, with sigma scores of approximately 10 ↑↑ 22 and 10 ↑↑ 35. That evening, Terry Ligocki found {{TM|1RB0LG_1RC0RF_1LD1RZ_1LF0LE_1RA1LD_1LG1RE_0LB0LB}}, with sigma score ~10 ↑↑ 46. These were all outpaced by Pavel&#039;s champion.&lt;br /&gt;
&lt;br /&gt;
Pavel&#039;s champion is enumerated in subtask 243308.&lt;br /&gt;
&lt;br /&gt;
== Top Halters ==&lt;br /&gt;
Based on limited search through a subset of the 1 million subtasks from mxdys&#039;s code, the top 20 scoring known machines are:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_0RG0LA_1RB1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RD0LA_1RF0RA_1RG0LA_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RG0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LG_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_1LG1RE_1LD0RF_0RA1RE_1RZ0RA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|@XnoobSpeakable, @Peacemaker II&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_0RF0LF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LF0RF_0RA1RE_1RZ0RE}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LF0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_1LG1RE_0RF0LF_0RA1RE_1RZ0LE}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The top 20 known halters with unique scores are:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!TM&lt;br /&gt;
!Approximate sigma score&lt;br /&gt;
!Discoverer&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|Pavel Kropitz&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RE_0LD1LB_1RE0LA_1RF0RG_0RA0LG_1RB1LG}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC1LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LA}}&lt;br /&gt;
|10 ↑↑ 188.28&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1RZ_1RC0RF_1LD1RB_1RG0LE_1LD0RA_1RE0LD_0RC1LF}}&lt;br /&gt;
|10 ↑↑ 129.24&lt;br /&gt;
|@Iijil&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|@stokastic&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0LD_1RC1RA_0RD1RG_1LE1LF_0LF1LE_0RA0LD_0RA1RZ}}&lt;br /&gt;
|10 ↑↑ 124.86&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB1LF_1RC1RA_1LD0LD_1LA1LE_0LA0LD_1LG0RF_0LE1RZ}}&lt;br /&gt;
|10 ↑↑ 116.98&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0LA_0LA0LE_1RE1RZ_1RF0RA_1LG0LE_1LC0LG}}&lt;br /&gt;
|10 ↑↑ 116.05&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|@prurq&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|-&lt;br /&gt;
|{{TM|1RB0RC_1LC1LD_1RA0RD_0LF1LE_0LB1LA_0RE0LG_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.37&lt;br /&gt;
|@C7X&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;1RB0RG_1LC0LE_1LD0LB_1RB1RE_0RA1RF_0RD1RC_1RD1RZ&amp;lt;/code&amp;gt; (bbch)&lt;br /&gt;
|10 ↑↑ 113.38&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Current Progress ==&lt;br /&gt;
This is a summary of the 1 million subtasks from mxdys&#039;s code that have been processed, including further processing by Shawn Ligocki&#039;s linear rule code (&amp;quot;TBD&amp;quot; = &amp;quot;To Be Determined&amp;quot;, &amp;quot;TBE&amp;quot; = &amp;quot;To Be Entered&amp;quot;):&lt;br /&gt;
{| class=&amp;quot;wikitable defaultleft&amp;quot;&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Task range&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Done by&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot;|Completed&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|# holdouts&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Maximum Score TM&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|~Sigma&lt;br /&gt;
!rowspan=&amp;quot;2&amp;quot;|Source&lt;br /&gt;
|-&lt;br /&gt;
!enumeration&lt;br /&gt;
!linear rule&lt;br /&gt;
|-&lt;br /&gt;
|00xxxx&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|@Iijil&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,495&lt;br /&gt;
|{{TM|1RB0RF_1RC1LF_0RD0RD_1LE0LB_1RA1RZ_1LG1RA_1LD0RC}}&lt;br /&gt;
|10 ↑↑ 45.64&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|[https://drive.google.com/drive/folders/1wniwrAuvsHfkvro8Tg65WAMNZEuIekzD Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|01xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,178&lt;br /&gt;
|{{TM|1RB0LE_1RC0RA_1RD0RC_1LE1LD_1LA0LF_0LA0LG_1RZ0RD}}&lt;br /&gt;
|10 ↑↑ 246.32&lt;br /&gt;
|-&lt;br /&gt;
|02xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|963,486&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|03xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,052,504&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|04xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|955,711&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|05xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,056,745&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|06xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|950,271&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|07xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,053,750&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|08xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|951,114&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|09xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,052,362&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|10xxxx&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|802,059&lt;br /&gt;
|{{TM|1RB0LG_1RC0RA_1LD0LE_1LG1LC_1LF0RB_0LC0RC_1LA1RZ}}&lt;br /&gt;
|10 ↑↑ 40.79&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|11xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,105,947&lt;br /&gt;
|{{TM|1RB0RG_1LC0LE_1LD0LB_0LE1RE_0RA1RF_0RD1RC_1RD1RZ}}&lt;br /&gt;
|10 ↑↑ 114.83&lt;br /&gt;
|-&lt;br /&gt;
|12xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|13xxxx&lt;br /&gt;
|Shawn Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,192,442&lt;br /&gt;
|{{TM|1RB0RE_1LC0LA_1LD0LC_0LE0LA_1RF0RG_1RD0LE_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 114.60&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|14xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Andrew Ducharme&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|15xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|19xxxx&lt;br /&gt;
|@isokate&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
20xxxx&lt;br /&gt;
|@C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|728,510&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|[https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
21xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
23xxxx&lt;br /&gt;
|@C7X&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|3,065,946&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|[https://drive.google.com/drive/folders/11iGTKsvu2Y7aFrwOcWS1LYvcN6i_7-JM?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|24xxxx&lt;br /&gt;
|Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|712,356&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}*&lt;br /&gt;
|&amp;lt;math&amp;gt;2 \uparrow^{11} 2 \uparrow^{11} 3^*&amp;lt;/math&amp;gt;&lt;br /&gt;
|[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|25xxxx&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|@stokastic&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|815,919&lt;br /&gt;
|{{TM|1RB1RZ_1LC0LE_0LD0LC_0RE1LB_1RF0RG_0LD1RB_1RD1RA}}&lt;br /&gt;
|10 ↑↑ 31.33&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|[https://drive.google.com/drive/folders/16_qIdWWD-wolj6zURB5ZSbY-otI4zoUF?usp=sharing Google Drive folder] &lt;br /&gt;
|-&lt;br /&gt;
|26xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|731,995&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RB_0LE0LD_1LE1LD_0RF0LC_0RG1RF_1RD0RA}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|27xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|811,486&lt;br /&gt;
|{{TM|1RB0RG_1LC1LB_0RE0LD_0LC1RF_0RA1RE_0LF0LB_1RF1RZ}}&lt;br /&gt;
|10 ↑↑ 63.56&lt;br /&gt;
|-&lt;br /&gt;
|28xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|956,935&lt;br /&gt;
|{{TM|1RB1RZ_0LC1RC_0RE1RD_0RB1RG_1RF0RA_1LG0LC_1LB0LF}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|29xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,052,415&lt;br /&gt;
|{{TM|1RB1LA_1RC1RD_0LA1LG_1RZ0LE_1RB1RF_1RE0LC_0RE1LF}}&lt;br /&gt;
|10 ↑↑ 31.67&lt;br /&gt;
|-&lt;br /&gt;
|30xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,095&lt;br /&gt;
|{{TM|1RB0LC_1RC0RG_1RD0LF_1RE0RF_1LA1RG_1LE1LF_1RZ1RD}}&lt;br /&gt;
|10 ↑↑ 126.20&lt;br /&gt;
|-&lt;br /&gt;
|31xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,436,970&lt;br /&gt;
|{{TM|1RB1LD_1LC0RF_0RA0LB_0LE1RZ_1LA0LE_1RG1LA_0RC0RF}}&lt;br /&gt;
|10 ↑↑ 50.27&lt;br /&gt;
|-&lt;br /&gt;
|32xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,036,950&lt;br /&gt;
|{{TM|1RB1RD_1LC0RF_0LE0LD_1LE1LE_1RF0LB_1RB0RG_1RA1RZ}}&lt;br /&gt;
|10 ↑↑ 50.28&lt;br /&gt;
|-&lt;br /&gt;
|33xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,432,081&lt;br /&gt;
|{{TM|1RB0LC_1LC0LD_1LA1LB_0LG1RE_1LD0RF_0RA1RE_1RZ1LC}}&lt;br /&gt;
|10 ↑↑ 140.28&lt;br /&gt;
|-&lt;br /&gt;
|34xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,032,970&lt;br /&gt;
|{{TM|1RB0RA_1LC0LE_0LD0LB_1RE0RD_0RA0LF_1RD1RG_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 72.69&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
35xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
39xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|4,894,047&lt;br /&gt;
|{{TM|1RB1RZ_1LC0RF_0LD1LB_1RD0LE_1RB1LE_1RG0RE_0RA0LE}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|40xxxx&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |Andrew Ducharme&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|730,310&lt;br /&gt;
|{{TM|1RB1RZ_0RC0RE_1LD1LA_1LC0LG_0RF1LF_0RD1LF_1LB0LE}}&lt;br /&gt;
|10 ↑↑ 519.20&lt;br /&gt;
| rowspan=&amp;quot;8&amp;quot; |[https://drive.google.com/drive/folders/16uDjgOahkhAMWv3v-YWmxJG7xxsBvj4h?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|41xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|814,075&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RC0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|42xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|739,729&lt;br /&gt;
|{{TM|1RB1LD_0RC1RF_1LD0LE_0LE0LA_1LA1LE_1RG0LA_1RZ1RA}}&lt;br /&gt;
|10 ↑↑ 46.26&lt;br /&gt;
|-&lt;br /&gt;
|43xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|817,332&lt;br /&gt;
|{{TM|1RB0LE_1RC1RA_1RD0RG_1LA1RZ_1RA1LF_1LA0LE_0RF1RG}}&lt;br /&gt;
|10 ↑↑ 93.81&lt;br /&gt;
|-&lt;br /&gt;
|44xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|729,686&lt;br /&gt;
|{{TM|1RB1LC_1RC0RC_1RD1LA_0RE1RF_1LC0LG_1LA1LE_1RZ1LF}}&lt;br /&gt;
|10 ↑↑ 76.36&lt;br /&gt;
|-&lt;br /&gt;
|45xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812,973&lt;br /&gt;
|{{TM|1RB0RE_0RC1LC_0LD1LF_1LE0LG_1RA0RC_0LB1LA_1LB1RZ}}&lt;br /&gt;
|10 ↑↑ 114.57&lt;br /&gt;
|-&lt;br /&gt;
|46xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|725,102&lt;br /&gt;
|{{TM|1RB1RA_0LC0RE_0LD1LC_1LA0LF_0RB0RA_1LG1RZ_0RE1LG}}&lt;br /&gt;
|10 ↑↑ 36.26&lt;br /&gt;
|-&lt;br /&gt;
|47xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|812120&lt;br /&gt;
|{{TM|1RB1LA_1LC0RE_0LD1LB_1RE1LG_1RF0LG_0RA0LA_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|-&lt;br /&gt;
|48xxxx&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |Tobiáš Brichta&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1-csgJ5uSIX3SKlqTkSnhkUuEYLKgCw81 Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|49xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|500xxx&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|@prurq&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|120,520&lt;br /&gt;
|{{TM|1RB0RD_1RC0RA_0RD1LD_0LE1LF_1LA0LG_0LC1LB_1LC1RZ}}&lt;br /&gt;
|10 ↑↑ 115.52&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|[https://drive.google.com/drive/folders/145H4sT4F9KJYGSrlIETZdBOIMR7krLQm Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|501xxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|96,102&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|59xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|60xxxx&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |@gerbil5709&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|957,769&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;5&amp;quot; |[https://drive.google.com/drive/folders/1kAvBebeF09CEVocCk5bGKlDJfRN8co_i?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|61xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,052,047&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|62xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|959,753 &lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|63xxxx&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|1,051,882&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|64xxxx&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
65xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
68xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|3,076,778&lt;br /&gt;
|{{TM|1RB0LD_0LC1RZ_1RA0RD_1RE1LD_1LF0RC_0LG1LE_1RG0LD}}&lt;br /&gt;
|10 ↑↑ 192.67&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|69xxxx&lt;br /&gt;
|@poppuncher&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,053,119&lt;br /&gt;
|{{TM|1RB0LG_0RC1RZ_1LD0LA_1RE1LE_1LC1RF_0RE0RA_0RF1LG}}&lt;br /&gt;
|10 ↑↑ 133.85&lt;br /&gt;
|[https://drive.google.com/drive/folders/1KlCZqXxqVPuBPkDcCBocuMPA8paq9b8P?usp=drive_link Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|70xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|798,304&lt;br /&gt;
|{{TM|1RB0LF_1RC1LE_0RD1RA_1RE1RG_0LA1LB_1LE1RG_0RC1RZ}}&lt;br /&gt;
|10 ↑↑ 33.81&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/70xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|71xxxx&lt;br /&gt;
|@hipparcos&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|1,100,790&lt;br /&gt;
|{{TM|1RB1RZ_1LC1RD_0LD0LC_1LE1RA_1LF0LE_1RF0RG_1RG0RD}}&lt;br /&gt;
|10 ↑↑ 77.50&lt;br /&gt;
|[https://github.com/jhuang97/bb7x2/releases/tag/71xxxx Github release]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
72xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
79xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|7,627,514&lt;br /&gt;
|{{TM|1RB0RB_1LC1RG_1RD1RC_1RE0RA_1LF0LB_1RF0LE_0RD1RZ}}&lt;br /&gt;
|10 ↑↑ 228.78&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|80xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|Yes&lt;br /&gt;
|No&lt;br /&gt;
|964,396&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |[https://drive.google.com/drive/folders/1TpuEC7KottEmvsFnCREugnlVMPaY5ZHi?usp=sharing Google Drive folder]&lt;br /&gt;
|-&lt;br /&gt;
|81xxxx&lt;br /&gt;
|@xnoobspeakable&lt;br /&gt;
|No&lt;br /&gt;
|No&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|TBD&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
82xxxx -&amp;lt;br/&amp;gt;&lt;br /&gt;
99xxxx&lt;br /&gt;
|Terry Ligocki&lt;br /&gt;
|Yes&lt;br /&gt;
|Yes&lt;br /&gt;
|15,673,786&lt;br /&gt;
|{{TM|1RB1RF_0RC1RG_1LD1LE_0LE1LD_0RF0LC_1RA0LC_0RF1RZ}}&lt;br /&gt;
|10 ↑↑ 286.17&lt;br /&gt;
|[https://drive.google.com/drive/folders/1_lIqfvj4_J7WWl5LOBUp_pntoI99QYui Google Drive folder]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The current BB(7) champion TM {{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF}}* was discovered by Pavel Kropitz in the enumeration of subtask 243308. The remaining subtasks in the 24xxxx range were enumerated and filtered by Andrew Ducharme.&lt;br /&gt;
[[Category:BB Domain]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Lucy%27s_Moonlight&amp;diff=2278</id>
		<title>Lucy&#039;s Moonlight</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Lucy%27s_Moonlight&amp;diff=2278"/>
		<updated>2025-06-26T12:02:23Z</updated>

		<summary type="html">&lt;p&gt;C7X: Update champion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{machine|1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA}}{{TM|1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lucy&#039;s Moonlight&#039;&#039;&#039; is a [[probviously]] halting tetrational [[BB(6)]] [[Cryptid]] found by Racheline on 1 Mar 2025 ([https://discord.com/channels/960643023006490684/1239205785913790465/1345551751016878272 Discord link]). It has a 5% chance of beating the former BB(6) champion {{TM|1RB0LD_1RC0RF_1LC1LA_0LE1RZ_1LF0RB_0RC0RE}} (if we treat Collatz-like behavior as random).&lt;br /&gt;
&lt;br /&gt;
== Analysis by Racheline ==&lt;br /&gt;
https://discord.com/channels/960643023006490684/1345810396136865822/1345820781363597312&amp;lt;pre&amp;gt;&lt;br /&gt;
A(x,y) := 0^inf (1011)^x 10 &amp;lt;A (01)^y 0^inf&lt;br /&gt;
B(x) := 0^inf 1^x B&amp;gt; 0^inf&lt;br /&gt;
&lt;br /&gt;
A(x+1,3y) -&amp;gt; A(x,8y+3)&lt;br /&gt;
A(x+2,3y+1) -&amp;gt; A(x,8y+11)&lt;br /&gt;
A(x+2,3y+2) -&amp;gt; A(x,8y+12)&lt;br /&gt;
A(0,y) -&amp;gt; B(2y+1)&lt;br /&gt;
A(1,3y+1) -&amp;gt; A(4y+4,4)&lt;br /&gt;
A(1,3y+2) -&amp;gt; halt&lt;br /&gt;
B(3y) -&amp;gt; B(8y-2)&lt;br /&gt;
B(3y+1) -&amp;gt; A(2y,4)&lt;br /&gt;
B(3y+2) -&amp;gt; B(8y+6)&lt;br /&gt;
&lt;br /&gt;
a is the sequence such that A(x,a_n) goes to A(x&#039;,a_(n+1)) in one step assuming x&amp;gt;=2&lt;br /&gt;
b is the sequence such that A(x,a_0) goes to A(x-b_n,a_n) in n rules (without using the A(0,y) or A(1,y) rules) assuming x&amp;gt;=b_n&lt;br /&gt;
c is the sequence such that A(c_n,a_0) goes to A(c_(n+1),a_0) after only one application of the A(0,y) or A(1,y) rules&lt;br /&gt;
&lt;br /&gt;
f(3n) = 8n+3&lt;br /&gt;
f(3n+1) = 8n+11&lt;br /&gt;
f(3n+2) = 8n+12&lt;br /&gt;
a_0 = 4&lt;br /&gt;
a_(n+1) = f(a_n)&lt;br /&gt;
b_0 = 0&lt;br /&gt;
b_(n+1) = b_n+(1 if 3|a_n else 2)&lt;br /&gt;
&lt;br /&gt;
g(n) = 8ceil(n/3)-2     (i.e. g(3n) = 8n-2 and g(3n+2) = 8n+6)&lt;br /&gt;
h(n) = largest i such that b_i &amp;lt;= n&lt;br /&gt;
c_0 = 14&lt;br /&gt;
if b_h(c_n) = c_n, then c_(n+1) = 2m where m is minimal such that 3m+1 = g^k(2a_h(c_n)+1) for some k&lt;br /&gt;
otherwise if a_h(c_n) = 3m+1, then c_(n+1) = 4m+4&lt;br /&gt;
otherwise halt after roughly (8/3)^(6c_n/5) steps&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Analysis by Shawn Ligocki ==&lt;br /&gt;
https://discord.com/channels/960643023006490684/1345810396136865822/1346329322851401868&amp;lt;pre&amp;gt;&lt;br /&gt;
1RB0RD_0RC1RE_1RD0LA_1LE1LC_1RF0LD_---0RA&lt;br /&gt;
&lt;br /&gt;
C(a, b, c) = 0^inf 1011^a 1^b 10^c C&amp;gt; 0^inf&lt;br /&gt;
C(a, b) = C(a, b, 1) = 0^inf 1011^a 1^b 10 C&amp;gt; 0^inf&lt;br /&gt;
&lt;br /&gt;
C(a+1, 3k)   --&amp;gt; C(a, 8k+6)&lt;br /&gt;
C(a+2, 3k+1) --&amp;gt; C(a, 8k+16)&lt;br /&gt;
C(a+2, 3k+2) --&amp;gt; C(a, 8k+22)&lt;br /&gt;
&lt;br /&gt;
C(0,   3k)   --&amp;gt; C(2k, 8)&lt;br /&gt;
C(0,   3k+1) --&amp;gt; C(0, 8k+5)&lt;br /&gt;
C(1,   3k+1) --&amp;gt; Halt(6k+14)&lt;br /&gt;
C(0,   3k+2) --&amp;gt; C(0, 8k+5)&lt;br /&gt;
C(1,   3k+2) --&amp;gt; C(2k+4, 8)&lt;br /&gt;
&lt;br /&gt;
Start  --(2)--&amp;gt;  C(0, 0)&lt;br /&gt;
&amp;lt;/pre&amp;gt;Racheline&#039;s &amp;lt;math&amp;gt;c_n&amp;lt;/math&amp;gt; values correspond to the values at which we get configs &amp;lt;math&amp;gt;C(c_n, 8)&amp;lt;/math&amp;gt; in my analysis. The first three are:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;c_0 = 14&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;c_1 = 11\,292&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;c_2 = &amp;lt;/math&amp;gt; 8 282 581 182 265 963 777 660 116 067 041 084 396 825 871 729 769 475 063 015 437 507 606 888 488 657 640 984 741 410 755 868 651 202 413 557 949 100 792 150 345 468 805 096 096 950 985 621 014 344 543 514 277 244 259 988 659 130 143 328 155 990 590 108 709 713 794 583 253 323 686 355 356 512 219 061 229 636 197 885 927 258 835 226 571 319 297 308 352 230 934 484 006 197 639 625 592 087 971 234 386 001 742 614 119 317 946 288 524 516 349 575 343 597 522 485 283 906 000 542 032 088 582 043 646 950 532 639 630 385 985 319 217 159 379 913 000 142 879 141 905 099 969 565 530 694 702 807 960 713 276 894 845 659 927 803 312 770 155 623 893 892 127 451 599 296 902 730 174 376 009 710 735 758 161 389 656 270 797 836 582 256 488 031 353 066 716 635 172 987 950 448 854 471 226 597 449 927 236 184 172 841 640 111 209 332 317 049 722 869 659 569 874 196 714 141 959 835 401 796 418 444 068 891 026 981 841 656 732 128 708 017 637 486 218 786 090 173 524 036 425 924 718 502 564 851 924 717 340 390 259 248 282 032 112 075 387 681 859 362 344 399 913 313 735 645 684 525 131 229 468 282 784 360 728 881 748 147 372 112 747 036 418 378 308 364 410 128 040 328 676 209 420 026 633 482 346 143 509 117 105 276 670 245 493 297 604 407 287 182 199 289 609 254 900 080 171 095 368 953 306 931 467 191 729 590 199 363 109 109 618 828 683 456 945 716 771 345 293 252 204 756 902 270 830 478 266 505 243 340 324 828 877 091 406 917 371 244 363 787 314 164 920 400 219 556 757 173 398 748 668 149 395 792 060 530 400 633 872 912 079 249 392 256 126 285 748 793 796 259 657 854 699 829 517 626 609 309 417 076 213 461 174 150 922 612 299 942 658 509 909 739 815 101 078 137 303 456 289 178 147 820 849 027 886 955 738 533 503 625 157 087 287 391 831 669 455 397 075 444 062 908 165 633 623 616 230 849 011 917 173 994 535 718 598 409 770 737 638 239 724 998 256 861 644 166 630 982 723 063 781 225 891 358 955 048 633 229 232 741 851 699 498 876 266 677 026 907 578 098 686 784 323 407 335 765 343 701 077 746 445 802 114 304 942 791 377 887 303 588 107 097 550 867 703 017 440 867 027 391 593 474 985 628 594 939 344 739 091 341 577 631 399 711 011 114 031 231 392 355 268 858 286 239 590 222 739 798 802 836 719 470 359 138 334 346 097 704 505 528 574 751 020 940 898 407 003 617 333 219 550 156 008 932 231 022 648 658 161 473 903 774 681 072 952 056 320 551 244 912 271 864 381 014 835 634 282 966 523 463 985 953 949 176 576 786 408 020 337 836 220 233 538 960 379 978 664 849 564 796 907 967 238 406 785 655 383 464 715 057 232 716 549 617 630 853 473 306 701 852 904 885 606 863 527 445 121 198 511 795 947 547 473 084 736 520 465 867 328 457 114 967 373 145 664 842 684 299 186 357 472 668 934 663 435 131 859 827 025 004 311 417 517 867 339 721 854 899 421 107 496 540 906 158 691 502 108 225 108 606 878 323 722 157 711 420 937 080 640 504 487 833 073 951 122 223 191 857 376 281 164 771 129 574 147 051 021 933 227 085 689 827 336 672 385 780 462 357 440 219 398 403 103 894 053 177 742 661 833 002 598 347 813 276 596 599 779 500 262 101 470 481 321 560 131 349 255 581 918 937 061 811 724 247 415 920 101 784 002 187 650 019 023 113 164 778 491 907 065 101 691 880 663 970 914 566 257 787 660 257 139 627 941 284 081 248 034 057 979 564 419 991 961 345 637 080 391 063 343 278 659 875 006 722 945 435 258 511 750 736 395 209 297 602 991 695 886 580 794 249 759 902 536 380 055 710 080 977 728 337 952 498 718 259 606 078 790 355 738 625 858 597 516 649 364 990 083 397 742 948 406 390 695 711 840 139 170 928 984 527 396 432 236 103 181 667 418 006 635 667 189 873 871 634 905 950 683 958 299 923 219 653 264 060 399 588 571 782 767 511 747 924 043 969 623 045 308 763 567 170 166 295 093 013 227 497 346 173 854 101 964 306 147 690 034 349 284 712 163 842 269 859 435 320 408 715 901 523 168 064 489 459 605 434 861 066 611 056 209 626 985 578 507 010 825 633 753 454 &amp;lt;math&amp;gt;\approx 10^{2901.92}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.sligocki.com/2025/04/21/lucys-moonlight.html Lucy&#039;s Moonlight: The 5% Champion]. Shawn Ligocki. Apr 2025.&lt;br /&gt;
&lt;br /&gt;
[[Category:Cryptids]]&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Champions&amp;diff=2277</id>
		<title>Champions</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Champions&amp;diff=2277"/>
		<updated>2025-06-26T11:58:42Z</updated>

		<summary type="html">&lt;p&gt;C7X: /* 2-Symbol TMs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Busy Beaver &#039;&#039;&#039;Champions&#039;&#039;&#039; are the current record holding [[Turing machine|Turing machines]] who maximize a [[Busy Beaver function]]. In this article we focus specifically on the longest running TMs. Some have been proven to be the longest running of all (and so are the ultimate champion) while others are only current champions and may be usurped in the future. For smaller domains, Pascal Michel&#039;s website is the canonical source for [https://bbchallenge.org/~pascal.michel/bbc Busy Beaver champions] and the [https://bbchallenge.org/~pascal.michel/ha History of Previous Champions].&lt;br /&gt;
&lt;br /&gt;
== 2-Symbol TMs ==&lt;br /&gt;
Rows are blank if no champion has been found which surpasses a smaller size problem. Take also note that the &amp;lt;math&amp;gt; f_{x}(n) &amp;lt;/math&amp;gt; used in the lowerbounds represent the [[Fast-Growing Hierarchy]]. Note that most champions above 6 states are self-reported and have not been independently verified.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Runtime&lt;br /&gt;
!Champions&lt;br /&gt;
!Discovered By&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(2)]]&lt;br /&gt;
|&amp;lt;math&amp;gt; 6 &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LB_1LA1RZ|halt}} {{TM|1RB0LB_1LA1RZ|halt}} {{TM|1RB1RZ_1LB1LA|halt}} {{TM|1RB1RZ_0LB1LA|halt}} {{TM|0RB1RZ_1LA1RB|halt}}&lt;br /&gt;
|Tibor Radó&lt;br /&gt;
|Direct Simulation&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(3)]]&lt;br /&gt;
|&amp;lt;math&amp;gt; 21 &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1RZ_1LB0RC_1LC1LA|halt}}&lt;br /&gt;
|Proven by Shen Lin&lt;br /&gt;
|Direct Simulation&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(4)]]&lt;br /&gt;
|&amp;lt;math&amp;gt; 107 &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LB_1LA0LC_1RZ1LD_1RD0RA|halt}}&lt;br /&gt;
|Allen Brady&lt;br /&gt;
|Direct Simulation&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(5)]]&lt;br /&gt;
|&amp;lt;math&amp;gt; 47\,176\,870 &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LC_1RC1RB_1RD0LE_1LA1LD_1RZ0LA|halt}}&lt;br /&gt;
|Heiner Marxen &amp;amp; Jürgen Buntrock in 1989&lt;br /&gt;
|Direct Simulation&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(6)]]&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; 2\uparrow\uparrow\uparrow 5 &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1RA_1RC1RZ_1LD0RF_1RA0LE_0LD1RC_1RA0RE|halt}}&lt;br /&gt;
|mxdys in 2025&lt;br /&gt;
|See mxdys&#039;s analysis on the TM page&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(7)]]&lt;br /&gt;
|&amp;lt;math&amp;gt;&amp;gt; 2 \uparrow^{11} 2 \uparrow^{11} 3&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB0RA_1LC1LF_1RD0LB_1RA1LE_1RZ0LC_1RG1LD_0RG0RF|halt}}&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1369339127652159509/1370678203395604562 Pavel Kropitz in 2025]&lt;br /&gt;
|Analyzed by Shawn Ligocki (see TM page)&lt;br /&gt;
|-&lt;br /&gt;
|BB(8)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(9)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_\omega(f_9(2)) &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1RA_0LC0LF_0RD1LC_1RA1RG_1RZ0RA_1LB1LF_1LH1RE_0LI1LH_1LB0LH|halt}}&lt;br /&gt;
|Jacobzheng in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(10)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_\omega^2(25) &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1RA_0LC0LF_0RD1LC_1RA1RG_1RZ0RA_1LB1LF_1LH1RE_0LI1LH_0LF0LJ_1LH0LJ|halt}}&lt;br /&gt;
|Racheline in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(11)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_\omega^2(2 \uparrow\uparrow 12) &amp;gt; f_\omega^2(f_3(9)) &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1LH1LA_1LI1RG_0RD1LC_0RF1RE_1LJ0RF_1RB1RF_0LC1LH_0LC0LA_1LK1LJ_1RZ0LI_0LD1LE|halt}}&lt;br /&gt;
|Racheline in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(12)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_\omega^4(2 \uparrow\uparrow\uparrow 4-3) &amp;gt; f_\omega^4(f_4(2)) &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|0LJ0RF_1LH1RC_0LD0LG_0RE1LD_1RF1RA_1RB1RF_1LC1LG_1LL1LI_1LK0LH_1RH1LJ_1RZ1LA_1RF1LL|halt}}&lt;br /&gt;
|Racheline in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(13)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(14)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}(65\,536) &amp;gt; g_{64} &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1LH1LA_1LI1RG_0RD1LC_0RF1RE_1LJ0RF_1RB1RF_0LC1LH_0LC0LA_1LK1LJ_1RL0LI_0LL1LE_1LM1RZ_0LN1LF_0LJ---|halt}}&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/960643023530762341/1274366178529120287 Racheline in 2024]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(15)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(16)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}(2 \uparrow\uparrow\uparrow\uparrow 2 \uparrow\uparrow\uparrow\uparrow 9) &amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Daniel Nagaj in 2021&lt;br /&gt;
|[https://www.sligocki.com/2022/07/11/bb-16-graham.html Analysis by Shawn Ligocki]&lt;br /&gt;
|-&lt;br /&gt;
|BB(17)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}(f_\omega(60)) &amp;lt;/math&amp;gt;&lt;br /&gt;
|[[User:Jacobzheng/BB(17)]]&lt;br /&gt;
|Jacobzheng in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(18)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}(f_\omega^2(60)) &amp;lt;/math&amp;gt;&lt;br /&gt;
|[[User:Jacobzheng/BB(18)]]&lt;br /&gt;
|Jacobzheng in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(19)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_{\omega + 1}^3(f_\omega(60)) &amp;lt;/math&amp;gt;&lt;br /&gt;
|[[User:Jacobzheng/BB(19)]]&lt;br /&gt;
|Jacobzheng in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(20)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_{\omega + 2}^2(21) &amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1026577255754903572/1274414683331366924 Racheline in 2024]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(21)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_{\omega^2}^2(4 \uparrow\uparrow 341) &amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1026577255754903572/1274471360206344213 Racheline in 2024]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(40)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_{\omega^\omega}(75\,500) &amp;lt;/math&amp;gt;&lt;br /&gt;
|[[User:Jacobzheng/BB(40)]]&lt;br /&gt;
|Jacobzheng in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(41)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_{\omega^\omega}^4(32) &amp;lt;/math&amp;gt;&lt;br /&gt;
|[[User:Jacobzheng/BB(41)]]&lt;br /&gt;
|Jacobzheng in 2024&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(51)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_{\varepsilon_0 + 1}(8) &amp;lt;/math&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1026577255754903572/1276881449685094495 Racheline in 2024]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 3-Symbol TMs ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Runtime&lt;br /&gt;
!Champions&lt;br /&gt;
!Discovered By&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(2,3)]]&lt;br /&gt;
|&amp;lt;math&amp;gt; 38 &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB2LB1RZ_2LA2RB1LB|halt}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(3,3)]]&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; 10^{17} &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|0RB2LA1RA_1LA2RB1RC_1RZ1LB1LC|halt}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[BB(4,3)]]&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; 2 \uparrow\uparrow\uparrow 2^{2^{32}}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|0RB1RZ0RB_1RC1LB2LB_1LB2RD1LC_1RA2RC0LD|halt}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 4-Symbol TMs ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!&lt;br /&gt;
!Runtime&lt;br /&gt;
!Champions&lt;br /&gt;
!Discovered By&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|BB(2,4)&lt;br /&gt;
|&amp;lt;math&amp;gt; 3\,932\,964 &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB1RZ|halt}}&lt;br /&gt;
|Shawn &amp;amp; Terry Ligocki in 2005&lt;br /&gt;
|Pascal Michel, Heiner Marxen, Allen Brady&lt;br /&gt;
|-&lt;br /&gt;
|BB(3,4)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; 2 \uparrow^{15} 5 &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB3LB1RZ2RA_2LC3RB1LC2RA_3RB1LB3LC2RC|halt}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 5-Symbol TMs ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Runtime&lt;br /&gt;
!Champions&lt;br /&gt;
!Discovered By&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|BB(2,5)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; 10^{10^{10^{3\,314\,360}}} &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB3LA4RB0RB2LA_1LB2LA3LA1RA1RZ|halt}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BB(3,5)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; f_\omega(2 \uparrow^{15} 5) &amp;gt; f_\omega^2(15) &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB3LB4LC2RA4LB_2LC3RB1LC2RA1RZ_3RB1LB3LC2RC4LC|halt}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 6-Symbol TMs ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Runtime&lt;br /&gt;
!Champions&lt;br /&gt;
!Discovered By&lt;br /&gt;
!Verification&lt;br /&gt;
|-&lt;br /&gt;
|BB(2,6)&lt;br /&gt;
|&amp;lt;math&amp;gt; &amp;gt; 10 \uparrow\uparrow 10 \uparrow\uparrow 10^{10^{115}} &amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB3RB5RA1LB5LA2LB_2LA2RA4RB1RZ3LB2LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>C7X</name></author>
	</entry>
</feed>