Double 3-Term Arithmetic Progression

Given a list x=[x1,x2,,xn]\overline{x} = [x_1, x_2, \dots, x_n] of integers where each xix_i is of size nO(1)n^{O(1)}, determine whether there exist 1i,jn1\leq i, j\leq n such that iji\neq j, jij-i is even, and x(i+j)/2=12(xi+xj)x_{(i+j)/2} = \frac{1}{2}(x_i+x_j).

Parameters

  • nn: number of integers in array

Insufficient data to display graph

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table