login

Revision History for A121385

(Bold, blue-underlined text is an ; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Minimal number of monochromatic three-term arithmetic progressions that a two-coloring of {1,...,n} can contain.
(history; published version)
#21 by N. J. A. Sloane at Mon Jun 02 01:34:12 EDT 2014
STATUS

editing

#20 by N. J. A. Sloane at Mon Jun 02 01:33:50 EDT 2014
COMMENTS

a(9) = 1 is the well-known fact that the Van der Waerden number for two colors and three-term arithmetic progressions is 9.

STATUS

proposed

Discussion
Mon Jun 02
01:34
N. J. A. Sloane: One says van der W in the middle of a sentence
#19 by Rob Pratt at Sun Jun 01 22:41:27 EDT 2014
STATUS

editing

#18 by Rob Pratt at Sun Jun 01 22:41:18 EDT 2014
COMMENTS

a(9)=1 is the well known fact that the Van der Waerden number for 2 colors and three-term arithmetic progressions is 9.

STATUS

proposed

#17 by Wesley Ivan Hurt at Sun Jun 01 22:31:43 EDT 2014
STATUS

editing

#16 by Wesley Ivan Hurt at Sun Jun 01 22:31:26 EDT 2014
COMMENTS

a(9)=1 is the well known fact that the van der Waerden number for 2 colors and three-term arithmetic progressions is 9.

The general problem for k terms and r colors can be solved by using integer programming, with binary decision variables x[i,c] = 1 if element i receives color c and 0 otherwise, y[i,d] = 1 if arithmetic progression (i,i+d,...,i+(k-1)d) is monochromatic and 0 otherwise. The constraints are sum {c in 1..r} x[i,c] = 1 for all i in 1,…,n and sum {j=0 to k-1} x[i+j*d,c] - k + 1 <= y[i,d] for all i, d, c. The objective is to minimize sum {i, d} y[i,d].

EXAMPLE

a(8)=0 because we can two color {1,...,8} by 11001100 so that there are no monochromatic three-term arithmetic progressions.

STATUS

proposed

#15 by Rob Pratt at Sun Jun 01 22:03:16 EDT 2014
STATUS

editing

#14 by Rob Pratt at Sun Jun 01 22:02:48 EDT 2014
COMMENTS

The general problem for k terms and r colors can solved by using integer programming, with binary decision variables x[i,c] = 1 if element i receives color c and 0 otherwise, y[i,d] = 1 if arithmetic progression (i,i+d,...,i+(k-1)d) is monochromatic and 0 otherwise. The constraints are sum {c in 1..r} x[i,c] = 1 for all i in 1,…,n and sum {j=0 to k-1} x[i+j*d,c] - k + 1 <= y[i,d] for all i, d, c. The objective is to minimize sum {i, d} y[i,d].

EXAMPLE

a(8)=0 because we can two color {1,...,8} by 11001100 so that there are no three-term arithmetic progressions.

STATUS

approved

#13 by Ralf Stephan at Thu May 29 09:40:36 EDT 2014
STATUS

reviewed

#12 by Joerg Arndt at Wed May 28 07:07:12 EDT 2014
STATUS

proposed