Question about sequence operations
https://vvvv.org/sites/default/files/imagecache/large/images/ScreenClip%20[6]_0.png
I want to implement a serial operation as shown above
Its rules are as follows:
[0](0)-[1](1)
[0](0)-[2](2), [1](1)-[2](2),
[0](0)-[3](3), [1](1)-[3](3), [2](2)-[3](3)
[0](0)-[4](4), [1](1)-[4](4), [2](2)-[4](4), [3](3)-[5](5)
[0](0)-[5](5), [1](1)-[5](5), [2](2)-[5](5), [3](3)-[5](5), [4](4)-[5](5)
I looked the help Path “VectorSized Nodes” by @woei, feeling answer is to use one of the nodes to solve.But I Don’t understand very well, hoping to get help in forum, thank you
https://vvvv.org/sites/default/files/imagecache/large/images/ScreenClip%20[3]_0.png