OFFSET
1,3
COMMENTS
a(n) is the least integer such that there is an n-element set of integers between 0 and a(n), the sums of triples (of not necessarily distinct elements) of which are distinct.
a(11) = 445 or a(11) < 440, but disproving the latter will take many cpu-years with the given program. - John Tromp, Aug 28 2013
LINKS
IBM Research, Ponder This, July 2013 essentially asks for a(8).
Kevin O'Bryant, Constructing Thick B_h sets, arXiv:2308.12406 [math.NT], 2023.
John Tromp, PonderThisJuly2013.c
FORMULA
a(n) = A227588(n,3) - 1. - James Wilcox, Aug 02 2013
EXAMPLE
a(4) = 11 because 0-1-7-11 (0-4-10-11) and 0-1-8-11 (0-3-10-11) have all (6 choose 3)=20 distinct triple sums and there is no 0=b0<b1<b2<b3<11 with distinct triple sums.
PROG
(C) // See link.
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
John Tromp, Jul 08 2013
EXTENSIONS
a(8)-a(10) from John Tromp, Jul 30 2013
STATUS
approved