Segments are identified with a number, with 0 being the base, and each one after (1,2,...) is a certian ratio times shorter than the last
The ratio is automatically calculated based on the division list
Each iteration, the type 0 segments are split into smaller segments according to the division list
The exact iteration rule is: n→n-1 for nonzero n, and 0→(division list)
Normlen is the normalized length, if we consider a 0 segment as the unit
The sequences generated have a kind of order but are not periodic in general
Examples:
0,0: halving
0,1: golden ratio / fibonacci
0,0,1: silver ratio
0,1,2: tribonacci
0,2: narayana's cows