<?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=Alemagno12</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=Alemagno12"/>
	<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/wiki/Special:Contributions/Alemagno12"/>
	<updated>2026-04-30T20:41:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=User:Alemagno12&amp;diff=770</id>
		<title>User:Alemagno12</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=User:Alemagno12&amp;diff=770"/>
		<updated>2024-08-25T03:22:27Z</updated>

		<summary type="html">&lt;p&gt;Alemagno12: Created page with &amp;quot;Nish, he/him  I have a Discord, but I try not to use it very often. If you need to contact me write me an email at my username at tutanota dot com (slower response time) or send me a DM on Revolt at ale_nish#8965 (faster response time)&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nish, he/him&lt;br /&gt;
&lt;br /&gt;
I have a Discord, but I try not to use it very often. If you need to contact me write me an email at my username at tutanota dot com (slower response time) or send me a DM on Revolt at ale_nish#8965 (faster response time)&lt;/div&gt;</summary>
		<author><name>Alemagno12</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Dekaheptoid&amp;diff=769</id>
		<title>Dekaheptoid</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Dekaheptoid&amp;diff=769"/>
		<updated>2024-08-25T03:18:46Z</updated>

		<summary type="html">&lt;p&gt;Alemagno12: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Dekaheptoid&#039;&#039;&#039; (from Ancient Greek word meaning &amp;quot;seventeen&amp;quot;) is an informal class of Turing machines that are, in some sense, similar to [[Skelet 17]]. A typical Turing machine in this class has the following behavior:&lt;br /&gt;
