<?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=MrBrain</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=MrBrain"/>
	<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/wiki/Special:Contributions/MrBrain"/>
	<updated>2026-04-30T19:22:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4176</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4176"/>
		<updated>2025-10-02T20:28:25Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Spacing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd&amp;lt;ref&amp;gt;Drozd, N. (Sept. 2025). &amp;quot;[https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html The Shape of a Turing Machine | Something Something Programming]&amp;quot;&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;)&amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n = 1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m = 1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH|halt}} {{TM|1RH---|halt}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html Blog] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---|halt}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---|halt}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---|halt}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html Blog] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5) -1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---|halt}} instead of {{TM|1RH|halt}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n = 8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree. This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB. The two machines transitioning to state A never halt, while the two machines transitioning to state B halt. The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted. For n = 2, this instruction must be B0. (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;. (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.) Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions. (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Domain-Restricted BBi ==&lt;br /&gt;
In addition to the standard Instruction-Limited Busy Beaver function BBi(n), where the numbers of states and symbols a Turing machine may have is unlimited, it may also be useful to consider the “Domain-Restricted BBi”, where the numbers of instructions, states, and/or symbols are specified values or ranges.&lt;br /&gt;
&lt;br /&gt;
Following are some example three-argument functions within the Domain-Restricted BBi.  For each function, the value is always the greatest number of steps taken by a Turing machine satisfying the corresponding restrictions:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, n, m): An n-state, m-symbol Turing machine having i instructions&lt;br /&gt;
* BBi(i, &amp;lt;=n, m): An i-instruction, m-symbol Turing machine having no greater than n states&lt;br /&gt;
* BBi(i, -, m): An i-instruction, m-symbol Turing machine having any number of states&lt;br /&gt;
* BBi(i, n, &amp;lt;=m): An i-instruction, n-state Turing machine having no greater than m instructions&lt;br /&gt;
* Etc.&lt;br /&gt;
&lt;br /&gt;
Note that we have replaced the argument n from the standard BBi function with i in this three-argument version, primarily to avoid confusion with the n normally used to denote the number of states in a standard BB Turing machine.&lt;br /&gt;
&lt;br /&gt;
For each of the three arguments, we may simply list a value, in which case the Turing machine must have exactly that number of instructions, states, or symbols. Another option is to specify a range, such as “&amp;lt;=n”, or “&amp;lt;=m”, in which case the Turing machine must have n or fewer states, or m or fewer symbols, respectively. And the final option is to give an argument as “-“, in which case, there is no restriction to the Turing machine’s number of instructions, states, or symbols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example Questions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main reason for having the flexibility in the way that the arguments are presented within the Domain-Restricted BBi function is that some problems relating to BB and BBi are best suited to examining Turing machines having specific numbers of states and symbols, while others are more practically examined within a range of state and symbol values instead. For example, consider the following two questions, along with two possible ways to interpret and answer each question:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039; What are the maximum numbers of steps an i-instruction, 5-state, 2-symbol Turing machine can take before halting?&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: For i = 1 through 10, BBi(i, 5, 2) = -, -, -, -, 9, 31, 65, 793, 47176869, 47176870. In this interpretation, there are no values for 1&amp;lt;=i&amp;lt;=4, because there is no way to construct a 5-state Turing machine using fewer than 5 instructions. Also, the values for i = 5, 6, and 7 are lower than those in the following second interpretation.&lt;br /&gt;
* Interpretation #2: For i = 1 through 10, BBi(i, &amp;lt;=5, 2) = 1, 3, 5, 16, 20, 37, 106, 793, 47176869, 47176870. For this interpretation, we do not take the questions wording of “5-state” so literally, but rather we allow the consideration of any Turing machine having no greater than 5 states. For example, BBi(7, &amp;lt;=5, 2) = 106 = BB(4,2) – 1.&lt;br /&gt;
&lt;br /&gt;
The second interpretation, despite being less literally adherent to the question wording than the first, seems more useful for this particular question, specifically because we are probably interested in seeing how the number of steps grows for the best possible arrangement of i instructions within the 5 x 2 state table, and not just among the arrangements that specifically include defined transitions for all five states.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; For all n&amp;gt;1, will the 2n-1 instruction, n-state, 2-symbol BBi champion (one undefined transition) always exceed the 2n-1 instruction, n+1 state, 2-symbol BBi champion (3 undefined transitions)? (This is currently conjectured to be false.)&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: Compare values of BBi(2n-1, n, 2) with those of BBi(2n-1, n+1, 2) for n = 2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n+1, 2) = 4, 19, 65, ???.&lt;br /&gt;
* Interpretation #2: Compare values of BBi(2n-1, &amp;lt;=n, 2) with those of BBi(2n-1, &amp;lt;=n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n+1, 2) = 5, 20, 106, ???.&lt;br /&gt;
&lt;br /&gt;
For this second question, the first interpretation clearly seems to be the more useful one, as we are probably interested in comparing the steps differences between machines having strictly n states (with one undefined transition) with machines having strictly n+1 states (with three undefined transitions). Using the second interpretation, information about these steps differences is lost since we have replaced the steps values of the machines with n+1 states with the values from the stronger n-state machines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected Results:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Following are some results for Domain-Restricted BBi, some of which follow logically from their definitions, and others which have been computed so far:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, -, -) = BBi(i).  If we allow any number of states and symbols, then this is the standard BBi function.&lt;br /&gt;
* BBi(-, n, m) = BBi(nm, n, m) = BB(n, m) for n&amp;gt;=2, m&amp;gt;=2. If we allow any number of instructions, or if we specify nm instructions, then this is equivalent to the standard BB(n, m) function.&lt;br /&gt;
* BBi(nm-1, n, m) = BBi(nm, n, m) - 1 = BB(n, m) - 1 for n&amp;gt;=2, m&amp;gt;=2. With one undefined transition, the number of steps is one less than having a completely filled n x m transition table including a halting instruction, which adds one final step.&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, -, 2) = 1, 3, 5, 16, 20, 37, 106, 793, ….  BBi(9, -, 2) is at least 47176869, but it may be even larger if a more powerful 6-state, 2-symbol machine having three undefined transitions can be found. BBi(10, -, 2) will almost certainly be greater than the current lower bound of 47176870 = BB(5,2).&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, &amp;lt;=2, -) = 1, 3, 5, 13, 37, 123, 3232963, …. The number of states is specified here as “&amp;lt;=2” rather than “2” so that we can have a valid value for one instruction. (A 1-instruction Turing machine has only one operating state.) BBi(8, &amp;lt;=2, -) will almost certainly be greater than the current lower bound of 3232964 = BB(2,4).&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants. The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant. Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity. Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps. In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n = 1 through n = 13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675. gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---|halt}}.&lt;br /&gt;
* I-L Blanking Busy Beaver. BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions. BLBi(n) for n = 3 through n = 7 are: 4, 12, 30, 77, 808. BLBi(8) is at least 1,367,361,263,049 by the current champion {{TM|1RB2RA1RA2RB_2LB3LA0RB0RA}}.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4175</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4175"/>
		<updated>2025-10-02T20:27:45Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Adding reference to blog post about current BBi(8) champion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd &amp;lt;ref&amp;gt;Drozd, N. (Sept. 2025). &amp;quot;[https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html The Shape of a Turing Machine | Something Something Programming]&amp;quot;&amp;lt;/ref&amp;gt;.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n = 1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m = 1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH|halt}} {{TM|1RH---|halt}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html Blog] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---|halt}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---|halt}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---|halt}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html Blog] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5) -1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---|halt}} instead of {{TM|1RH|halt}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n = 8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree. This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB. The two machines transitioning to state A never halt, while the two machines transitioning to state B halt. The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted. For n = 2, this instruction must be B0. (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;. (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.) Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions. (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Domain-Restricted BBi ==&lt;br /&gt;
In addition to the standard Instruction-Limited Busy Beaver function BBi(n), where the numbers of states and symbols a Turing machine may have is unlimited, it may also be useful to consider the “Domain-Restricted BBi”, where the numbers of instructions, states, and/or symbols are specified values or ranges.&lt;br /&gt;
&lt;br /&gt;
Following are some example three-argument functions within the Domain-Restricted BBi.  For each function, the value is always the greatest number of steps taken by a Turing machine satisfying the corresponding restrictions:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, n, m): An n-state, m-symbol Turing machine having i instructions&lt;br /&gt;
* BBi(i, &amp;lt;=n, m): An i-instruction, m-symbol Turing machine having no greater than n states&lt;br /&gt;
* BBi(i, -, m): An i-instruction, m-symbol Turing machine having any number of states&lt;br /&gt;
* BBi(i, n, &amp;lt;=m): An i-instruction, n-state Turing machine having no greater than m instructions&lt;br /&gt;
* Etc.&lt;br /&gt;
&lt;br /&gt;
Note that we have replaced the argument n from the standard BBi function with i in this three-argument version, primarily to avoid confusion with the n normally used to denote the number of states in a standard BB Turing machine.&lt;br /&gt;
&lt;br /&gt;
For each of the three arguments, we may simply list a value, in which case the Turing machine must have exactly that number of instructions, states, or symbols. Another option is to specify a range, such as “&amp;lt;=n”, or “&amp;lt;=m”, in which case the Turing machine must have n or fewer states, or m or fewer symbols, respectively. And the final option is to give an argument as “-“, in which case, there is no restriction to the Turing machine’s number of instructions, states, or symbols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example Questions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main reason for having the flexibility in the way that the arguments are presented within the Domain-Restricted BBi function is that some problems relating to BB and BBi are best suited to examining Turing machines having specific numbers of states and symbols, while others are more practically examined within a range of state and symbol values instead. For example, consider the following two questions, along with two possible ways to interpret and answer each question:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039; What are the maximum numbers of steps an i-instruction, 5-state, 2-symbol Turing machine can take before halting?&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: For i = 1 through 10, BBi(i, 5, 2) = -, -, -, -, 9, 31, 65, 793, 47176869, 47176870. In this interpretation, there are no values for 1&amp;lt;=i&amp;lt;=4, because there is no way to construct a 5-state Turing machine using fewer than 5 instructions. Also, the values for i = 5, 6, and 7 are lower than those in the following second interpretation.&lt;br /&gt;
* Interpretation #2: For i = 1 through 10, BBi(i, &amp;lt;=5, 2) = 1, 3, 5, 16, 20, 37, 106, 793, 47176869, 47176870. For this interpretation, we do not take the questions wording of “5-state” so literally, but rather we allow the consideration of any Turing machine having no greater than 5 states. For example, BBi(7, &amp;lt;=5, 2) = 106 = BB(4,2) – 1.&lt;br /&gt;
&lt;br /&gt;
The second interpretation, despite being less literally adherent to the question wording than the first, seems more useful for this particular question, specifically because we are probably interested in seeing how the number of steps grows for the best possible arrangement of i instructions within the 5 x 2 state table, and not just among the arrangements that specifically include defined transitions for all five states.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; For all n&amp;gt;1, will the 2n-1 instruction, n-state, 2-symbol BBi champion (one undefined transition) always exceed the 2n-1 instruction, n+1 state, 2-symbol BBi champion (3 undefined transitions)? (This is currently conjectured to be false.)&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: Compare values of BBi(2n-1, n, 2) with those of BBi(2n-1, n+1, 2) for n = 2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n+1, 2) = 4, 19, 65, ???.&lt;br /&gt;
* Interpretation #2: Compare values of BBi(2n-1, &amp;lt;=n, 2) with those of BBi(2n-1, &amp;lt;=n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n+1, 2) = 5, 20, 106, ???.&lt;br /&gt;
&lt;br /&gt;
For this second question, the first interpretation clearly seems to be the more useful one, as we are probably interested in comparing the steps differences between machines having strictly n states (with one undefined transition) with machines having strictly n+1 states (with three undefined transitions). Using the second interpretation, information about these steps differences is lost since we have replaced the steps values of the machines with n+1 states with the values from the stronger n-state machines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected Results:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Following are some results for Domain-Restricted BBi, some of which follow logically from their definitions, and others which have been computed so far:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, -, -) = BBi(i).  If we allow any number of states and symbols, then this is the standard BBi function.&lt;br /&gt;
* BBi(-, n, m) = BBi(nm, n, m) = BB(n, m) for n&amp;gt;=2, m&amp;gt;=2. If we allow any number of instructions, or if we specify nm instructions, then this is equivalent to the standard BB(n, m) function.&lt;br /&gt;
* BBi(nm-1, n, m) = BBi(nm, n, m) - 1 = BB(n, m) - 1 for n&amp;gt;=2, m&amp;gt;=2. With one undefined transition, the number of steps is one less than having a completely filled n x m transition table including a halting instruction, which adds one final step.&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, -, 2) = 1, 3, 5, 16, 20, 37, 106, 793, ….  BBi(9, -, 2) is at least 47176869, but it may be even larger if a more powerful 6-state, 2-symbol machine having three undefined transitions can be found. BBi(10, -, 2) will almost certainly be greater than the current lower bound of 47176870 = BB(5,2).&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, &amp;lt;=2, -) = 1, 3, 5, 13, 37, 123, 3232963, …. The number of states is specified here as “&amp;lt;=2” rather than “2” so that we can have a valid value for one instruction. (A 1-instruction Turing machine has only one operating state.) BBi(8, &amp;lt;=2, -) will almost certainly be greater than the current lower bound of 3232964 = BB(2,4).&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants. The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant. Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity. Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps. In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n = 1 through n = 13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675. gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---|halt}}.&lt;br /&gt;
* I-L Blanking Busy Beaver. BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions. BLBi(n) for n = 3 through n = 7 are: 4, 12, 30, 77, 808. BLBi(8) is at least 1,367,361,263,049 by the current champion {{TM|1RB2RA1RA2RB_2LB3LA0RB0RA}}.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4174</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4174"/>
		<updated>2025-10-02T20:23:09Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added blog link to Symbols table as well&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n = 1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m = 1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH|halt}} {{TM|1RH---|halt}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html Blog] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---|halt}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---|halt}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---|halt}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html Blog] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5) -1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---|halt}} instead of {{TM|1RH|halt}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n = 8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree. This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB. The two machines transitioning to state A never halt, while the two machines transitioning to state B halt. The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted. For n = 2, this instruction must be B0. (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;. (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.) Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions. (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Domain-Restricted BBi ==&lt;br /&gt;
In addition to the standard Instruction-Limited Busy Beaver function BBi(n), where the numbers of states and symbols a Turing machine may have is unlimited, it may also be useful to consider the “Domain-Restricted BBi”, where the numbers of instructions, states, and/or symbols are specified values or ranges.&lt;br /&gt;
&lt;br /&gt;
Following are some example three-argument functions within the Domain-Restricted BBi.  For each function, the value is always the greatest number of steps taken by a Turing machine satisfying the corresponding restrictions:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, n, m): An n-state, m-symbol Turing machine having i instructions&lt;br /&gt;
* BBi(i, &amp;lt;=n, m): An i-instruction, m-symbol Turing machine having no greater than n states&lt;br /&gt;
* BBi(i, -, m): An i-instruction, m-symbol Turing machine having any number of states&lt;br /&gt;
* BBi(i, n, &amp;lt;=m): An i-instruction, n-state Turing machine having no greater than m instructions&lt;br /&gt;
* Etc.&lt;br /&gt;
&lt;br /&gt;
Note that we have replaced the argument n from the standard BBi function with i in this three-argument version, primarily to avoid confusion with the n normally used to denote the number of states in a standard BB Turing machine.&lt;br /&gt;
&lt;br /&gt;
For each of the three arguments, we may simply list a value, in which case the Turing machine must have exactly that number of instructions, states, or symbols. Another option is to specify a range, such as “&amp;lt;=n”, or “&amp;lt;=m”, in which case the Turing machine must have n or fewer states, or m or fewer symbols, respectively. And the final option is to give an argument as “-“, in which case, there is no restriction to the Turing machine’s number of instructions, states, or symbols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example Questions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main reason for having the flexibility in the way that the arguments are presented within the Domain-Restricted BBi function is that some problems relating to BB and BBi are best suited to examining Turing machines having specific numbers of states and symbols, while others are more practically examined within a range of state and symbol values instead. For example, consider the following two questions, along with two possible ways to interpret and answer each question:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039; What are the maximum numbers of steps an i-instruction, 5-state, 2-symbol Turing machine can take before halting?&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: For i = 1 through 10, BBi(i, 5, 2) = -, -, -, -, 9, 31, 65, 793, 47176869, 47176870. In this interpretation, there are no values for 1&amp;lt;=i&amp;lt;=4, because there is no way to construct a 5-state Turing machine using fewer than 5 instructions. Also, the values for i = 5, 6, and 7 are lower than those in the following second interpretation.&lt;br /&gt;
* Interpretation #2: For i = 1 through 10, BBi(i, &amp;lt;=5, 2) = 1, 3, 5, 16, 20, 37, 106, 793, 47176869, 47176870. For this interpretation, we do not take the questions wording of “5-state” so literally, but rather we allow the consideration of any Turing machine having no greater than 5 states. For example, BBi(7, &amp;lt;=5, 2) = 106 = BB(4,2) – 1.&lt;br /&gt;
&lt;br /&gt;
The second interpretation, despite being less literally adherent to the question wording than the first, seems more useful for this particular question, specifically because we are probably interested in seeing how the number of steps grows for the best possible arrangement of i instructions within the 5 x 2 state table, and not just among the arrangements that specifically include defined transitions for all five states.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; For all n&amp;gt;1, will the 2n-1 instruction, n-state, 2-symbol BBi champion (one undefined transition) always exceed the 2n-1 instruction, n+1 state, 2-symbol BBi champion (3 undefined transitions)? (This is currently conjectured to be false.)&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: Compare values of BBi(2n-1, n, 2) with those of BBi(2n-1, n+1, 2) for n = 2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n+1, 2) = 4, 19, 65, ???.&lt;br /&gt;
* Interpretation #2: Compare values of BBi(2n-1, &amp;lt;=n, 2) with those of BBi(2n-1, &amp;lt;=n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n+1, 2) = 5, 20, 106, ???.&lt;br /&gt;
&lt;br /&gt;
For this second question, the first interpretation clearly seems to be the more useful one, as we are probably interested in comparing the steps differences between machines having strictly n states (with one undefined transition) with machines having strictly n+1 states (with three undefined transitions). Using the second interpretation, information about these steps differences is lost since we have replaced the steps values of the machines with n+1 states with the values from the stronger n-state machines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected Results:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Following are some results for Domain-Restricted BBi, some of which follow logically from their definitions, and others which have been computed so far:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, -, -) = BBi(i).  If we allow any number of states and symbols, then this is the standard BBi function.&lt;br /&gt;
* BBi(-, n, m) = BBi(nm, n, m) = BB(n, m) for n&amp;gt;=2, m&amp;gt;=2. If we allow any number of instructions, or if we specify nm instructions, then this is equivalent to the standard BB(n, m) function.&lt;br /&gt;
* BBi(nm-1, n, m) = BBi(nm, n, m) - 1 = BB(n, m) - 1 for n&amp;gt;=2, m&amp;gt;=2. With one undefined transition, the number of steps is one less than having a completely filled n x m transition table including a halting instruction, which adds one final step.&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, -, 2) = 1, 3, 5, 16, 20, 37, 106, 793, ….  BBi(9, -, 2) is at least 47176869, but it may be even larger if a more powerful 6-state, 2-symbol machine having three undefined transitions can be found. BBi(10, -, 2) will almost certainly be greater than the current lower bound of 47176870 = BB(5,2).&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, &amp;lt;=2, -) = 1, 3, 5, 13, 37, 123, 3232963, …. The number of states is specified here as “&amp;lt;=2” rather than “2” so that we can have a valid value for one instruction. (A 1-instruction Turing machine has only one operating state.) BBi(8, &amp;lt;=2, -) will almost certainly be greater than the current lower bound of 3232964 = BB(2,4).&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants. The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant. Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity. Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps. In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n = 1 through n = 13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675. gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---|halt}}.&lt;br /&gt;
* I-L Blanking Busy Beaver. BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions. BLBi(n) for n = 3 through n = 7 are: 4, 12, 30, 77, 808. BLBi(8) is at least 1,367,361,263,049 by the current champion {{TM|1RB2RA1RA2RB_2LB3LA0RB0RA}}.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4173</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4173"/>
		<updated>2025-10-02T20:21:57Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Removed carriage return&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n = 1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m = 1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH|halt}} {{TM|1RH---|halt}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html Blog] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---|halt}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---|halt}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---|halt}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5) -1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---|halt}} instead of {{TM|1RH|halt}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n = 8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree. This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB. The two machines transitioning to state A never halt, while the two machines transitioning to state B halt. The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted. For n = 2, this instruction must be B0. (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;. (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.) Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions. (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Domain-Restricted BBi ==&lt;br /&gt;
In addition to the standard Instruction-Limited Busy Beaver function BBi(n), where the numbers of states and symbols a Turing machine may have is unlimited, it may also be useful to consider the “Domain-Restricted BBi”, where the numbers of instructions, states, and/or symbols are specified values or ranges.&lt;br /&gt;
&lt;br /&gt;
Following are some example three-argument functions within the Domain-Restricted BBi.  For each function, the value is always the greatest number of steps taken by a Turing machine satisfying the corresponding restrictions:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, n, m): An n-state, m-symbol Turing machine having i instructions&lt;br /&gt;
* BBi(i, &amp;lt;=n, m): An i-instruction, m-symbol Turing machine having no greater than n states&lt;br /&gt;
* BBi(i, -, m): An i-instruction, m-symbol Turing machine having any number of states&lt;br /&gt;
* BBi(i, n, &amp;lt;=m): An i-instruction, n-state Turing machine having no greater than m instructions&lt;br /&gt;
* Etc.&lt;br /&gt;
&lt;br /&gt;
Note that we have replaced the argument n from the standard BBi function with i in this three-argument version, primarily to avoid confusion with the n normally used to denote the number of states in a standard BB Turing machine.&lt;br /&gt;
&lt;br /&gt;
For each of the three arguments, we may simply list a value, in which case the Turing machine must have exactly that number of instructions, states, or symbols. Another option is to specify a range, such as “&amp;lt;=n”, or “&amp;lt;=m”, in which case the Turing machine must have n or fewer states, or m or fewer symbols, respectively. And the final option is to give an argument as “-“, in which case, there is no restriction to the Turing machine’s number of instructions, states, or symbols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example Questions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main reason for having the flexibility in the way that the arguments are presented within the Domain-Restricted BBi function is that some problems relating to BB and BBi are best suited to examining Turing machines having specific numbers of states and symbols, while others are more practically examined within a range of state and symbol values instead. For example, consider the following two questions, along with two possible ways to interpret and answer each question:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039; What are the maximum numbers of steps an i-instruction, 5-state, 2-symbol Turing machine can take before halting?&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: For i = 1 through 10, BBi(i, 5, 2) = -, -, -, -, 9, 31, 65, 793, 47176869, 47176870. In this interpretation, there are no values for 1&amp;lt;=i&amp;lt;=4, because there is no way to construct a 5-state Turing machine using fewer than 5 instructions. Also, the values for i = 5, 6, and 7 are lower than those in the following second interpretation.&lt;br /&gt;
* Interpretation #2: For i = 1 through 10, BBi(i, &amp;lt;=5, 2) = 1, 3, 5, 16, 20, 37, 106, 793, 47176869, 47176870. For this interpretation, we do not take the questions wording of “5-state” so literally, but rather we allow the consideration of any Turing machine having no greater than 5 states. For example, BBi(7, &amp;lt;=5, 2) = 106 = BB(4,2) – 1.&lt;br /&gt;
&lt;br /&gt;
The second interpretation, despite being less literally adherent to the question wording than the first, seems more useful for this particular question, specifically because we are probably interested in seeing how the number of steps grows for the best possible arrangement of i instructions within the 5 x 2 state table, and not just among the arrangements that specifically include defined transitions for all five states.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; For all n&amp;gt;1, will the 2n-1 instruction, n-state, 2-symbol BBi champion (one undefined transition) always exceed the 2n-1 instruction, n+1 state, 2-symbol BBi champion (3 undefined transitions)? (This is currently conjectured to be false.)&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: Compare values of BBi(2n-1, n, 2) with those of BBi(2n-1, n+1, 2) for n = 2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n+1, 2) = 4, 19, 65, ???.&lt;br /&gt;
* Interpretation #2: Compare values of BBi(2n-1, &amp;lt;=n, 2) with those of BBi(2n-1, &amp;lt;=n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n+1, 2) = 5, 20, 106, ???.&lt;br /&gt;
&lt;br /&gt;
For this second question, the first interpretation clearly seems to be the more useful one, as we are probably interested in comparing the steps differences between machines having strictly n states (with one undefined transition) with machines having strictly n+1 states (with three undefined transitions). Using the second interpretation, information about these steps differences is lost since we have replaced the steps values of the machines with n+1 states with the values from the stronger n-state machines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected Results:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Following are some results for Domain-Restricted BBi, some of which follow logically from their definitions, and others which have been computed so far:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, -, -) = BBi(i).  If we allow any number of states and symbols, then this is the standard BBi function.&lt;br /&gt;
* BBi(-, n, m) = BBi(nm, n, m) = BB(n, m) for n&amp;gt;=2, m&amp;gt;=2. If we allow any number of instructions, or if we specify nm instructions, then this is equivalent to the standard BB(n, m) function.&lt;br /&gt;
* BBi(nm-1, n, m) = BBi(nm, n, m) - 1 = BB(n, m) - 1 for n&amp;gt;=2, m&amp;gt;=2. With one undefined transition, the number of steps is one less than having a completely filled n x m transition table including a halting instruction, which adds one final step.&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, -, 2) = 1, 3, 5, 16, 20, 37, 106, 793, ….  BBi(9, -, 2) is at least 47176869, but it may be even larger if a more powerful 6-state, 2-symbol machine having three undefined transitions can be found. BBi(10, -, 2) will almost certainly be greater than the current lower bound of 47176870 = BB(5,2).&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, &amp;lt;=2, -) = 1, 3, 5, 13, 37, 123, 3232963, …. The number of states is specified here as “&amp;lt;=2” rather than “2” so that we can have a valid value for one instruction. (A 1-instruction Turing machine has only one operating state.) BBi(8, &amp;lt;=2, -) will almost certainly be greater than the current lower bound of 3232964 = BB(2,4).&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants. The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant. Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity. Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps. In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n = 1 through n = 13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675. gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---|halt}}.&lt;br /&gt;
* I-L Blanking Busy Beaver. BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions. BLBi(n) for n = 3 through n = 7 are: 4, 12, 30, 77, 808. BLBi(8) is at least 1,367,361,263,049 by the current champion {{TM|1RB2RA1RA2RB_2LB3LA0RB0RA}}.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4172</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4172"/>
		<updated>2025-10-02T20:21:20Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added link to blog post about the current BBi(8) champion machine.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n = 1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m = 1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH|halt}} {{TM|1RH---|halt}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html Blog] &lt;br /&gt;
