> > [. . .]
> > My question is, do there exist infinite such triplets (a,b,c), such that any natural number n >= c can be expressed as n = ax + by, where, x,y >= 0 ?
>
> > I tried playing around with some co-prime values for a and b, with c = a + b, but it failed easily! Maybe there is a higher value of c for which the claim is true ?
>
> For coprime natural numbers a and b, it holds for all c >= (a - 1)(b -
> 1), while it fails for c = ab - a - b. This is a theorem of Sylvester,
> and solves the Frobenius coin problem for the case of two coins.
>
>
https://en.wikipedia.org/wiki/Coin_problem
Here is a proof.
Consider coprime positive integers a,b and an integer
n > ab - a - b; we want nonnegative integers x,y such
that ax + by = n. Equivalently (substitute x = u - 1,
y = v - 1), we want positive integers u,v such that au + bv = m
where m = n + a + b > ab.
First, find integers r,s such that ar + bs = t. Then,
setting u = mr + bt, v = ms - at will satisfy au + bv = m.
Thus, we need only find an integer t such that
mr + bt > 0 and ms - at > 0, i.e., -mr/b < t < ms/a.
But there must be at least one integer in the interval (-mr/b, ms/a),
since the length of the interval is ms/a + mr/b = m/ab > 1.