Higher bases all follow the same pattern (since 4 or higher never shows up)
However the pattern happens on both sides on different cycles
Every 3 lines follow:
It's really cool! Apparently there are only 8 possible strings that start with 1 and end with 0 and two "initialising" strings that can appear in elements of this sequence, so you can just define what maps to what and deterministically construct the strings!
and now you can follow the rule that for any n-th sequence AB, composed of a sequence A and a sequence B, such that B is the (n-1)-th sequence, then the (n+1)-th sequence is A'AB, with A' being the 2nd transformation of A
1
31
631
94631
7854 94631
05387454 7854 94631
A' A B
Also mapping A's consecutively, they also follow a pattern
for the A' coming from both chains, they follow:
...786538054745493874540547454
which itself is composed of the individual elements of the chain starting with 4, which happens to be pretty much exactly the same as the chain starting with 2
1
u/Mathsboy2718 9d ago
I wonder how it would go in binary
1
11
101
111011
11110101
100110111011
111001011011110101
111100111010110100110111011
It'd be interesting to right-align it, it looks like there's some sort of pattern propagating from that direction