[https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---|halt}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---|halt}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---|halt}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5) -1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---|halt}} instead of {{TM|1RH|halt}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n = 8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree. This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB. The two machines transitioning to state A never halt, while the two machines transitioning to state B halt. The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted. For n = 2, this instruction must be B0. (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;. (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.) Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions. (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Domain-Restricted BBi ==&lt;br /&gt;
In addition to the standard Instruction-Limited Busy Beaver function BBi(n), where the numbers of states and symbols a Turing machine may have is unlimited, it may also be useful to consider the “Domain-Restricted BBi”, where the numbers of instructions, states, and/or symbols are specified values or ranges.&lt;br /&gt;
&lt;br /&gt;
Following are some example three-argument functions within the Domain-Restricted BBi.  For each function, the value is always the greatest number of steps taken by a Turing machine satisfying the corresponding restrictions:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, n, m): An n-state, m-symbol Turing machine having i instructions&lt;br /&gt;
* BBi(i, &amp;lt;=n, m): An i-instruction, m-symbol Turing machine having no greater than n states&lt;br /&gt;
* BBi(i, -, m): An i-instruction, m-symbol Turing machine having any number of states&lt;br /&gt;
* BBi(i, n, &amp;lt;=m): An i-instruction, n-state Turing machine having no greater than m instructions&lt;br /&gt;
* Etc.&lt;br /&gt;
&lt;br /&gt;
Note that we have replaced the argument n from the standard BBi function with i in this three-argument version, primarily to avoid confusion with the n normally used to denote the number of states in a standard BB Turing machine.&lt;br /&gt;
&lt;br /&gt;
For each of the three arguments, we may simply list a value, in which case the Turing machine must have exactly that number of instructions, states, or symbols. Another option is to specify a range, such as “&amp;lt;=n”, or “&amp;lt;=m”, in which case the Turing machine must have n or fewer states, or m or fewer symbols, respectively. And the final option is to give an argument as “-“, in which case, there is no restriction to the Turing machine’s number of instructions, states, or symbols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example Questions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main reason for having the flexibility in the way that the arguments are presented within the Domain-Restricted BBi function is that some problems relating to BB and BBi are best suited to examining Turing machines having specific numbers of states and symbols, while others are more practically examined within a range of state and symbol values instead. For example, consider the following two questions, along with two possible ways to interpret and answer each question:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039; What are the maximum numbers of steps an i-instruction, 5-state, 2-symbol Turing machine can take before halting?&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: For i = 1 through 10, BBi(i, 5, 2) = -, -, -, -, 9, 31, 65, 793, 47176869, 47176870. In this interpretation, there are no values for 1&amp;lt;=i&amp;lt;=4, because there is no way to construct a 5-state Turing machine using fewer than 5 instructions. Also, the values for i = 5, 6, and 7 are lower than those in the following second interpretation.&lt;br /&gt;
* Interpretation #2: For i = 1 through 10, BBi(i, &amp;lt;=5, 2) = 1, 3, 5, 16, 20, 37, 106, 793, 47176869, 47176870. For this interpretation, we do not take the questions wording of “5-state” so literally, but rather we allow the consideration of any Turing machine having no greater than 5 states. For example, BBi(7, &amp;lt;=5, 2) = 106 = BB(4,2) – 1.&lt;br /&gt;
&lt;br /&gt;
The second interpretation, despite being less literally adherent to the question wording than the first, seems more useful for this particular question, specifically because we are probably interested in seeing how the number of steps grows for the best possible arrangement of i instructions within the 5 x 2 state table, and not just among the arrangements that specifically include defined transitions for all five states.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; For all n&amp;gt;1, will the 2n-1 instruction, n-state, 2-symbol BBi champion (one undefined transition) always exceed the 2n-1 instruction, n+1 state, 2-symbol BBi champion (3 undefined transitions)? (This is currently conjectured to be false.)&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: Compare values of BBi(2n-1, n, 2) with those of BBi(2n-1, n+1, 2) for n = 2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n+1, 2) = 4, 19, 65, ???.&lt;br /&gt;
* Interpretation #2: Compare values of BBi(2n-1, &amp;lt;=n, 2) with those of BBi(2n-1, &amp;lt;=n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n+1, 2) = 5, 20, 106, ???.&lt;br /&gt;
&lt;br /&gt;
For this second question, the first interpretation clearly seems to be the more useful one, as we are probably interested in comparing the steps differences between machines having strictly n states (with one undefined transition) with machines having strictly n+1 states (with three undefined transitions). Using the second interpretation, information about these steps differences is lost since we have replaced the steps values of the machines with n+1 states with the values from the stronger n-state machines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected Results:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Following are some results for Domain-Restricted BBi, some of which follow logically from their definitions, and others which have been computed so far:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, -, -) = BBi(i).  If we allow any number of states and symbols, then this is the standard BBi function.&lt;br /&gt;
* BBi(-, n, m) = BBi(nm, n, m) = BB(n, m) for n&amp;gt;=2, m&amp;gt;=2. If we allow any number of instructions, or if we specify nm instructions, then this is equivalent to the standard BB(n, m) function.&lt;br /&gt;
* BBi(nm-1, n, m) = BBi(nm, n, m) - 1 = BB(n, m) - 1 for n&amp;gt;=2, m&amp;gt;=2. With one undefined transition, the number of steps is one less than having a completely filled n x m transition table including a halting instruction, which adds one final step.&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, -, 2) = 1, 3, 5, 16, 20, 37, 106, 793, ….  BBi(9, -, 2) is at least 47176869, but it may be even larger if a more powerful 6-state, 2-symbol machine having three undefined transitions can be found. BBi(10, -, 2) will almost certainly be greater than the current lower bound of 47176870 = BB(5,2).&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, &amp;lt;=2, -) = 1, 3, 5, 13, 37, 123, 3232963, …. The number of states is specified here as “&amp;lt;=2” rather than “2” so that we can have a valid value for one instruction. (A 1-instruction Turing machine has only one operating state.) BBi(8, &amp;lt;=2, -) will almost certainly be greater than the current lower bound of 3232964 = BB(2,4).&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants. The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant. Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity. Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps. In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n = 1 through n = 13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675. gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---|halt}}.&lt;br /&gt;
* I-L Blanking Busy Beaver. BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions. BLBi(n) for n = 3 through n = 7 are: 4, 12, 30, 77, 808. BLBi(8) is at least 1,367,361,263,049 by the current champion {{TM|1RB2RA1RA2RB_2LB3LA0RB0RA}}.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4171</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=4171"/>
		<updated>2025-10-02T20:20:16Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n = 1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m = 1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH|halt}} {{TM|1RH---|halt}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] &lt;br /&gt;
