You need to know: Coprime integers, algorithm working in polynomial time, NP-hard problem.
Background: Given positive coprime integers , denote
the (always finite) set of positive integers which cannot be represented as
for some non-negative integers
.
The Theorem: On 8th November 2002, Alexander Barvinok and Kevin Woods submitted to arxiv a paper in which they, among other results, proved the existence of an algorithm, which, given , computes the number of integers in
in polynomial time for any fixed n.
Short context: The Frobenius coin problem, studied at least from 1882, asks to compute the largest integer in . The problem is known to be NP-hard if n is part of the input. However, Kannan presented in 1992 a polynomial algorithm to solve it for every fixed n. The Theorem states that, for fixed n, the number of elements in
can also be computed efficiently.
Links: Free arxiv version of the original paper is here, journal version is here.