Indexing and clock arithmetic
Correspondence between indexing and clock arithmetic.
N = 6 L[np.arange(0,len(L)*N,1)%len(L)]
N = 6 L(mod(0:N*length(L)-1,length(L))+1)