[https://nickdrozd.github.io/2025/09/30/shape-of-a-turing-machine.html Blog] &lt;br /&gt;
[https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---|halt}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---|halt}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---|halt}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5) -1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---|halt}} instead of {{TM|1RH|halt}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n = 8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree. This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB. The two machines transitioning to state A never halt, while the two machines transitioning to state B halt. The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted. For n = 2, this instruction must be B0. (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;. (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.) Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions. (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Domain-Restricted BBi ==&lt;br /&gt;
In addition to the standard Instruction-Limited Busy Beaver function BBi(n), where the numbers of states and symbols a Turing machine may have is unlimited, it may also be useful to consider the “Domain-Restricted BBi”, where the numbers of instructions, states, and/or symbols are specified values or ranges.&lt;br /&gt;
&lt;br /&gt;
Following are some example three-argument functions within the Domain-Restricted BBi.  For each function, the value is always the greatest number of steps taken by a Turing machine satisfying the corresponding restrictions:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, n, m): An n-state, m-symbol Turing machine having i instructions&lt;br /&gt;
* BBi(i, &amp;lt;=n, m): An i-instruction, m-symbol Turing machine having no greater than n states&lt;br /&gt;
* BBi(i, -, m): An i-instruction, m-symbol Turing machine having any number of states&lt;br /&gt;
* BBi(i, n, &amp;lt;=m): An i-instruction, n-state Turing machine having no greater than m instructions&lt;br /&gt;
* Etc.&lt;br /&gt;
&lt;br /&gt;
Note that we have replaced the argument n from the standard BBi function with i in this three-argument version, primarily to avoid confusion with the n normally used to denote the number of states in a standard BB Turing machine.&lt;br /&gt;
&lt;br /&gt;
For each of the three arguments, we may simply list a value, in which case the Turing machine must have exactly that number of instructions, states, or symbols. Another option is to specify a range, such as “&amp;lt;=n”, or “&amp;lt;=m”, in which case the Turing machine must have n or fewer states, or m or fewer symbols, respectively. And the final option is to give an argument as “-“, in which case, there is no restriction to the Turing machine’s number of instructions, states, or symbols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example Questions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main reason for having the flexibility in the way that the arguments are presented within the Domain-Restricted BBi function is that some problems relating to BB and BBi are best suited to examining Turing machines having specific numbers of states and symbols, while others are more practically examined within a range of state and symbol values instead. For example, consider the following two questions, along with two possible ways to interpret and answer each question:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039; What are the maximum numbers of steps an i-instruction, 5-state, 2-symbol Turing machine can take before halting?&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: For i = 1 through 10, BBi(i, 5, 2) = -, -, -, -, 9, 31, 65, 793, 47176869, 47176870. In this interpretation, there are no values for 1&amp;lt;=i&amp;lt;=4, because there is no way to construct a 5-state Turing machine using fewer than 5 instructions. Also, the values for i = 5, 6, and 7 are lower than those in the following second interpretation.&lt;br /&gt;
* Interpretation #2: For i = 1 through 10, BBi(i, &amp;lt;=5, 2) = 1, 3, 5, 16, 20, 37, 106, 793, 47176869, 47176870. For this interpretation, we do not take the questions wording of “5-state” so literally, but rather we allow the consideration of any Turing machine having no greater than 5 states. For example, BBi(7, &amp;lt;=5, 2) = 106 = BB(4,2) – 1.&lt;br /&gt;
&lt;br /&gt;
The second interpretation, despite being less literally adherent to the question wording than the first, seems more useful for this particular question, specifically because we are probably interested in seeing how the number of steps grows for the best possible arrangement of i instructions within the 5 x 2 state table, and not just among the arrangements that specifically include defined transitions for all five states.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; For all n&amp;gt;1, will the 2n-1 instruction, n-state, 2-symbol BBi champion (one undefined transition) always exceed the 2n-1 instruction, n+1 state, 2-symbol BBi champion (3 undefined transitions)? (This is currently conjectured to be false.)&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: Compare values of BBi(2n-1, n, 2) with those of BBi(2n-1, n+1, 2) for n = 2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n+1, 2) = 4, 19, 65, ???.&lt;br /&gt;
* Interpretation #2: Compare values of BBi(2n-1, &amp;lt;=n, 2) with those of BBi(2n-1, &amp;lt;=n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n+1, 2) = 5, 20, 106, ???.&lt;br /&gt;
&lt;br /&gt;
For this second question, the first interpretation clearly seems to be the more useful one, as we are probably interested in comparing the steps differences between machines having strictly n states (with one undefined transition) with machines having strictly n+1 states (with three undefined transitions). Using the second interpretation, information about these steps differences is lost since we have replaced the steps values of the machines with n+1 states with the values from the stronger n-state machines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected Results:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Following are some results for Domain-Restricted BBi, some of which follow logically from their definitions, and others which have been computed so far:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, -, -) = BBi(i).  If we allow any number of states and symbols, then this is the standard BBi function.&lt;br /&gt;
* BBi(-, n, m) = BBi(nm, n, m) = BB(n, m) for n&amp;gt;=2, m&amp;gt;=2. If we allow any number of instructions, or if we specify nm instructions, then this is equivalent to the standard BB(n, m) function.&lt;br /&gt;
* BBi(nm-1, n, m) = BBi(nm, n, m) - 1 = BB(n, m) - 1 for n&amp;gt;=2, m&amp;gt;=2. With one undefined transition, the number of steps is one less than having a completely filled n x m transition table including a halting instruction, which adds one final step.&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, -, 2) = 1, 3, 5, 16, 20, 37, 106, 793, ….  BBi(9, -, 2) is at least 47176869, but it may be even larger if a more powerful 6-state, 2-symbol machine having three undefined transitions can be found. BBi(10, -, 2) will almost certainly be greater than the current lower bound of 47176870 = BB(5,2).&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, &amp;lt;=2, -) = 1, 3, 5, 13, 37, 123, 3232963, …. The number of states is specified here as “&amp;lt;=2” rather than “2” so that we can have a valid value for one instruction. (A 1-instruction Turing machine has only one operating state.) BBi(8, &amp;lt;=2, -) will almost certainly be greater than the current lower bound of 3232964 = BB(2,4).&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants. The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant. Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity. Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps. In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n = 1 through n = 13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675. gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---|halt}}.&lt;br /&gt;
* I-L Blanking Busy Beaver. BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions. BLBi(n) for n = 3 through n = 7 are: 4, 12, 30, 77, 808. BLBi(8) is at least 1,367,361,263,049 by the current champion {{TM|1RB2RA1RA2RB_2LB3LA0RB0RA}}.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3297</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3297"/>
		<updated>2025-08-24T21:02:49Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Changing n&amp;gt;=1 to n&amp;gt;=2 just to be safe for all small machines (which can get weird when you have only 1 state.)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH|halt}} {{TM|1RH---|halt}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---|halt}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---|halt}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---|halt}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---|halt}} instead of {{TM|1RH|halt}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Domain-Restricted BBi ==&lt;br /&gt;
In addition to the standard Instruction-Limited Busy Beaver function BBi(n), where the numbers of states and symbols a Turing machine may have is unlimited, it may also be useful to consider the “Domain-Restricted BBi”, where the numbers of instructions, states, and/or symbols are specified values or ranges.&lt;br /&gt;
&lt;br /&gt;
Following are some example three-argument functions within the Domain-Restricted BBi.  For each function, the value is always the greatest number of steps taken by a Turing machine satisfying the corresponding restrictions:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, n, m): An n-state, m-symbol Turing machine having i instructions&lt;br /&gt;
* BBi(i, &amp;lt;=n, m): An i-instruction, m-symbol Turing machine having no greater than n states&lt;br /&gt;
* BBi(i, -, m): An i-instruction, m-symbol Turing machine having any number of states&lt;br /&gt;
* BBi(i, n, &amp;lt;=m): An i-instruction, n-state Turing machine having no greater than m instructions&lt;br /&gt;
* Etc.&lt;br /&gt;
&lt;br /&gt;
Note that we have replaced the argument n from the standard BBi function with i in this three-argument version, primarily to avoid confusion with the n normally used to denote the number of states in a standard BB Turing machine.&lt;br /&gt;
&lt;br /&gt;
For each of the three arguments, we may simply list a value, in which case the Turing machine must have exactly that number of instructions, states, or symbols.  Another option is to specify a range, such as “&amp;lt;=n”, or “&amp;lt;=m”, in which case the Turing machine must have n or fewer states, or m or fewer symbols, respectively.  And the final option is to give an argument as “-“, in which case, there is no restriction to the Turing machine’s number of instructions, states, or symbols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example Questions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main reason for having the flexibility in the way that the arguments are presented within the Domain-Restricted BBi function is that some problems relating to BB and BBi are best suited to examining Turing machines having specific numbers of states and symbols, while others are more practically examined within a range of state and symbol values instead.  For example, consider the following two questions, along with two possible ways to interpret and answer each question:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039; What are the maximum numbers of steps an i-instruction, 5-state, 2-symbol Turing machine can take before halting?&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: For i=1 through 10, BBi(i, 5, 2) = -, -, -, -, 9, 31, 65, 793, 47176869, 47176870.  In this interpretation, there are no values for 1&amp;lt;=i&amp;lt;=4, because there is no way to construct a 5-state Turing machine using fewer than 5 instructions.  Also, the values for i=5, 6, and 7 are lower than those in the following second interpretation.&lt;br /&gt;
* Interpretation #2: For i=1 through 10, BBi(i, &amp;lt;=5, 2) = 1, 3, 5, 16, 20, 37, 106, 793, 47176869, 47176870.  For this interpretation, we do not take the question’s wording of “5-state” so literally, but rather we allow the consideration of any Turing machine having no greater than 5 states.  For example, BBi(7, &amp;lt;=5, 2) = 106 = BB(4,2) – 1.&lt;br /&gt;
&lt;br /&gt;
The second interpretation, despite being less literally adherent to the question wording than the first, seems more useful for this particular question, specifically because we are probably interested in seeing how the number of steps grows for the best possible arrangement of i instructions within the 5 x 2 state table, and not just among the arrangements that specifically include defined transitions for all five states.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; For all n&amp;gt;1, will the 2n-1 instruction, n-state, 2-symbol BBi champion (one undefined transition) always exceed the 2n-1 instruction, n+1 state, 2-symbol BBi champion (3 undefined transitions)?  (This is currently conjectured to be false.)&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: Compare values of BBi(2n-1, n, 2) with those of BBi(2n-1, n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n+1, 2) = 4, 19, 65, ???.&lt;br /&gt;
* Interpretation #2: Compare values of BBi(2n-1, &amp;lt;=n, 2) with those of BBi(2n-1, &amp;lt;=n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n+1, 2) = 5, 20, 106, ???.&lt;br /&gt;
&lt;br /&gt;
For this second question, the first interpretation clearly seems to be the more useful one, as we are probably interested in comparing the steps differences between machines having strictly n states (with one undefined transition) with machines having strictly n+1 states (with three undefined transitions).  Using the second interpretation, information about these steps differences is lost since we have replaced the steps values of the machines with n+1 states with the values from the stronger n-state machines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected Results:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Following are some results for Domain-Restricted BBi, some of which follow logically from their definitions, and others which have been computed so far:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, -, -) = BBi(i).  If we allow any number of states and symbols, then this is the standard BBi function.&lt;br /&gt;
* BBi(-, n, m) = BBi(nm, n, m) = BB(n, m) for n&amp;gt;=2, m&amp;gt;=2.  If we allow any number of instructions, or if we specify nm instructions, then this is equivalent to the standard BB(n, m) function.&lt;br /&gt;
* BBi(nm-1, n, m) = BBi(nm, n, m) - 1 = BB(n, m) - 1 for n&amp;gt;=2, m&amp;gt;=2.  With one undefined transition, the number of steps is one less than having a completely filled n x m transition table including a halting instruction, which adds one final step.&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, -, 2) = 1, 3, 5, 16, 20, 37, 106, 793, ….  BBi(9, -, 2) is at least 47176869, but it may be even larger if a more powerful 6-state, 2-symbol machine having three undefined transitions can be found.  BBi(10, -, 2) will almost certainly be greater than the current lower bound of 47176870 = BB(5,2).&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, &amp;lt;=2, -) = 1, 3, 5, 13, 37, 123, 3232963, ….  The number of states is specified here as “&amp;lt;=2” rather than “2” so that we can have a valid value for one instruction.  (A 1-instruction Turing machine has only one operating state.)  BBi(8, &amp;lt;=2, -) will almost certainly be greater than the current lower bound of 3232964 = BB(2,4).&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---|halt}}.&lt;br /&gt;
* I-L Blanking Busy Beaver.  BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions.  BLBi(n) for n=3 through n=7 are: 4, 12, 30, 77, 808.  BLBi(8) is at least 1,367,361,263,049 by the current champion {{TM|1RB2RA1RA2RB_2LB3LA0RB0RA}}.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3294</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3294"/>
		<updated>2025-08-24T20:39:39Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Changed a faulty &amp;quot;=&amp;quot; to a correct &amp;quot;-&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH|halt}} {{TM|1RH---|halt}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---|halt}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---|halt}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---|halt}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---|halt}} instead of {{TM|1RH|halt}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Domain-Restricted BBi ==&lt;br /&gt;
In addition to the standard Instruction-Limited Busy Beaver function BBi(n), where the numbers of states and symbols a Turing machine may have is unlimited, it may also be useful to consider the “Domain-Restricted BBi”, where the numbers of instructions, states, and/or symbols are specified values or ranges.&lt;br /&gt;
&lt;br /&gt;
Following are some example three-argument functions within the Domain-Restricted BBi.  For each function, the value is always the greatest number of steps taken by a Turing machine satisfying the corresponding restrictions:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, n, m): An n-state, m-symbol Turing machine having i instructions&lt;br /&gt;
* BBi(i, &amp;lt;=n, m): An i-instruction, m-symbol Turing machine having no greater than n states&lt;br /&gt;
* BBi(i, -, m): An i-instruction, m-symbol Turing machine having any number of states&lt;br /&gt;
* BBi(i, n, &amp;lt;=m): An i-instruction, n-state Turing machine having no greater than m instructions&lt;br /&gt;
* Etc.&lt;br /&gt;
&lt;br /&gt;
Note that we have replaced the argument n from the standard BBi function with i in this three-argument version, primarily to avoid confusion with the n normally used to denote the number of states in a standard BB Turing machine.&lt;br /&gt;
&lt;br /&gt;
For each of the three arguments, we may simply list a value, in which case the Turing machine must have exactly that number of instructions, states, or symbols.  Another option is to specify a range, such as “&amp;lt;=n”, or “&amp;lt;=m”, in which case the Turing machine must have n or fewer states, or m or fewer symbols, respectively.  And the final option is to give an argument as “-“, in which case, there is no restriction to the Turing machine’s number of instructions, states, or symbols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example Questions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main reason for having the flexibility in the way that the arguments are presented within the Domain-Restricted BBi function is that some problems relating to BB and BBi are best suited to examining Turing machines having specific numbers of states and symbols, while others are more practically examined within a range of state and symbol values instead.  For example, consider the following two questions, along with two possible ways to interpret and answer each question:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039; What are the maximum numbers of steps an i-instruction, 5-state, 2-symbol Turing machine can take before halting?&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: For i=1 through 10, BBi(i, 5, 2) = -, -, -, -, 9, 31, 65, 793, 47176869, 47176870.  In this interpretation, there are no values for 1&amp;lt;=i&amp;lt;=4, because there is no way to construct a 5-state Turing machine using fewer than 5 instructions.  Also, the values for i=5, 6, and 7 are lower than those in the following second interpretation.&lt;br /&gt;
* Interpretation #2: For i=1 through 10, BBi(i, &amp;lt;=5, 2) = 1, 3, 5, 16, 20, 37, 106, 793, 47176869, 47176870.  For this interpretation, we do not take the question’s wording of “5-state” so literally, but rather we allow the consideration of any Turing machine having no greater than 5 states.  For example, BBi(7, &amp;lt;=5, 2) = 106 = BB(4,2) – 1.&lt;br /&gt;
&lt;br /&gt;
The second interpretation, despite being less literally adherent to the question wording than the first, seems more useful for this particular question, specifically because we are probably interested in seeing how the number of steps grows for the best possible arrangement of i instructions within the 5 x 2 state table, and not just among the arrangements that specifically include defined transitions for all five states.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; For all n&amp;gt;1, will the 2n-1 instruction, n-state, 2-symbol BBi champion (one undefined transition) always exceed the 2n-1 instruction, n+1 state, 2-symbol BBi champion (3 undefined transitions)?  (This is currently conjectured to be false.)&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: Compare values of BBi(2n-1, n, 2) with those of BBi(2n-1, n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n+1, 2) = 4, 19, 65, ???.&lt;br /&gt;
* Interpretation #2: Compare values of BBi(2n-1, &amp;lt;=n, 2) with those of BBi(2n-1, &amp;lt;=n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n+1, 2) = 5, 20, 106, ???.&lt;br /&gt;
&lt;br /&gt;
For this second question, the first interpretation clearly seems to be the more useful one, as we are probably interested in comparing the steps differences between machines having strictly n states (with one undefined transition) with machines having strictly n+1 states (with three undefined transitions).  Using the second interpretation, information about these steps differences is lost since we have replaced the steps values of the machines with n+1 states with the values from the stronger n-state machines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected Results:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Following are some results for Domain-Restricted BBi, some of which follow logically from their definitions, and others which have been computed so far:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, -, -) = BBi(i).  If we allow any number of states and symbols, then this is the standard BBi function.&lt;br /&gt;
* BBi(-, n, m) = BBi(nm, n, m) = BB(n, m) for n&amp;gt;=1, m&amp;gt;=2.  If we allow any number of instructions, or if we specify nm instructions, then this is equivalent to the standard BB(n, m) function.&lt;br /&gt;
* BBi(nm-1, n, m) = BBi(nm, n, m) - 1 = BB(n, m) - 1 for n&amp;gt;=2, m&amp;gt;=2.  With one undefined transition, the number of steps is one less than having a completely filled n x m transition table including a halting instruction, which adds one final step.&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, -, 2) = 1, 3, 5, 16, 20, 37, 106, 793, ….  BBi(9, -, 2) is at least 47176869, but it may be even larger if a more powerful 6-state, 2-symbol machine having three undefined transitions can be found.  BBi(10, -, 2) will almost certainly be greater than the current lower bound of 47176870 = BB(5,2).&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, &amp;lt;=2, -) = 1, 3, 5, 13, 37, 123, 3232963, ….  The number of states is specified here as “&amp;lt;=2” rather than “2” so that we can have a valid value for one instruction.  (A 1-instruction Turing machine has only one operating state.)  BBi(8, &amp;lt;=2, -) will almost certainly be greater than the current lower bound of 3232964 = BB(2,4).&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---|halt}}.&lt;br /&gt;
* I-L Blanking Busy Beaver.  BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions.  BLBi(n) for n=3 through n=7 are: 4, 12, 30, 77, 808.  BLBi(8) is at least 1,367,361,263,049 by the current champion {{TM|1RB2RA1RA2RB_2LB3LA0RB0RA}}.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3293</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3293"/>
		<updated>2025-08-24T20:31:04Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: For the third Domain-Restricted BBi result, n must be at least 2.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH|halt}} {{TM|1RH---|halt}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---|halt}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---|halt}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---|halt}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---|halt}} instead of {{TM|1RH|halt}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Domain-Restricted BBi ==&lt;br /&gt;
In addition to the standard Instruction-Limited Busy Beaver function BBi(n), where the numbers of states and symbols a Turing machine may have is unlimited, it may also be useful to consider the “Domain-Restricted BBi”, where the numbers of instructions, states, and/or symbols are specified values or ranges.&lt;br /&gt;
&lt;br /&gt;
Following are some example three-argument functions within the Domain-Restricted BBi.  For each function, the value is always the greatest number of steps taken by a Turing machine satisfying the corresponding restrictions:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, n, m): An n-state, m-symbol Turing machine having i instructions&lt;br /&gt;
* BBi(i, &amp;lt;=n, m): An i-instruction, m-symbol Turing machine having no greater than n states&lt;br /&gt;
* BBi(i, -, m): An i-instruction, m-symbol Turing machine having any number of states&lt;br /&gt;
* BBi(i, n, &amp;lt;=m): An i-instruction, n-state Turing machine having no greater than m instructions&lt;br /&gt;
* Etc.&lt;br /&gt;
&lt;br /&gt;
Note that we have replaced the argument n from the standard BBi function with i in this three-argument version, primarily to avoid confusion with the n normally used to denote the number of states in a standard BB Turing machine.&lt;br /&gt;
&lt;br /&gt;
For each of the three arguments, we may simply list a value, in which case the Turing machine must have exactly that number of instructions, states, or symbols.  Another option is to specify a range, such as “&amp;lt;=n”, or “&amp;lt;=m”, in which case the Turing machine must have n or fewer states, or m or fewer symbols, respectively.  And the final option is to give an argument as “-“, in which case, there is no restriction to the Turing machine’s number of instructions, states, or symbols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example Questions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main reason for having the flexibility in the way that the arguments are presented within the Domain-Restricted BBi function is that some problems relating to BB and BBi are best suited to examining Turing machines having specific numbers of states and symbols, while others are more practically examined within a range of state and symbol values instead.  For example, consider the following two questions, along with two possible ways to interpret and answer each question:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039; What are the maximum numbers of steps an i-instruction, 5-state, 2-symbol Turing machine can take before halting?&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: For i=1 through 10, BBi(i, 5, 2) = -, -, -, -, 9, 31, 65, 793, 47176869, 47176870.  In this interpretation, there are no values for 1&amp;lt;=i&amp;lt;=4, because there is no way to construct a 5-state Turing machine using fewer than 5 instructions.  Also, the values for i=5, 6, and 7 are lower than those in the following second interpretation.&lt;br /&gt;
* Interpretation #2: For i=1 through 10, BBi(i, &amp;lt;=5, 2) = 1, 3, 5, 16, 20, 37, 106, 793, 47176869, 47176870.  For this interpretation, we do not take the question’s wording of “5-state” so literally, but rather we allow the consideration of any Turing machine having no greater than 5 states.  For example, BBi(7, &amp;lt;=5, 2) = 106 = BB(4,2) – 1.&lt;br /&gt;
&lt;br /&gt;
The second interpretation, despite being less literally adherent to the question wording than the first, seems more useful for this particular question, specifically because we are probably interested in seeing how the number of steps grows for the best possible arrangement of i instructions within the 5 x 2 state table, and not just among the arrangements that specifically include defined transitions for all five states.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; For all n&amp;gt;1, will the 2n-1 instruction, n-state, 2-symbol BBi champion (one undefined transition) always exceed the 2n-1 instruction, n+1 state, 2-symbol BBi champion (3 undefined transitions)?  (This is currently conjectured to be false.)&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: Compare values of BBi(2n-1, n, 2) with those of BBi(2n-1, n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n+1, 2) = 4, 19, 65, ???.&lt;br /&gt;
* Interpretation #2: Compare values of BBi(2n-1, &amp;lt;=n, 2) with those of BBi(2n-1, &amp;lt;=n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n+1, 2) = 5, 20, 106, ???.&lt;br /&gt;
&lt;br /&gt;
For this second question, the first interpretation clearly seems to be the more useful one, as we are probably interested in comparing the steps differences between machines having strictly n states (with one undefined transition) with machines having strictly n+1 states (with three undefined transitions).  Using the second interpretation, information about these steps differences is lost since we have replaced the steps values of the machines with n+1 states with the values from the stronger n-state machines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected Results:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Following are some results for Domain-Restricted BBi, some of which follow logically from their definitions, and others which have been computed so far:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, -, -) = BBi(i).  If we allow any number of states and symbols, then this is the standard BBi function.&lt;br /&gt;
* BBi(-, n, m) = BBi(nm, n, m) = BB(n, m) for n&amp;gt;=1, m&amp;gt;=2.  If we allow any number of instructions, or if we specify nm instructions, then this is equivalent to the standard BB(n, m) function.&lt;br /&gt;
* BBi(nm-1, n, m) = BBi(nm, n, m) - 1 = BB(n, m) = 1 for n&amp;gt;=2, m&amp;gt;=2.  With one undefined transition, the number of steps is one less than having a completely filled n x m transition table including a halting instruction, which adds one final step.&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, -, 2) = 1, 3, 5, 16, 20, 37, 106, 793, ….  BBi(9, -, 2) is at least 47176869, but it may be even larger if a more powerful 6-state, 2-symbol machine having three undefined transitions can be found.  BBi(10, -, 2) will almost certainly be greater than the current lower bound of 47176870 = BB(5,2).&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, &amp;lt;=2, -) = 1, 3, 5, 13, 37, 123, 3232963, ….  The number of states is specified here as “&amp;lt;=2” rather than “2” so that we can have a valid value for one instruction.  (A 1-instruction Turing machine has only one operating state.)  BBi(8, &amp;lt;=2, -) will almost certainly be greater than the current lower bound of 3232964 = BB(2,4).&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---|halt}}.&lt;br /&gt;
* I-L Blanking Busy Beaver.  BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions.  BLBi(n) for n=3 through n=7 are: 4, 12, 30, 77, 808.  BLBi(8) is at least 1,367,361,263,049 by the current champion {{TM|1RB2RA1RA2RB_2LB3LA0RB0RA}}.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3292</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3292"/>
		<updated>2025-08-24T20:14:31Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added a new section for Domain-Restricted BBi.  This section includes examples of the flexible notation, which allows for exact values for i, n, and m, or ranges.  Illustrates the value of having both versions, which might be better suited to different questions.  Also gives a few selected logical and computed results.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH|halt}} {{TM|1RH---|halt}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---|halt}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---|halt}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---|halt}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---|halt}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB|halt}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA|halt}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---|halt}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---|halt}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC|halt}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---|halt}} instead of {{TM|1RH|halt}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Domain-Restricted BBi ==&lt;br /&gt;
In addition to the standard Instruction-Limited Busy Beaver function BBi(n), where the numbers of states and symbols a Turing machine may have is unlimited, it may also be useful to consider the “Domain-Restricted BBi”, where the numbers of instructions, states, and/or symbols are specified values or ranges.&lt;br /&gt;
&lt;br /&gt;
Following are some example three-argument functions within the Domain-Restricted BBi.  For each function, the value is always the greatest number of steps taken by a Turing machine satisfying the corresponding restrictions:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, n, m): An n-state, m-symbol Turing machine having i instructions&lt;br /&gt;
* BBi(i, &amp;lt;=n, m): An i-instruction, m-symbol Turing machine having no greater than n states&lt;br /&gt;
* BBi(i, -, m): An i-instruction, m-symbol Turing machine having any number of states&lt;br /&gt;
* BBi(i, n, &amp;lt;=m): An i-instruction, n-state Turing machine having no greater than m instructions&lt;br /&gt;
* Etc.&lt;br /&gt;
&lt;br /&gt;
Note that we have replaced the argument n from the standard BBi function with i in this three-argument version, primarily to avoid confusion with the n normally used to denote the number of states in a standard BB Turing machine.&lt;br /&gt;
&lt;br /&gt;
For each of the three arguments, we may simply list a value, in which case the Turing machine must have exactly that number of instructions, states, or symbols.  Another option is to specify a range, such as “&amp;lt;=n”, or “&amp;lt;=m”, in which case the Turing machine must have n or fewer states, or m or fewer symbols, respectively.  And the final option is to give an argument as “-“, in which case, there is no restriction to the Turing machine’s number of instructions, states, or symbols.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example Questions:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The main reason for having the flexibility in the way that the arguments are presented within the Domain-Restricted BBi function is that some problems relating to BB and BBi are best suited to examining Turing machines having specific numbers of states and symbols, while others are more practically examined within a range of state and symbol values instead.  For example, consider the following two questions, along with two possible ways to interpret and answer each question:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 1:&#039;&#039;&#039; What are the maximum numbers of steps an i-instruction, 5-state, 2-symbol Turing machine can take before halting?&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: For i=1 through 10, BBi(i, 5, 2) = -, -, -, -, 9, 31, 65, 793, 47176869, 47176870.  In this interpretation, there are no values for 1&amp;lt;=i&amp;lt;=4, because there is no way to construct a 5-state Turing machine using fewer than 5 instructions.  Also, the values for i=5, 6, and 7 are lower than those in the following second interpretation.&lt;br /&gt;
* Interpretation #2: For i=1 through 10, BBi(i, &amp;lt;=5, 2) = 1, 3, 5, 16, 20, 37, 106, 793, 47176869, 47176870.  For this interpretation, we do not take the question’s wording of “5-state” so literally, but rather we allow the consideration of any Turing machine having no greater than 5 states.  For example, BBi(7, &amp;lt;=5, 2) = 106 = BB(4,2) – 1.&lt;br /&gt;
&lt;br /&gt;
The second interpretation, despite being less literally adherent to the question wording than the first, seems more useful for this particular question, specifically because we are probably interested in seeing how the number of steps grows for the best possible arrangement of i instructions within the 5 x 2 state table, and not just among the arrangements that specifically include defined transitions for all five states.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Question 2:&#039;&#039;&#039; For all n&amp;gt;1, will the 2n-1 instruction, n-state, 2-symbol BBi champion (one undefined transition) always exceed the 2n-1 instruction, n+1 state, 2-symbol BBi champion (3 undefined transitions)?  (This is currently conjectured to be false.)&lt;br /&gt;
&lt;br /&gt;
* Interpretation #1: Compare values of BBi(2n-1, n, 2) with those of BBi(2n-1, n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, n+1, 2) = 4, 19, 65, ???.&lt;br /&gt;
* Interpretation #2: Compare values of BBi(2n-1, &amp;lt;=n, 2) with those of BBi(2n-1, &amp;lt;=n+1, 2) for n=2 through 5:&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n, 2) = 5, 20, 106, 47176869.&lt;br /&gt;
** For n=2 through 5, BBi(2n-1, &amp;lt;=n+1, 2) = 5, 20, 106, ???.&lt;br /&gt;
&lt;br /&gt;
For this second question, the first interpretation clearly seems to be the more useful one, as we are probably interested in comparing the steps differences between machines having strictly n states (with one undefined transition) with machines having strictly n+1 states (with three undefined transitions).  Using the second interpretation, information about these steps differences is lost since we have replaced the steps values of the machines with n+1 states with the values from the stronger n-state machines.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Selected Results:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Following are some results for Domain-Restricted BBi, some of which follow logically from their definitions, and others which have been computed so far:&lt;br /&gt;
&lt;br /&gt;
* BBi(i, -, -) = BBi(i).  If we allow any number of states and symbols, then this is the standard BBi function.&lt;br /&gt;
* BBi(-, n, m) = BBi(nm, n, m) = BB(n, m) for n&amp;gt;=1, m&amp;gt;=2.  If we allow any number of instructions, or if we specify nm instructions, then this is equivalent to the standard BB(n, m) function.&lt;br /&gt;
* BBi(nm-1, n, m) = BBi(nm, n, m) - 1 = BB(n, m) = 1 for n&amp;gt;=1, m&amp;gt;=2.  With one undefined transition, the number of steps is one less than having a completely filled n x m transition table including a halting instruction, which adds one final step.&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, -, 2) = 1, 3, 5, 16, 20, 37, 106, 793, ….  BBi(9, -, 2) is at least 47176869, but it may be even larger if a more powerful 6-state, 2-symbol machine having three undefined transitions can be found.  BBi(10, -, 2) will almost certainly be greater than the current lower bound of 47176870 = BB(5,2).&lt;br /&gt;
* For i&amp;gt;=1, BBi(i, &amp;lt;=2, -) = 1, 3, 5, 13, 37, 123, 3232963, ….  The number of states is specified here as “&amp;lt;=2” rather than “2” so that we can have a valid value for one instruction.  (A 1-instruction Turing machine has only one operating state.)  BBi(8, &amp;lt;=2, -) will almost certainly be greater than the current lower bound of 3232964 = BB(2,4).&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---|halt}}.&lt;br /&gt;
* I-L Blanking Busy Beaver.  BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions.  BLBi(n) for n=3 through n=7 are: 4, 12, 30, 77, 808.  BLBi(8) is at least 1,367,361,263,049 by the current champion {{TM|1RB2RA1RA2RB_2LB3LA0RB0RA}}.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3193</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3193"/>
		<updated>2025-08-15T22:55:04Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Updated description and values for BLBi, the I-L Blanking Busy Beaver.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---}}.&lt;br /&gt;
