A069758 Frobenius number of the numerical semigroup generated by three consecutive hexagonal numbers.
65, 377, 395, 797, 1589, 6029, 3347, 4571, 6035, 10997, 10979, 12212, 19409, 47246, 24023, 29003, 35357, 52112, 50603, 50411, 73049, 158207, 78155, 90203, 102005, 144443, 138467, 131474, 183077
Offset: 2
Examples
a(2)=65 because 65 is not a nonnegative linear combination of 6, 15 and 28, but all integers greater than 65 are.
Links
- R. Fröberg, C. Gottlieb and R. Häggkvist, On numerical semigroups, Semigroup Forum, 35 (1987), 63-83 (for definition of Frobenius number).
Programs
-
Mathematica
FrobeniusNumber/@Partition[Table[n(2n-1),{n,2,35}],3,1] (* Harvey P. Dale, Jul 25 2011 *)
Comments