OFFSET
2,1
COMMENTS
The Frobenius number of a numerical semigroup generated by relatively prime integers a_1,...,a_n is the largest positive integer that is not a nonnegative linear combination of a_1,...,a_n. Since four consecutive tetrahedral numbers are relatively prime, they generate a numerical semigroup with a Frobenius number.
REFERENCES
R. Fröberg, C. Gottlieb and R. Häggkvist, "On numerical semigroups", Semigroup Forum, 35 (1987), 63-83 (for definition of Frobenius number).
LINKS
Harvey P. Dale, Table of n, a(n) for n = 2..100
EXAMPLE
a(2)=41 because 41 is not a nonnegative linear combination of 4, 10, 20 and 35, but all integers greater than 43 are.
MATHEMATICA
FrobeniusNumber/@Partition[Binomial[Range[2, 50]+2, 3], 4, 1] (* Harvey P. Dale, Jan 22 2012 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Victoria A Sapko (vsapko(AT)canes.gsw.edu), Apr 09 2002
EXTENSIONS
Sequence terms corrected and extended by Harvey P. Dale, Jan 22 2012
Offset corrected and example corrected by Harvey P. Dale, Jan 24 2012
STATUS
approved