* I-L Blanking Busy Beaver.  BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine when blanking the tape for the first time after having written a non-blank symbol to tape.&lt;br /&gt;
** BLBi(1) and BLBi(2) have no values because it is impossible to blank the tape with one or two instructions.  BLBi(n) for n=3 through n=7 are: 4, 12, 30, 77, 808.  BLBi(8) is at least 1,367,361,263,049.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3189</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3189"/>
		<updated>2025-08-15T17:59:29Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---}}.&lt;br /&gt;
* I-L Blanking Busy Beaver.  BLBi(n) is the largest amount of steps taken by an n-instruction Turing machine before blanking the tape.&lt;br /&gt;
** BLBi(8) is at least 1,367,361,263,049. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3186</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3186"/>
		<updated>2025-08-15T17:29:21Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Proposed new &amp;quot;I-L&amp;quot; start for Instruction-Limited BB variants, for the purpose of brevity.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Furthermore, the name of the Instruction-Limited version of the variant may be more conveniently started with &amp;quot;I-L&amp;quot; for brevity.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* I-L Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---}}.&lt;br /&gt;
* I-L Blanking Busy Beaver.  BLBi(n) is the largest amount of steps done by an n-instruction Turing machine before blanking the tape.&lt;br /&gt;
** BLBi(8) is at least 1,367,361,263,049. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3182</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3182"/>
		<updated>2025-08-15T17:14:25Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Corrected the champion 14-instruction machine for gBBi.  Previously listed 2 holdouts.  New one is the actual current champion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* Instruction-Limited Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machine {{TM|0RB6RB1LB---3LA1RB7RB2LB_1LA2RB3LA4RB5RB1LB5LA---}}.&lt;br /&gt;
