Reorder a list or column, according to an interlacing pattern
I am referring to interlacing as in older interlaced video techniques where the lines of pixels on your screen would be rendered in an alternating pattern of every second or every third row. (https://en.wikipedia.org/wiki/Interlaced_video has a good gif of the process) so if you have your rows(1,2,3,4,.....99)they would be rendered (factor 2) in the order rows(1,3,5,7......97,99,2,4,6,.....98)or (...