Shifted binary sequences

jmiceli

New member
Joined
May 6, 2024
Messages
2
I have a binary sequence, no more than two 1s in a row and no more than
one 0 in a row. If I write the same sequence above it, and shift the posiition
by 1 digit and keep repeating process, the rules still hold vertically.
if I then stack the same sequence in the 3rd dimension with shifting,
will the rules be followed?
Hope I’m clear. Thanks.
 
I have a binary sequence, no more than two 1s in a row and no more than
one 0 in a row. If I write the same sequence above it, and shift the posiition
by 1 digit and keep repeating process, the rules still hold vertically.
if I then stack the same sequence in the 3rd dimension with shifting,
will the rules be followed?
Hope I’m clear. Thanks.
Please show us what you have tried and exactly where you are stuck.

Please follow the rules of posting in this forum, as enunciated at:


Please share your work/thoughts about this problem
 
Top