* Instruction-Limited Blanking Busy Beaver.  BLBi(n) is the largest of steps done by an n-instruction Turing machine before blanking the tape.&lt;br /&gt;
** BLBi(8) is at least 1,367,361,263,049. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3181</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3181"/>
		<updated>2025-08-15T17:11:28Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Applied TM template to another machine.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* Instruction-Limited Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machines {{TM|0RB6RB1LB---3LA1RB7RB3LA_1LA2RB3LA4RB5RB1LB5LA---}} and {{TM|0RB6RB1LB---3LA1RB7RB3LA_1LA2RB3LA4RB5RB1LB5LA---}}.&lt;br /&gt;
* Instruction-Limited Blanking Busy Beaver.  BLBi(n) is the largest of steps done by an n-instruction Turing machine before blanking the tape.&lt;br /&gt;
** BLBi(8) is at least 1,367,361,263,049. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3180</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3180"/>
		<updated>2025-08-15T17:09:12Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Using TM template for a machine listed in variants section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* Instruction-Limited Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machines {{TM|0RB6RB1LB---3LA1RB7RB3LA_1LA2RB3LA4RB5RB1LB5LA---}} and 0RB6RB1LB---3LA1RB7RB3LA_1LA2RB3LA4RB5RB1LB5LA---.&lt;br /&gt;
