A072842 Largest m such that we can partition the set {1,2,...,m} into n subsets with the property that we never have a+b=c for any distinct elements a, b, c in one subset.
2, 8, 23, 66
Offset: 1
Examples
a(2) = 8 because we may partition the set {1, 2, ..., 8} into {1, 2, 4, 8} and {3, 5, 6, 7} with the desired property, and this is the unique solution; attempting to add 9 to either will produce a set with the property that a+b=c for some a,b,c (1+8=9 or 3+6=9). [Corrected by Julien de Prabere, Dec 17 2009]
References
- EFNet #math, Jul 23 2002 (can we replace this with a link? - N. J. A. Sloane)
Links
- R. Ageron, P. Casteras, T. Pellerin, Y. Portella, A. Rimmel and J. Tomasik, New lower bounds for Schur and weak Schur numbers, arXiv:2112.03175 [math.CO], 2021-2022.
- P. Blanchard, F. Harary and R. Reis, Partitions into sum-free sets, Integers: electronic journal of combinatorial number theory, 6. 2006.
- P. Bornsztein, An extension of a theorem of Schur, Acta Arithmetica, 101.4 (2001), pp. 395-399.
- Dr. Dobb's Journal, Solutions to the "Monopoles" Problem, Dec 01 1999.
- S. Eliahou, J. M. Marín, M. P. Revuelta, M. I. Sanz, Weak Schur numbers and the search for G.W. Walker’s lost partitions, Computers & Mathematics with Applications, Volume 63, Issue 1, January 2012, Pages 175-182.
- Shalom Eliahou, Les extraordinaires prédictions du Révérend Walker, Images des Mathématiques, CNRS, 2017 (in French).
- Gordon Hamilton, Grade 2 $1,000,000 Unsolved Problem (2011).
- Robert W. Irving, An extension of Schur's theorem on sum-free partitions, Acta Arithmetica 25 (1973/74), pp. 55-64. (see p. 59ff)
- Dmitry Kamenetsky, Paint numbers from 1 to 8 with two colours, Puzzling StackExchange, 2019.
- Dmitry Kamenetsky, Paint numbers from 1 to 23 with three colours, Puzzling StackExchange, 2019.
- MathEnJeans, Les tiroirs anti-sommes, 2010-2011 (in French).
- D. Robilliard, C. Fonlupt, V. Marion-Poty, Amine Boumaza, A multilevel Tabu Search with Backtracking for Exploring Weak Schur Numbers, Artificial Evolution, Lecture Notes in Computer Science, Volume 7401, 2012, pp 109-119.
- Fred Rowley, New lower bounds for weak Schur partitions, Integers, vol. 21, p. #A59, 2021.
- G. W. Walker, Solution to the problem E985, American Mathematical Monthly, Vol. 59 (1952), p. 253.
Crossrefs
Formula
It is known that 315^((n-1)/5) <= a(n) <= floor(n!*n*e). - Pierre Bornsztein (bornsztein(AT)voila.fr), Sep 02 2003
Extensions
Additional comments from Rob Pratt and Brendan McKay, Nov 02 2002
More terms from Pierre Bornsztein (bornsztein(AT)voila.fr), Sep 02 2003
Minor additions from Julien de Prabere (jdpbr(AT)aliceadsl.fr), Feb 25 2010
Term a(5) = 196 removed by Fred Rowley, Aug 29 2025
Comments