OFFSET
1,2
COMMENTS
A 4-antipower consists of 4 consecutive blocks of the same length that are pairwise distinct. For example, 01021210 = (01)(02)(12)(10) is a 4-antipower.
EXAMPLE
Here are the lexicographically least examples for 1 <= n <= 8:
1: 0
2: 01
3: 012
4: 01123
5: 012234
6: 0121213345
7: 0112333333334456
8: 0112333333333333333333333333333333333334333333335567
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Jeffrey Shallit, Jun 14 2020
STATUS
approved