* Instruction-Limited Blanking Busy Beaver.  BLBi(n) is the largest of steps done by an n-instruction Turing machine before blanking the tape.&lt;br /&gt;
** BLBi(8) is at least 1,367,361,263,049. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3178</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3178"/>
		<updated>2025-08-15T17:07:39Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added some results for BBi variants.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.  Some known results for Instruction-Limited BB variants are as follows:&lt;br /&gt;
&lt;br /&gt;
* Instruction-Limited Greedy Busy Beaver. gBBi(n) is the largest number of steps taken by an n-instruction Turing machine, but where its first n-1 instructions (in the order encountered during running the machine) must also be a machine taking gBBi(n-1) steps.  In other words, once the greedy n-instruction champion machines are identified, all machines having n+1 instructions must be extended from one of those n-instruction champions.&lt;br /&gt;
** gBBi(n) for n=1 through n=13 are: 1, 3, 5, 13, 19, 25, 41, 55, 238, 941, 1341, 10465, 10675.  gBBi(14) must be at least 9,874,580 steps for current champion machines 0RB6RB1LB---3LA1RB7RB3LA_1LA2RB3LA4RB5RB1LB5LA--- and 0RB6RB1LB---3LA1RB7RB3LA_1LA2RB3LA4RB5RB1LB5LA---.&lt;br /&gt;
* Instruction-Limited Blanking Busy Beaver.  BLBi(n) is the largest of steps done by an n-instruction Turing machine before blanking the tape.&lt;br /&gt;
** BLBi(8) is at least 1,367,361,263,049. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3173</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3173"/>
		<updated>2025-08-15T16:34:45Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Updated reference in text so it automatically (I hope) shows up in the references section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) &amp;lt;ref&amp;gt;Tibor Radó (May 1962). &amp;quot;[https://computation4cognitivescientists.weebly.com/uploads/6/2/8/3/6283774/rado-on_non-computable_functions.pdf On non-computable functions]&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/ref&amp;gt;.  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[category:Functions]]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3171</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=3171"/>
		<updated>2025-08-15T16:30:04Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Started two new sections.  One on Instruction-Limited BB variants, and the other for references.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver function (BBi(n))&#039;&#039;&#039; is the maximum steps taken by any n-instruction Turing machines before eventually halting (when started on an initially blank tape). Similarly, the &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver function (Σi(n))&#039;&#039;&#039; is the maximum [[sigma score]] (number of non-blank symbols left on the tape at halting) for all halting n-instruction Turing machines (when started on an initially blank tape).&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!Step Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!Sigma Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue. With the BBi(8) champion it appears that this trend has been broken (it is believed that &amp;lt;math&amp;gt;BB(3,3) &amp;lt; 10^{1565}&amp;lt;/math&amp;gt;)&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0). If one state has no instructions leaving it, the convention is to treat it as the halt state &amp;lt;code&amp;gt;H&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing 0 non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== Instruction-Limited Busy Beaver Variants ==&lt;br /&gt;
The concept of classifying a Turing machine&#039;s size by number of instructions, rather than by the number of states and symbols in its transition table, can also be utilized for Busy Beaver variants.  The notation for the instruction-limited version of a variant can conveniently be denoted by appending an &amp;quot;i&amp;quot; to the already existing notation for the variant.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
# Tibor Radó (May 1962). &amp;quot;On non-computable functions&amp;quot; (PDF). &#039;&#039;Bell System Technical Journal&#039;&#039;. &#039;&#039;&#039;41&#039;&#039;&#039; (3): 877–884. &amp;lt;nowiki&amp;gt;https://doi.org/10.1002%2Fj.1538-7305.1962.tb00480.x&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2818</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2818"/>
		<updated>2025-08-07T05:14:09Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Slight wording change in introduction section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with each growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Symbols Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee non-halting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing no non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2817</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2817"/>
		<updated>2025-08-07T05:11:36Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Slight wording change in TNF section, describing the maximum state to which a new instruction can transition to.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Symbols Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee non-halting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known. The function Tree Normal Form for BBi is denoted BBi&amp;lt;sub&amp;gt;TNF&amp;lt;/sub&amp;gt;(n)&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing no non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current maximum state.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2799</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2799"/>
		<updated>2025-08-06T15:41:56Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Grammar fix in TNF section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Symbols Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee non-halting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 are not yet known.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing no non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current number of states.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2793</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2793"/>
		<updated>2025-08-06T14:36:35Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Fixed description of the four possible 1-instruction machines.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Symbols Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 is not yet known.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  This &amp;quot;machine&amp;quot; halts after 0 steps, writing no non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RA, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step.&lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current number of states.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2792</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2792"/>
		<updated>2025-08-06T14:25:32Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added a description of the TNF table prior to the table.  Added an outline of the procedure for TNF generation below the table.  Explained how a state having no instructions is functionally equivalent to a halt state, and that a transition to such a state is effectively a halting instruction.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Symbols Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== Tree Normal Form (TNF) for BBi ==&lt;br /&gt;
Shown below are the total number of n-instruction Turing machines for each number of instructions n&amp;gt;=0.  The numbers of halting and non-halting machines for n=8 is not yet known.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
Enumeration of Turing machines in Tree Normal Form ([[TNF]]) for the Limited-Instruction Busy Beaver problem uses the following procedure:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;null Turing machine&amp;quot; with 0 instructions is the root of the tree.  Such a &amp;quot;machine&amp;quot; halts after 0 steps, writing no non-blank symbols to the tape.&lt;br /&gt;
* The first instruction starts from A, the implied starting state, reads a 0 on the tape (which is blank at machine start) and must shift right (to avoid consideration of trivial mirror-image machines).&lt;br /&gt;
** This allows the following four possibilities: A0→0RA, A0→0RB, A0→1RB, and A0→1RB.  The two machines transitioning to state A never halt, while the two machines transitioning to state B halt.  The two halting machines are next expecting an instruction for B0, but since no such instruction exists, the machines halt after a single step. &lt;br /&gt;
* Following the enumeration of machines for each previous number of instructions, each of the halting machines is extended from the instruction at which it halted.  For n=2, this instruction must be B0.  (Non-halting machines cannot be extended since they can never reach a new instruction to be added.)&lt;br /&gt;
* As per normal TNF procedure, the new instruction can write any symbol to tape, shift left or right, and transition to any state as long as:&lt;br /&gt;
** The symbol written can be at most one greater than the highest symbol previously read or written, and&lt;br /&gt;
** The state to which the instruction transitions can be at most one state greater than the current number of states.&lt;br /&gt;
* For the BBi problem, any instruction that transitions to a &amp;quot;new&amp;quot; state (one not yet containing any instructions) can be interpreted as a &amp;quot;halting instruction&amp;quot;.  (e.g. The one-instruction machine A0→1RB is exactly the same as A0→1RH.)  Similarly, this new state can be considered a &amp;quot;halt state&amp;quot;, as there is functionally no difference between a halt state and an operational state having no instructions.  (B = H.)&lt;br /&gt;
** Unlike the traditional BB problem, where a halting instruction is normally used in the last remaining cell in an n x m transition table, it is necessary to consider all possible halting transitions for BBi, (not just those of the form →1RH), as this allows the most possible extensions of n-instruction machines to (n+1)-instruction machines.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2767</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2767"/>
		<updated>2025-08-06T03:24:31Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Right justified values in the TNF enumeration table.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Symbols Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== Tree-Normal Form (TNF) for BBi ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |0&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |30&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |35&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |17&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |20&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |13&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |378&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |413&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |260&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |280&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |118&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |133&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,640&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8,053&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,861&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,059&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |2,192&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |205,580&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |213,633&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |160,952&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |166,813&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |44,628&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |46.820&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,149,820&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7,363,453&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |5,843,696&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |6,010,509&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,306,124&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |1,352,944&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |305,333,128&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |312,696,581&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |258,044,501&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |264,055,010&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |47,288,627&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |48,641,571&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,561,793,526&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; |15,874,490,107&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
| style=&amp;quot;text-align: center;&amp;quot; |?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2766</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2766"/>
		<updated>2025-08-06T03:17:16Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added a new section/table for TNF counts for BBi.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Symbols Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== Tree-Normal Form (TNF) for BBi ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!All Machines&lt;br /&gt;
!All Cumulative&lt;br /&gt;
!Halting Machines&lt;br /&gt;
!Halting Cumulative&lt;br /&gt;
!Non-Halting Machines&lt;br /&gt;
!Non-Halting Cumulative&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|4&lt;br /&gt;
|5&lt;br /&gt;
|2&lt;br /&gt;
|3&lt;br /&gt;
|2&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|30&lt;br /&gt;
|35&lt;br /&gt;
|17&lt;br /&gt;
|20&lt;br /&gt;
|13&lt;br /&gt;
|15&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|378&lt;br /&gt;
|413&lt;br /&gt;
|260&lt;br /&gt;
|280&lt;br /&gt;
|118&lt;br /&gt;
|133&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|7,640&lt;br /&gt;
|8,053&lt;br /&gt;
|5,581&lt;br /&gt;
|5,861&lt;br /&gt;
|2,059&lt;br /&gt;
|2,192&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|205,580&lt;br /&gt;
|213,633&lt;br /&gt;
|160,952&lt;br /&gt;
|166,813&lt;br /&gt;
|44,628&lt;br /&gt;
|46.820&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|7,149,820&lt;br /&gt;
|7,363,453&lt;br /&gt;
|5,843,696&lt;br /&gt;
|6,010,509&lt;br /&gt;
|1,306,124&lt;br /&gt;
|1,352,944&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|305,333,128&lt;br /&gt;
|312,696,581&lt;br /&gt;
|258,044,501&lt;br /&gt;
|264,055,010&lt;br /&gt;
|47,288,627&lt;br /&gt;
|48,641,571&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|15,561,793,526&lt;br /&gt;
|15,874,490,107&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2737</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2737"/>
		<updated>2025-08-05T02:48:47Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added new table for Symbols Champions.  Some of the symbols champions for low n are different than steps champions for the same n.  Added a note explaining that proven values for both BBi(n) and Σi(n) are given as bold in the two tables.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Symbols Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!&#039;&#039;&#039;Σ&#039;&#039;&#039;i(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|1RH---}}&lt;br /&gt;
|Σ(1,2)&lt;br /&gt;
|[[oeis:A384766|A384766]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|1RB---_1LA---}} (and 7 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;4&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 4 others)&lt;br /&gt;
|[[BB(2)|Σ(2,2)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB0LB---_1LA2RA---}} (and 40 others)&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;9&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|Σ[[BB(2,3)|(2,3)]]&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;14&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384766|A384766]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;2,050&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|Σ[[BB(2,4)|(2,4)]], and &lt;br /&gt;
A Σ[[BB(3,3)|(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384766|A384766]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 1.355 \times 10^{783}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Proven values for BBi(n) and Σi(n) are shown as bold in the above two tables.&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2734</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2734"/>
		<updated>2025-08-04T21:42:12Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Bolded proven values in Steps Champions table.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;16&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;37&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;123&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &#039;&#039;&#039;3,932,963&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2733</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2733"/>
		<updated>2025-08-04T21:11:01Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added a hyphen to &amp;quot;long-running&amp;quot;.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of long-running BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2732</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2732"/>
		<updated>2025-08-04T21:09:44Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Updated Shawn&amp;#039;s note to reflect the new notation for BBi(1).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RH---}} instead of {{TM|1RH}} since this TM references 2 symbols (including the implicit blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2731</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2731"/>
		<updated>2025-08-04T21:03:36Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: There is no page for BB(1), so removed link for that note.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|BB(1,2)&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RB---_------}} instead of {{TM|1RB}} since this TM references 2 states and 2 symbols (including the implicit start state A and blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2730</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2730"/>
		<updated>2025-08-04T21:02:54Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Updated link for BB(1,2)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|[[BB(1)|BB(1,2)]]&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RB---_------}} instead of {{TM|1RB}} since this TM references 2 states and 2 symbols (including the implicit start state A and blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2729</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2729"/>
		<updated>2025-08-04T21:02:04Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Updated BB(1) to BB(1,2) for clarity.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|[[BB(2)|BB(1,2)]]&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RB---_------}} instead of {{TM|1RB}} since this TM references 2 states and 2 symbols (including the implicit start state A and blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2728</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2728"/>
		<updated>2025-08-04T21:01:02Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Updated Steps Champions table.  Changed standard notation for the BBi(1) machines to accurately show that the only instruction is a halting instruction, transitioning to a state having no instructions.  These are both 1-state machines, not 2-state machines, which 0RB and 1RB--- might suggest.  Also, updated notes to more clearly show how the steps values for 1, 3, 5, and 7 symbols relate to the traditional BB values for 1, 2, 3, and 4 states.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Steps Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|[[BB(2)|BB(1)]]&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)|BB(2,2)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] - 1&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] - 1, and &lt;br /&gt;
