OFFSET
1,4
COMMENTS
Number of the complete partitions of T(n) = {-2*n+1, -2*n+3, ..., -3, -1, 1, 3, ..., 2*n-3, 2*n-1}.
A zero-sum integer set is called reducible if it contains a smaller zero-sum subset, otherwise, it is called irreducible.
Partitions of T(n) into a set of irreducible zero-sum subsets are called complete.
LINKS
Hu Junhua, Balanced samples of the initial segment of natural numbers, Chinese Math R & D BBS, Apr 21 2010.
EXAMPLE
For n = 4, a(4) = 2, since {-7, -5, -3, -1, 1, 3, 5, 7} has 2 complete partitions: {{-1, 1}, {-3, 3}, {-5, 5}, {-7, 7}}, {{-1, 3, 5, -7}, {1, -3, -5, 7}}.
For n = 5, a(5) = 5, since {-9, -7, -5, -3, -1, 1, 3, 5, 7, 9} has 5 complete partitions: {{-1, 1}, {-3, 3}, {-5, 5}, {-7, 7}, {-9, 9}}, {{-1, 1}, {-3, 5, 7, -9}, {3, -5, -7, 9}}, {{-5, 5}, {-1, 3, 7, -9}, {1, -3, -7, 9}}, {{-7, 7}, {1, 3, 5, -9}, {-1, -3, -5, 9}}, {{-9, 9}, {-1, 3, 5, -7}, {1, -3, -5, 7}}.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Hu Junhua, Oct 22 2025
EXTENSIONS
a(10)-a(14) from Sean A. Irvine, Oct 21 2025
STATUS
approved
