OFFSET
1,2
COMMENTS
Because totatives (the reduced residue set) of each natural number k form a multiplicative group of integers modulo same k, it means that taking e.g. inverses of each digit modulo same k or multiplying them (again modulo k) by some member of that set keeps the set closed, and thus applying these operations to each digit modulo i+1 (2 for the least significant digit in factorial base, 3 for the next, and so on) yield only digits allowed in this sequence, and thus they induce various permutations of this sequence. These can be further "normalized" to be permutations of natural numbers with a suitable ranking function, which is to be submitted later.
LINKS
Antti Karttunen, Rows 1..7, flattened
Wikipedia, Totative
EXAMPLE
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
KEYWORD
nonn,tabf
AUTHOR
Antti Karttunen, Nov 12 2013
STATUS
approved