A [[BB(3,3)]] high-ranking machine&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RB---_------}} instead of {{TM|1RB}} since this TM references 2 states and 2 symbols (including the implicit start state A and blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2727</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2727"/>
		<updated>2025-08-04T20:55:20Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RH}} {{TM|1RH---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RB---_------}} instead of {{TM|1RB}} since this TM references 2 states and 2 symbols (including the implicit start state A and blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2726</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2726"/>
		<updated>2025-08-04T20:48:25Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Fixed notation for symbols sequence.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and Σi(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RB---_------}} instead of {{TM|1RB}} since this TM references 2 states and 2 symbols (including the implicit start state A and blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2725</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2725"/>
		<updated>2025-08-04T20:46:25Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Updated the introduction section to more clearly define various terms such as Busy Beaver, Competition, Sequence, in the context of the Instruction-Limited Busy Beaver concept.  Also, included both the steps and symbols BBi sequences through the known values of BBi(7) and Σi(7), as well as the currently highest known values for those sequences for BBi(8) and Σi(8).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] having an arbitrary number of states and symbols, but having only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined).&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine taking the maximum number of steps (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;) after starting from an initially blank tape before eventually halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
Similarly, an &#039;&#039;&#039;Instruction-Limited Symbols Busy Beaver&#039;&#039;&#039; is any n-instruction Turing machine writing the most non-blank symbols (&#039;&#039;&#039;Σi(n)&#039;&#039;&#039;) to the tape before halting, over all possible n-instruction Turing machines.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;&#039;Instruction-Limited Busy Beaver Competition&#039;&#039;&#039; (or &amp;quot;game&amp;quot;) is a contest to find, for a given n, the value of either BBi(n) or Σi(n).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Instruction-Limited Busy Beaver Sequences&#039;&#039;&#039; list the values for BBi(n) and i(n) for n=0, 1, 2, ....&lt;br /&gt;
&lt;br /&gt;
* The currently known values of BBi(n) for n&amp;gt;=0 are: 0, 1, 3, 5, 16, 37, 123, 3932963, ....  BBi(8) is at least 6.889 x 10&amp;lt;sup&amp;gt;1565&amp;lt;/sup&amp;gt;, which is the number of steps taken by the current 8-instruction champion machine, discovered by Nick Drozd.&lt;br /&gt;
* The currently known values of Σi(n) for n&amp;gt;=0 are: 0, 1, 2, 4, 5, 9, 14, 2050, ....  Σi(8) is at least 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;, which is the number of non-blank symbols written to tape by the same 8-instruction champion machine.&lt;br /&gt;
&lt;br /&gt;
As with the traditional Busy Beaver sequences, BBi(n) and Σi(n) are both uncomputable, with both growing faster than any computable function.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* The convention for writing TMs in standard text format here is to include as many states and symbols as are referenced. So for example, we write {{TM|1RB---_------}} instead of {{TM|1RB}} since this TM references 2 states and 2 symbols (including the implicit start state A and blank symbol 0).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2634</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2634"/>
		<updated>2025-07-27T03:42:48Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added a note for BBi(8) to clarify that the machine given is merely the current champion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889 \times 10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current Champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2630</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2630"/>
		<updated>2025-07-27T03:10:59Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added the current situation for the BBi(8) contest to the end of the relevant paragraph in the Motivation section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  The current BBi(8) champion is a 3-state, 4-symbol machine, but this may still be surpassed by a 3-state, 3-symbol machine yet to be found.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889*10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2629</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2629"/>
		<updated>2025-07-27T03:00:12Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Adding more precision based on Shawn&amp;#039;s steps calculation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;lt;math&amp;gt;&amp;gt; 6.889*10^{1565}&amp;lt;/math&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd] [https://discord.com/channels/960643023006490684/1084047886494470185/1398857599935578303 Shawn]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2627</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2627"/>
		<updated>2025-07-27T02:22:05Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Removed redundant conclusion to Motivation section.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;gt;1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|A 3x4 Turing machine&lt;br /&gt;
