OFFSET
1,2
COMMENTS
See A364773 for comments and links.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..29
MATHEMATICA
A364774list[steps_]:=Module[{d=2Ceiling[Log2[steps]], ca, n=1, p, plen, a={1}}, ca=CellularAutomaton[30, {{1}, 0}, {steps, {1-d, steps}}]; While[++n<=2(d-1)&&(plen=Length[p=FindRepeat[Flatten[Rest[Split[Diagonal[ca, d-n]]]]]])>=IntegerLength[Last[a]]&&IntegerQ[Log2[plen]], AppendTo[a, FromDigits[p, 2]]]; a];
A364774list[300] (* Analyzes 300 evolution steps *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Paolo Xausa, Aug 06 2023
STATUS
approved