cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

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.

Original entry on oeis.org

2, 8, 23, 66
Offset: 1

Views

Author

Tor G. J. Myklebust (pi(AT)flyingteapot.bnr.usu.edu), Jul 24 2002

Keywords

Comments

The fourth term is at least 66 (Ernst Munter), from { 24 26 27 28 29 30 31 32 33 36 37 38 39 41 42 44 45 46 47 48 49 } { 9 10 12 13 14 15 17 18 20 54 55 56 57 58 59 60 61 62 } { 1 2 4 8 11 16 22 25 40 43 53 66 } { 3 5 6 7 19 21 23 34 35 50 51 52 63 64 65 }
Another set of subsets can be described with this sequence of digits (among 8238): 112122213313333333232124144444144422244144441444412223333333331222 (where each digit represents a subset) The fifth term is at least 195 and can be built with the previous sequence, 515, then 66 digits 5 and finally the sequence 122133333333312224144441444222441444444441422213333133331222. I'd like to see a 196-digit sequence. [Julien de Prabere]
Actually a(5)=196 was given by Walker without proof. But Eliahou et al. give an example of such a partition, so a(5) >= 196. And Robilliard et al. give an example for n=6 with [1..574], so a(6) >= 574. - Michel Marcus, Mar 26 2013
To clarify: a(1)-a(4) are known. a(5) = 196 was claimed by Walker but no proof is known, though the value seems likely to be correct. - Charles R Greathouse IV, Jun 13 2013
The best known lower bounds for the next terms: a(6) >= 582, a(7) >= 1740, a(8) >= 5201, a(9) >= 15596. See link to Eliahou's 2017 article. - Dmitry Kamenetsky, Oct 20 2019
From Fred Rowley, Aug 29 2025: (Start)
New lower bounds a(6) >= 642, a(7) >= 2146, a(8) >= 6976 and beyond were established by Rowley in 2021 (see link). Improved lower bounds a(6) >= 646, a(9) >= 22536 and a(10) >= 71256 and beyond were established in 2022 by Ageron et al (see link).
The following coloring demonstrates that a(5) >= 207, confirming this number remains an open problem:
1 2 1 3 1 2 1 3 1 2 1 4 1 2 1 3 3 2 1 4 1 3 3 4 4 4 4 4 4 4 4 3 4 4 4 2 3 1 5 2
2 3 3 2 2 1 5 2 2 1 5 2 2 1 5 2 2 1 5 2 2 1 5 2 2 1 5 2 2 1 5 2 2 1 5 3 3 4 4 4
4 4 4 4 4 4 4 4 4 1 5 5 5 1 5 3 3 1 5 5 5 1 5 5 5 1 5 5 5 1 5 5 5 1 5 5 5 1 5 5
5 1 5 5 5 1 5 5 5 1 3 3 5 1 5 5 5 1 4 4 4 4 4 4 4 4 4 4 4 4 3 3 5 1 2 2 5 1 2 2
5 1 2 2 5 1 2 2 5 1 2 2 5 1 2 2 5 1 2 2 5 1 2 2 3 3 2 2 5 1 3 3 4 4 4 4 4 4 4 4
4 4 4 4 3 3 1. (End)

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)

Crossrefs

The requirement that a not equal b is the only difference between these numbers and the Schur numbers A045652.

Formula

It is known that 315^((n-1)/5) <= a(n) <= floor(n!*n*e). - Pierre Bornsztein (bornsztein(AT)voila.fr), Sep 02 2003
a(n) < A118771(n), and also a(n) <= A036918(n+1). - Michel Marcus, Mar 26 2013

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

A365190 The weak Schur numbers for 2-coloring.

Original entry on oeis.org

9, 24, 52, 101, 166, 253
Offset: 2

Views

Author

Stefano Spezia, Aug 25 2023

Keywords

Comments

a(8) >= 365, a(9) >= 505, a(10) >= 676 (see Table 4 at p. 6 in Ahmed et al.).

Crossrefs

Cf. A030126, A045652, A072842, A118771, A365191 (similar for 3-coloring).

A365191 The weak Schur numbers for 3-coloring.

Original entry on oeis.org

24, 94, 259
Offset: 2

Views

Author

Stefano Spezia, Aug 25 2023

Keywords

Comments

a(5) >= 593, a(6) >= 1146, a(7) >= 2005 (see Table 6 at p. 8 in Ahmed et al.).

Crossrefs

Cf. A030126, A045652, A072842, A118771, A365190 (similar for 2-coloring).
Showing 1-3 of 3 results.