1RB2LC1RC_2LC---2RB_2LA0LB0RA

From BusyBeaverWiki
Revision as of 03:30, 24 June 2024 by Sligocki (talk | contribs) (Start discussion)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


https://bbchallenge.org/1RB2LC1RC_2LC---2RB_2LA0LB0RA

This is a BB(3, 3) holdout under active exploration. It simulates a complex set of Collatz-like rules with two decreasing parameters and seems as if it may be a new Cryptid (and perhaps even one that "probviously" halts! But this is really speculation at this point.)

NOTE: These rules are under active development and may have mistakes or typos.


Basic Rules

Simplified Rules

Shawn's Rules

Repeated (0, b, 2c)

Let f(n)=3n+4, then (0,b,2c)→(0,f(b),2(c−b−1)).

Let

h(n)=fn(1)+1=3n+1−1

g(n)=∑k=0n−1h(k)=32(3n−1)−n

Then if c>g(n):

(0,1,2c)→(0,fn(1),2(c−g(n)))→(2h(n),1,2(c−g(n)))


Repeated (0, 1, 2c)

Let C(n)=(0,1,2n) = 0^inf 1 <A2 22 (20)^2n 0^inf

C(g(n)+8k+1)→C(g(n)+8k+1+n+9)

∀k:h(n)−4565<k<h(n)−2238

Notably, when 8 divides (n+1) then this rule can potentially be applied repeatedly.

Ex: if n = 7, then we get:

∀k∈[101,172]:C(3273+8k)→C(3273+8(k+2))

And we see this starting with C(4137)=C(3273+8*108) which repeats this rule until we get to C(4665)=C(3273+8*174).

And as n gets way bigger, these ranges of repeat will increase exponentially.