OFFSET
1,2
COMMENTS
Equivalence is up to translation. Only translations that are subsets of {1..n} are included.
Symmetric sets are those such that the set remains unchanged after mapping each element x to m - x, where m is the sum of the greatest and least elements. All sets of at most two elements are symmetric.
EXAMPLE
For n = 6 there are 10 symmetric sets (up to equivalence) that with their translations cover {1..6}:
{{1}, {2}, {3}, {4}, {5}, {6}};
{{1, 4}, {2, 5}, {3, 6}};
{{1, 3}, {2, 4}, {3, 5}, {4, 6}};
{{1, 3, 5}, {2, 4, 6}};
{{1, 2}, {2, 3}, {3, 4}, {4, 5}, {5, 6}};
{{1, 2, 4, 5}, {2, 3, 5, 6}};
{{1, 2, 3}, {2, 3, 4}, {3, 4, 5}, {4, 5, 6}};
{{1, 2, 3, 4}, {2, 3, 4, 5}, {3, 4, 5, 6}};
{{1, 2, 3, 4, 5}, {2, 3, 4, 5, 6}};
{{1, 2, 3, 4, 5, 6}}.
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Nov 08 2019
STATUS
approved