Girish Mahajan (Editor)

Problems involving arithmetic progressions

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Problems involving arithmetic progressions are of interest in number theory, combinatorics, and computer science, both from theoretical and applied points of view.

Contents

Largest progression-free subsets

Find the cardinality (denoted by Ak(m)) of the largest subset of {1, 2, ..., m} which contains no progression of k distinct terms. The elements of the forbidden progressions are not required to be consecutive.

For example, A4(10) = 8, because {1, 2, 3, 5, 6, 8, 9, 10} has no arithmetic progressions of length 4, while all 9-element subsets of {1, 2, ..., 10} have one. Paul Erdős set a $1000 prize for a question related to this number, collected by Endre Szemerédi for what has become known as Szemerédi's theorem.

Arithmetic progressions from prime numbers

Szemerédi's theorem states that a set of natural numbers of non-zero upper asymptotic density contains finite arithmetic progressions, of any arbitrary length k.

Erdős made a more general conjecture from which it would follow that

The sequence of primes numbers contains arithmetic progressions of any length.

This result was proven by Ben Green and Terence Tao in 2004 and is now known as the Green–Tao theorem.

See also Dirichlet's theorem on arithmetic progressions.

As of 2014, the longest known arithmetic progression of primes has length 26:

43142746595714191 + 23681770·23#·n, for n = 0 to 25. (23# = 223092870)

As of 2011, the longest known arithmetic progression of consecutive primes has length 10. It was found in 1998. The progression starts with a 93-digit number

100 99697 24697 14247 63778 66555 87969 84032 95093 2468919004 18036 03417 75890 43417 03348 88215 90672 29719

and has the common difference 210.

Source about Erdős-Turán Conjecture of 1936:

  • P. Erdős and P. Turán, On some sequences of integers, J. London Math. Soc. 11 (1936), 261–264.
  • Primes in arithmetic progressions

    The prime number theorem for arithmetic progressions deals with the asymptotic distribution of prime numbers in an arithmetic progression.

    Covering by and partitioning into arithmetic progressions

  • Find minimal ln such that any set of n residues modulo p can be covered by an arithmetic progression of the length ln.
  • For a given set S of integers find the minimal number of arithmetic progressions that cover S
  • For a given set S of integers find the minimal number of nonoverlapping arithmetic progressions that cover S
  • Find the number of ways to partition {1, ..., n} into arithmetic progressions.
  • Find the number of ways to partition {1, ..., n} into arithmetic progressions of length at least 2 with the same period.
  • See also Covering system
  • References

    Problems involving arithmetic progressions Wikipedia


    Similar Topics