OFFSET
1,2
EXAMPLE
a(3)=23 because 23 is the largest number k such that the equation 7*x_1 + 11*x_2 + 13*x_3 + 17*x_4 + 19*x_5 = k has no solution for any nonnegative x_i (in other words, for every k > 23 there exist one or more solutions).
MATHEMATICA
Table[FrobeniusNumber[{Prime[n], Prime[n + 1], Prime[n + 2], Prime[n + 3], Prime[n + 4]}], {n, 1, 100}]
FrobeniusNumber/@Partition[Prime[Range[80]], 5, 1] (* Harvey P. Dale, Aug 15 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 05 2008
STATUS
approved