Bigfoot

From BusyBeaverWiki
Revision as of 15:42, 14 June 2024 by Sligocki (talk | contribs) (Created page with "Category:Individual Machines '''Bigfoot''' is a BB(3, 3) Cryptid which simulates the Collatz-like function <math display="block">\begin{array}{l} A(a, & 6k, & c) & \to & A(a, & 8k+c-1, & 2) & \text{if} & 8k+c \ge 1 \\ A(a, & 6k+1, & c) & \to & A(a+1, & 8k+c-1, & 3) & \text{if} & 8k+c \ge 1 \\ A(a, & 6k+2, & c) & \to & A(a-1, & 8k+c+3, & 2) & \text{if} & a \ge 1 \\ A(a, & 6k+3, & c) & \to & A(a, & 8k+c+1, & 5) \\ A(a, & 6k+4,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Bigfoot is a BB(3, 3) Cryptid which simulates the Collatz-like function

A(a,6k,c)→A(a,8k+c−1,2)if8k+c≥1A(a,6k+1,c)→A(a+1,8k+c−1,3)if8k+c≥1A(a,6k+2,c)→A(a−1,8k+c+3,2)ifa≥1A(a,6k+3,c)→A(a,8k+c+1,5)A(a,6k+4,c)→A(a+1,8k+c+3,2)A(a,6k+5,c)→A(a,8k+c+5,3)

A(0,6k+2,c)→Halt(16k+2c+7)

starting from A(2,1,2).

It was discovered by Shawn Ligocki on 14 Oct 2023 and shared in the blog post BB(3, 3) is Hard.