If you call a fold in one direction 0 and in the other direction 1, the result is
0010011000110110001001110011011...
- Find a way to reproduce the sequence mathematically.
- Find a recursive formula that describes it, that is, the folding direction as a function of the direction of one or more previous folds.
- Find a non-recursive formula, that is, the folding direction as a function of only the number of fold.