OFFSET
9,3
COMMENTS
6 is the smallest number that can be partitioned into three distinct positive integers excluding n = 1 through 5.
a(6) would be -1 as the only partition of 6 into 3 distinct numbers that are relatively prime are (1, 2, 3) and the largest Frobenius number of that partition is -1.
Similarly a(7) and a(8) would be -1 as all partitions of these numbers into three distinct parts have a 1 in them.
LINKS
Brady Haran and David Eisenbud, The Frobenius Problem (and numerical semigroups) - Numberphile, Numberphile video, 2025
EXAMPLE
a(11) = 3 as the partitions of 11 into 3 distinct numbers that are relatively prime are (2,4,5) and (2,3,6) that have Frobenius number 3 and 1 respectively and their maximum is 3.
CROSSREFS
KEYWORD
nonn
AUTHOR
David A. Corneth, Jul 25 2025
STATUS
approved
