OFFSET
1
COMMENTS
This sequence is the limit S(infinity) of replications starting S(0) = {} and then S(k) = {S(k-1), S(k-1), 0,0,…,0,1} where the 0,...,0,1 run is k terms long (k-1 0's followed by a 1).
Runs of terms 0,...,0,1 have lengths A082850.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..16369
EXAMPLE
MATHEMATICA
Fold[Flatten[{#, #, PadLeft[{1}, #2]}] &, {}, Range[6]] (* Paolo Xausa, Feb 10 2025 *)
PROG
CROSSREFS
KEYWORD
nonn,new
AUTHOR
Jwalin Bhatt, Jan 23 2025
STATUS
approved