Given bound is Σi(8) &amp;lt; BBi(8)&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* Estimate of number of steps for the current BBi(8) champion is not currently known, but must be greater than the number of symbols written to tape Σi(8), which is approximately 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;.  The true steps value for the current BBi(8) champion is likely around the square of the symbols value (e.g. ~10&amp;lt;sup&amp;gt;1566&amp;lt;/sup&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2626</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2626"/>
		<updated>2025-07-27T00:35:59Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Clarified note about BBi(8) steps value.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  This is just one of the many questions that motivated the instruction-limited Busy Beaver contest.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;gt;1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|A 3x4 Turing machine&lt;br /&gt;
Given bound is Σi(8) &amp;lt; BBi(8)&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* Estimate of number of steps for the current BBi(8) champion is not currently known, but must be greater than the number of symbols written to tape Σi(8), which is approximately 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;.  The true steps value for the current BBi(8) champion is likely around the square of the symbols value (e.g. ~10&amp;lt;sup&amp;gt;1566&amp;lt;/sup&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2625</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2625"/>
		<updated>2025-07-26T23:19:53Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Added an example lower bound to illustrate the likely true size of BBi(8) in the explanatory note below the BBi table.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  This is just one of the many questions that motivated the instruction-limited Busy Beaver contest.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;gt;1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|A 3x4 Turing machine&lt;br /&gt;
Given bound is Σi(8) &amp;lt; BBi(8)&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* Estimate of number of steps for the current BBi(8) champion is not currently known, but must be greater than the number of symbols written to tape Σi(8), which is approximately 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;.  The true value for the current BBi(8) champion is likely around the square of the symbols value (e.g. ~10&amp;lt;sup&amp;gt;1566&amp;lt;/sup&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2624</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2624"/>
		<updated>2025-07-26T23:03:02Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Clarified that the current value for BBi(n) is a lower bound based on the currently known estimate for Σi(8), the number of symbols written to tape.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  This is just one of the many questions that motivated the instruction-limited Busy Beaver contest.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;gt;1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|A 3x4 Turing machine&lt;br /&gt;
Given bound is Σi(8) &amp;lt; BBi(8)&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
* Estimate of number of steps for the current BBi(8) champion is not currently known, but must be greater than the number of symbols written to tape Σi(8), which is approximately 1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;.  The true value for the current BBi(8) champion is likely around the square of the symbols value.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2623</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2623"/>
		<updated>2025-07-26T21:43:29Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Clarifying description of the current BBi(8) champion, making clear it is not a current BB(3,4) champion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  This is just one of the many questions that motivated the instruction-limited Busy Beaver contest.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;gt;1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|A 3x4 Turing machine&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2622</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2622"/>
		<updated>2025-07-26T21:18:17Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Link to bbchallenge discord of machine announcement.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  This is just one of the many questions that motivated the instruction-limited Busy Beaver contest.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;gt;1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current 3x4 champion&lt;br /&gt;
|[https://discord.com/channels/960643023006490684/1084047886494470185/1398753236835635252 nickdrozd]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2621</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2621"/>
		<updated>2025-07-26T21:16:02Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Updated description of new current BBi(8) champion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  This is just one of the many questions that motivated the instruction-limited Busy Beaver contest.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;gt;1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current 3x4 champion&lt;br /&gt;
|A384629&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2620</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2620"/>
		<updated>2025-07-26T21:14:15Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Edited the code for the current champion BBi(8) TM.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  This is just one of the many questions that motivated the instruction-limited Busy Beaver contest.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;gt;1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|1RB1LA------_1RC3LB1RB---_2LA2LC---0LC}}&lt;br /&gt;
|Current [[BB(3,3)]] champion&lt;br /&gt;
|A384629&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2619</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2619"/>
		<updated>2025-07-26T21:12:29Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Number of steps found by Nick for new current BBi(8) champion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  This is just one of the many questions that motivated the instruction-limited Busy Beaver contest.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;gt;1.355 x 10&amp;lt;sup&amp;gt;783&amp;lt;/sup&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|0RB2LA1RA_1LA2RB1RC_---1LB1LC}}&lt;br /&gt;
|Current [[BB(3,3)]] champion&lt;br /&gt;
|A384629&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;br /&gt;
&lt;br /&gt;
[[category:Functions]]&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2605</id>
		<title>Instruction-Limited Busy Beaver</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Instruction-Limited_Busy_Beaver&amp;diff=2605"/>
		<updated>2025-07-26T17:57:13Z</updated>

		<summary type="html">&lt;p&gt;MrBrain: Corrected total number of TNF machines for n&amp;lt;=8.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An &#039;&#039;&#039;n-instruction Turing machine&#039;&#039;&#039; is a [[Turing machine]] with an arbitrary number of states and symbols, but only &#039;&#039;n&#039;&#039; defined transitions/instructions in its transition table (all others are undefined). The &#039;&#039;&#039;Instruction-Limited Busy Beaver&#039;&#039;&#039; (BBi(n)) problem is the Busy Beaver problem limited to n-instruction TMs. BBi(n) is the longest runtime for all halting n-instruction TMs when started on a blank tape and Σi(n) is the maximum number of non-blank symbols written by an n-instruction TM when halting and when started on a blank tape.&lt;br /&gt;
&lt;br /&gt;
A TM is considered to halt as soon as it reaches an undefined transition. This convention reduces the number of instructions for a BBi Turing machine. In the traditional BB(n,m) problem, there is no explicit instruction limit (albeit an upper bound of nm) and so it is advantageous to use an explicit halting instruction which allows the machine to take one additional step.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
&lt;br /&gt;
The goal of the original Busy Beaver contest, introduced by Tibor Radó, was to find a halting Turing machine of a given size that, when started on a blank tape, either runs for the longest number of steps (&#039;&#039;&#039;BB(n)&#039;&#039;&#039;), or which prints the largest number of 1’s to tape before halting (&#039;&#039;&#039;Σ(n)&#039;&#039;&#039;) [1].  Originally, the contests considered only two-symbol Turing machines (0,1), so both the steps sequence (BB(1), BB(2), BB(3), ...) and the symbols sequence (Σ(1), Σ(2), Σ(3), ...) were functions of a single variable n, the number of states.&lt;br /&gt;
&lt;br /&gt;
The Busy Beaver contest was later generalized to m-symbol machines (0,1,2,…,m-1), so each contest for n states and m symbols has its own values for maximum steps (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), and for non-blank symbols written to tape (&#039;&#039;&#039;Σ(n,m)&#039;&#039;&#039;).  While this adds more interesting individual contests, it does split the focus among different possible sequences.  For example, it is natural to compare the original steps sequence (BB(n,2) for n=1, 2, 3, ...) with the steps sequence for 2-state, m-symbol Turing machines (BB(2,m) for m=1, 2, 3, ...).&lt;br /&gt;
&lt;br /&gt;
The Instruction-Limited Busy Beaver concept was primarily motivated by the goal of uniting the various Busy Beaver contests into a single sequence defined not by the maximum number of states and symbols (&#039;&#039;&#039;BB(n,m)&#039;&#039;&#039;), but rather by the number of instructions (&#039;&#039;&#039;BBi(n)&#039;&#039;&#039;).  Furthermore, counting the number of instructions in a Turing machine is arguably a simpler way of defining a “machine of a given size” than is considering the numbers of states and symbols in its state table.&lt;br /&gt;
&lt;br /&gt;
A champion n-instruction Busy Beaver machine may lie within any a x b domain, and it may share the same number of steps and symbols written as a machine from a different domain altogether.  For example, it was discovered that two different 7-instruction Turing machines take 3,932,963 steps and write 2,050 non-blank symbols, but one of these is a 2-state, 4-symbol machine with one undefined transition, while the other is a 3-state, 3-symbol machine with two undefined transitions.&lt;br /&gt;
&lt;br /&gt;
It is currently unknown what the state table shapes of BBi(n) champions for n&amp;gt;=8 will be.  When n = a*b-1 for some a,b &amp;gt;=2, will BBi(n) be one less than one of the original values of BB(a,b)?  Or will a more sparsely populated state table with a larger product of states and symbols be able to generate an even longer run time using n instructions?  This is just one of the many questions that motivated the instruction-limited Busy Beaver contest.&lt;br /&gt;
&lt;br /&gt;
== Champions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!n&lt;br /&gt;
!BBi(n)&lt;br /&gt;
!TNF Size&lt;br /&gt;
!Champions&lt;br /&gt;
!Notes&lt;br /&gt;
!Reference&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 1&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
|{{TM|0RB_---}} {{TM|1RB---_------}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 2&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 35&lt;br /&gt;
|{{TM|0RB---_1LA---}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716114952818829 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 413&lt;br /&gt;
|{{TM|1RB1LB_1LA---}} (and 13 others)&lt;br /&gt;
|[[BB(2)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716181214564353 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 4&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 16&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8,053&lt;br /&gt;
|{{TM|1RB---_0RC---_1LC0LA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716260587700447 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 5&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 37&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 213,633&lt;br /&gt;
|{{TM|1RB2LB---_2LA2RB1LB}}&lt;br /&gt;
|[[BB(2,3)]] champion&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393716514234040341 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 6&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 123&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7,363,453&lt;br /&gt;
|{{TM|1RB3LA1RA0LA_2LA------3RA}}&lt;br /&gt;
|&lt;br /&gt;
|[[oeis:A384629|A384629]] [https://discord.com/channels/960643023006490684/960643023530762341/1393768821478785207 Shawn]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 3,932,963&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 312,696,581&lt;br /&gt;
|{{TM|1RB2LA1RA1RA_1LB1LA3RB---}}&lt;br /&gt;
{{TM|1RB2LA1RA_1LC1LA2RB_---1LA---}}&lt;br /&gt;
|[[BB(2,4)]] champion and &lt;br /&gt;
its [[BB(3,3)]] doppelganger&lt;br /&gt;
|[[oeis:A384629|A384629]] &lt;br /&gt;
[https://github.com/sligocki/busy-beaver/blob/main/Machines/bb/3x3 List of longrunning BB(3,3) TMs]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | &amp;gt;=119,112,334,170,342,540&lt;br /&gt;
| style=&amp;quot;text-align: right;&amp;quot; | 15,874,490,107&lt;br /&gt;
|{{TM|0RB2LA1RA_1LA2RB1RC_---1LB1LC}}&lt;br /&gt;
|Current [[BB(3,3)]] champion&lt;br /&gt;
|A384629&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Solving BBi(ab-1) requires solving BB(a,b) since all halting BB(a,b) TMs can be converted into halting (ab-1)-instruction TMs. Furthermore, &amp;lt;math&amp;gt;BBi(ab-1) \ge BB(a,b) - 1&amp;lt;/math&amp;gt; (the -1 at the end is because in BB(a,b) the halting transition counts as a step, but in BBi(ab-1) the TM halts as soon as it reaches the undefined transition).&lt;br /&gt;
** Thus solving BBi(8) will require solving [[BB(3,3)]] and in particular, it will require solving [[Bigfoot]], which is a [[Cryptids|Cryptid]].&lt;br /&gt;
** So far, BBi(ab-1) champions are also classic BB(a,b) champions (but with the final halting transition removed) for all a,b ≥ 2 explored so far, but it is not known if this trend will continue.&lt;br /&gt;
** Beyond the table above we have intrinsic lower bounds: BBi(9) ≥ BB(2,5)-1, BBi(11) ≥ max(BB(2,6),BB(3,4),BB(4,3),BB(6,2))-1.&lt;br /&gt;
* TNF Size is the total number of TMs enumerated in [[TNF]] with n (or fewer) instructions defined.&lt;br /&gt;
* BBi(n) ≥ n. A halting (n+1) x 1 TM that chains all its states together (A0 = 0RB, B0 = 0RC, C0 = 0RD, ...) through the penultimate TM state will take n steps to pass through all states exactly once (a repeat would guarantee nonhalting). The penultimate state, the nth state, puts the TM into n+1st state, which is undefined and does not count as a step.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* OEIS list of BBi(n) values: https://oeis.org/A384629&lt;br /&gt;
* OEIS list of Σi(n) values: https://oeis.org/A384766&lt;br /&gt;
* Discussion on Discord: https://discord.com/channels/960643023006490684/960643023530762341/1393697378657374290&lt;/div&gt;</summary>
		<author><name>MrBrain</name></author>
	</entry>
</feed>