zypeh says to YSITD
(loop repeat 5 for y = 1 then (+ x y) for x = 0 then y collect y) ==> (1 1 2 4 8) 还有 tranducers