A142153 a(n) is the "highest smallest" positive integer that cannot be obtained from the (n-1) optimized integers (to be defined for each n) using each number at most once and the operators +, -, *, /.
1, 2, 5, 18, 87, 451
Offset: 1
Examples
a(4) = 18 because every integer can be calculated up to 17, using one of the four (!) optimal sequences {2,3,10} or {2,3,14} or {2,6,11} or {2,6,13}. a(5) = 87 because every integer can be calculated up to 86, using the optimal numbers {2,3,14,60}. a(6) = 451 because every integer can be calculated up to 450, using the optimal numbers {2,3,4,63,152}. - _Gilles A.Fleury_, Mar 06 2009
Extensions
a(6) from Gilles A.Fleury, Mar 06 2009
Comments