&lt;br /&gt;
* it works with the sequence of numbers encoded as &amp;lt;math&amp;gt;10^{k}&amp;lt;/math&amp;gt; (here referred to as &#039;&#039;digits&#039;&#039;).&lt;br /&gt;
* it spends most of it&#039;s time performing an operation that could be described as incrementing/decrementing Gray Code of the sequence&lt;br /&gt;
* it has a roughly cubic growth rate&lt;br /&gt;
&lt;br /&gt;
The specifics can differ, but some of common tape transformations and conditions are:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Increment&#039;&#039;: the value at the last index is decremented and some other value is incremented. Typically this does not expand the tape.&lt;br /&gt;
* &#039;&#039;Halve&#039;&#039;: the last digit (typically having a value 1 or less) is deleted.&lt;br /&gt;
* &#039;&#039;Zero&#039;&#039;: expand the tape to the left by adding some number of leading zeros. The leftmost digit could be incremented by some small value. Typically this occurs when all digits (possibly, except for the least significant one) are even.&lt;br /&gt;
* &#039;&#039;Overflow&#039;&#039;: incrementing the leftmost digit creates new leading zeros.&lt;br /&gt;
* &#039;&#039;Smudge&#039;&#039;: if an &amp;quot;internal&amp;quot; (i.e. neither the first nor the last) digit is zero, increment it and decrement some digit next to it. In some cases leads to halting.&lt;br /&gt;
&lt;br /&gt;
== 5-state dekaheptoids ==&lt;br /&gt;
&lt;br /&gt;
Two notable machines are [[Skelet 17]] and [https://bbchallenge.org/1RB1LC_1RC---_0LD1RE_0LA1LD_0RC0RB] which is equivalent to Skelet 17 starting from the state D and halts after 533 steps (29 rule applications).&lt;br /&gt;
&lt;br /&gt;
== 6-state dekaheptoids ==&lt;br /&gt;
&lt;br /&gt;
Known dekaheptoids fall into one of 12 equivalence classes.&lt;br /&gt;
&lt;br /&gt;
== 2-state, 5-symbol dekaheptoids ==&lt;br /&gt;
&lt;br /&gt;
The [https://bbchallenge.org/1RB3RB1LB—2RB 2LA1RA4LB2LA2RA] machine encodes digits as &amp;lt;math&amp;gt;4^k&amp;lt;/math&amp;gt; separated by &amp;lt;math&amp;gt;12&amp;lt;/math&amp;gt;. For example, {{mono|[x,y,z]}} is represented as &amp;lt;math&amp;gt;1 &amp;lt;B 4^x 12 4^y 12 4^z&amp;lt;/math&amp;gt;. Note this machine is mirrored (z is the most significant digit while x is the least significant).&lt;br /&gt;
&lt;br /&gt;
The analysis by {{mono|@dyuan01}} is available [[:File:BB_2x5_Dekaheptoid_Non_Halt_Proof_Version_2_.pdf|here]].&lt;/div&gt;</summary>
		<author><name>Alemagno12</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Dekaheptoid&amp;diff=768</id>
		<title>Dekaheptoid</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Dekaheptoid&amp;diff=768"/>
		<updated>2024-08-25T03:18:10Z</updated>

		<summary type="html">&lt;p&gt;Alemagno12: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Dekaheptoid&#039;&#039;&#039; (from Ancient Greek word meaning &amp;quot;seventeen&amp;quot;) is an informal class of Turing machines that are, in some sense, similar to [[Skelet 17]]. A typical Turing machine in this class has the following behavior:&lt;br /&gt;
&lt;br /&gt;
* it works with the sequence of numbers encoded as &amp;lt;math&amp;gt;10^{k}&amp;lt;/math&amp;gt; (here referred to as &#039;&#039;digits&#039;&#039;).&lt;br /&gt;
* it spends most of it&#039;s time performing an operation that could be described as incrementing/decrementing Gray Code of the sequence&lt;br /&gt;
* it has a roughly cubic growth rate&lt;br /&gt;
&lt;br /&gt;
The specifics can differ, but some of common tape transformations and conditions are:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Increment&#039;&#039;: the value at the last index is decremented and some other value is incremented. Typically this does not expand the tape.&lt;br /&gt;
* &#039;&#039;Halve&#039;&#039;: the last digit (typically having a value 1 or less) is deleted.&lt;br /&gt;
* &#039;&#039;Zero&#039;&#039;: expand the tape to the left by adding some number of leading zeros. The leftmost digit could be incremented by some small value. Typically this occurs when all digits (possibly, except for the least significant one) are even.&lt;br /&gt;
* &#039;&#039;Overflow&#039;&#039;: incrementing the leftmost digit creates new leading zeros.&lt;br /&gt;
* &#039;&#039;Smudge&#039;&#039;: if an &amp;quot;internal&amp;quot; (i.e. neither the first nor the last) digit is zero, increment it and decrement some digit next to it. In some cases leads to halting.&lt;br /&gt;
&lt;br /&gt;
== 5-state dekaheptoids ==&lt;br /&gt;
&lt;br /&gt;
Two notable machines are [[Skelet 17]] and [https://bbchallenge.org/1RB1LC_1RC---_0LD1RE_0LA1LD_0RC0RB] which is equivalent to Skelet 17 starting from the state D and halts after 533 steps (29 rule applications).&lt;br /&gt;
&lt;br /&gt;
== 6-state dekaheptoids ==&lt;br /&gt;
&lt;br /&gt;
Known dekaheptoids fall into one of 12 equivalence classes.&lt;br /&gt;
&lt;br /&gt;
== 2-state, 5-symbol dekaheptoids ==&lt;br /&gt;
&lt;br /&gt;
The [https://bbchallenge.org/1RB3RB1LB—2RB 2LA1RA4LB2LA2RA] machine encodes digits as &amp;lt;math&amp;gt;4^k&amp;lt;/math&amp;gt; separated by &amp;lt;math&amp;gt;12&amp;lt;/math&amp;gt;. For example, {{mono|[x,y,z]}} is represented as &amp;lt;math&amp;gt;1 &amp;lt;B 4^x 12 4^y 12 4^z&amp;lt;/math&amp;gt;. Note this machine is mirrored (z is the most significant digit while x is the least significant).&lt;br /&gt;
&lt;br /&gt;
The analysis by {{mono|@dyuan01}} is available here: [[:File:BB_2x5_Dekaheptoid_Non_Halt_Proof_Version_2_.pdf|[2]]]&lt;/div&gt;</summary>
		<author><name>Alemagno12</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Dekaheptoid&amp;diff=767</id>
		<title>Dekaheptoid</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Dekaheptoid&amp;diff=767"/>
		<updated>2024-08-25T03:17:19Z</updated>

		<summary type="html">&lt;p&gt;Alemagno12: Replacing Discord link with file upload, since Discord links rot quickly&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Dekaheptoid&#039;&#039;&#039; (from Ancient Greek word meaning &amp;quot;seventeen&amp;quot;) is an informal class of Turing machines that are, in some sense, similar to [[Skelet 17]]. A typical Turing machine in this class has the following behavior:&lt;br /&gt;
&lt;br /&gt;
* it works with the sequence of numbers encoded as &amp;lt;math&amp;gt;10^{k}&amp;lt;/math&amp;gt; (here referred to as &#039;&#039;digits&#039;&#039;).&lt;br /&gt;
* it spends most of it&#039;s time performing an operation that could be described as incrementing/decrementing Gray Code of the sequence&lt;br /&gt;
* it has a roughly cubic growth rate&lt;br /&gt;
&lt;br /&gt;
The specifics can differ, but some of common tape transformations and conditions are:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;Increment&#039;&#039;: the value at the last index is decremented and some other value is incremented. Typically this does not expand the tape.&lt;br /&gt;
* &#039;&#039;Halve&#039;&#039;: the last digit (typically having a value 1 or less) is deleted.&lt;br /&gt;
* &#039;&#039;Zero&#039;&#039;: expand the tape to the left by adding some number of leading zeros. The leftmost digit could be incremented by some small value. Typically this occurs when all digits (possibly, except for the least significant one) are even.&lt;br /&gt;
* &#039;&#039;Overflow&#039;&#039;: incrementing the leftmost digit creates new leading zeros.&lt;br /&gt;
* &#039;&#039;Smudge&#039;&#039;: if an &amp;quot;internal&amp;quot; (i.e. neither the first nor the last) digit is zero, increment it and decrement some digit next to it. In some cases leads to halting.&lt;br /&gt;
&lt;br /&gt;
== 5-state dekaheptoids ==&lt;br /&gt;
&lt;br /&gt;
Two notable machines are [[Skelet 17]] and [https://bbchallenge.org/1RB1LC_1RC---_0LD1RE_0LA1LD_0RC0RB] which is equivalent to Skelet 17 starting from the state D and halts after 533 steps (29 rule applications).&lt;br /&gt;
&lt;br /&gt;
== 6-state dekaheptoids ==&lt;br /&gt;
&lt;br /&gt;
Known dekaheptoids fall into one of 12 equivalence classes.&lt;br /&gt;
&lt;br /&gt;
== 2-state, 5-symbol dekaheptoids ==&lt;br /&gt;
&lt;br /&gt;
The [https://bbchallenge.org/1RB3RB1LB—2RB 2LA1RA4LB2LA2RA] machine encodes digits as &amp;lt;math&amp;gt;4^k&amp;lt;/math&amp;gt; separated by &amp;lt;math&amp;gt;12&amp;lt;/math&amp;gt;. For example, {{mono|[x,y,z]}} is represented as &amp;lt;math&amp;gt;1 &amp;lt;B 4^x 12 4^y 12 4^z&amp;lt;/math&amp;gt;. Note this machine is mirrored (z is the most significant digit while x is the least significant).&lt;br /&gt;
&lt;br /&gt;
The analysis by {{mono|@dyuan01}} is available here: [[File:BB_2x5_Dekaheptoid_Non_Halt_Proof_Version_2_.pdf|[2]]]&lt;/div&gt;</summary>
		<author><name>Alemagno12</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=File:BB_2x5_Dekaheptoid_Non_Halt_Proof_Version_2_.pdf&amp;diff=766</id>
		<title>File:BB 2x5 Dekaheptoid Non Halt Proof Version 2 .pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=File:BB_2x5_Dekaheptoid_Non_Halt_Proof_Version_2_.pdf&amp;diff=766"/>
		<updated>2024-08-25T03:10:29Z</updated>

		<summary type="html">&lt;p&gt;Alemagno12: Proof of nonhalting of the dekaheptoid 1RB3RB1LB---2RB_2LA1RA4LB2LA2RA by Daniel Yuan&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Proof of nonhalting of the dekaheptoid 1RB3RB1LB---2RB_2LA1RA4LB2LA2RA by Daniel Yuan&lt;/div&gt;</summary>
		<author><name>Alemagno12</name></author>
	</entry>
</feed>