OFFSET
1,3
COMMENTS
In the graph of A390084, for a given positive integer n, there exists a plateau with height n; a(n) denotes the abscissa corresponding to the left endpoint of this plateau.
A zero-sum integer set is called irreducible if it does not contain any smaller zero-sum subset. The maximum absolute value of elements in such a set is herein referred to as its "scale". For a given length n, there are infinitely many such sets, and at least one of them attains the smallest scale — this minimal scale is denoted as a(n).
If n = 3*k, let m = n*(n+3)/6, then {m..m-k+1, k-m..2*k-m; k-1..1} is an irreducible zero-sum integer set of length n, another is {m..m-k+2, k-1-m..2*k-2-m, k+1..1}. so, a(n) <= m = n*(n+3)/6.
If n = 3*k+1, let m = (n-1)*(n+4)/6, then {m..m-k+1, k-m..2*k-m, k..1} is an irreducible zero-sum integer set of length n. so, a(n) <= m = (n-1)*(n+4)/6 < n*(n+3)/6.
If n = 3*k+2, let m = (n-1)*(n+4)/6, then {m..m-k+1, k-m..2*k-m, k+1..1} is an irreducible zero-sum integer set of length n. so, a(n) <= m = (n-1)*(n+4)/6 < n*(n+3)/6.
LINKS
Hu Junhua, Balanced samples of the initial segment of natural numbers, Chinese Math R & D BBS, Apr 21 2010.
FORMULA
a(n) <= n*(n+3)/6.
EXAMPLE
For n = 1, a(1) = 0, since the longest irreducible zero-sum integer set with length 1 is {0}.
For n = 6, a(6) = 8, since the irreducible zero-sum integer set with length 6 and min-scale is +-{8, -7, 6, -5, -4, 2}. There are infinitely many such sets with length 6, e.g. +-{9, -8, -7, 3, 2, 1}, but its scale 9 > 8.
From Bert Dobbelaere, Nov 09 2025: (Start)
the irreducible zero-sum integer set with min-scale:
a(1) = 0: {0}
a(2) = 1: {1, -1}
a(3) = 3: +-{3, -2, -1}
a(4) = 4: +-{4, -3, -2, 1}
a(5) = 6: +-{6, -5, -4, 2, 1}
a(6) = 8: +-{8, -7, 6, -5, -4, 2}
a(7) = 11: +-{11, 10, -9, -8, -7, 2, 1}
a(8) = 14: +-{14, 13, -12, -11, -10, 3, 2, 1}
a(9) = 18: +-{18, 17, 16, -15, -14, -13, -12, 2, 1}
a(10) = 21: +-{21, 20, 19, -18, -17, -16, -15, 3, 2, 1}
a(11) = 25: +-{25, 24, 23, -22, -21, -20, -19, 4, 3, 2, 1}
a(12) = 30: +-{30, 29, 28, 27, -26, -25, -24, -23, -22, 3, 2, 1}
a(13) = 34: +-{34, 33, 32, 31, -30, -29, -28, -27, -26, 4, 3, 2, 1}
a(14) = 39: +-{39, 38, 37, 36, -35, -34, -33, -32, -31, 5, 4, 3, 2, 1}
a(15) = 45: +-{45, 44, 43, 42, 41, -40, -39, -38, -37, -36, -35, 4, 3, 2, 1}
a(16) = 50: +-{50, 49, 48, 47, 46, -45, -44, -43, -42, -41, -40, 5, 4, 3, 2, 1}
(End)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Hu Junhua, Nov 13 2025
STATUS
approved
