OFFSET
1,5
COMMENTS
A zero-sum subset of T(n) is called irreducible if it doesn't contain any smaller zero-sum subset.
LINKS
Chinese BBS, Balanced samples of the initial segment of natural numbers (in Chinese).
EXAMPLE
For n = 3, a(3) = 0, since {-5, -3, -1, 1, 3, 5} has no such subset.
For n = 4, a(4) = 1, since {-7, -5, -3, -1, 1, 3, 5, 7} has only one such subset: {-1, 3, 5, -7}.
For n = 5, a(5) = 3, since {-9, -7, -5, -3, -1, 1, 3, 5, 7, 9} has 3 such subsets: {1, 3, 5, -9}, {-1, 3, 7, -9}, {-3, 5, 7, -9}.
CROSSREFS
KEYWORD
nonn
AUTHOR
Hu Junhua, Oct 28 2025
STATUS
approved
