USING: assocs assocs.extras grouping io kernel math math.combinatorics math.matrices prettyprint sequences ; : ( n -- matrix ) [ dup [ + ] concat zip-index expand-keys-push-at values [ even? [ reverse ] when ] map-index concat inverse-permutation ] [ group ] bi ; 5 simple-table.