Good evening All,
I’m looking for a way to order a list (1 to n) in the following way (after Dante’s Terza Rima):
121
232
343
454
565
676
787
898
etc.
I’ve tried using Patterns (which I’m sure is the way to deal with such a problem) but my experience with this library is more ‘art than science’ aka luck, due to a shaky understanding of how it really works (I hate to admit). The attached patch is horridly basic and its other main problem is that I can’t specify what final number the cycling pattern ends at (in the above example, 1-9).
This is similar to another problem of 121, 12321, 1234321, etc which I’ve also attempted in an equally basic way (see attached patch).
Always eager to learn, so any suggestions would be much appreciated.
Thanks,
Krhes
orderings.omp (12.2 KB)