Highest number impossible to make with 6,9,20.

  • Thread starter Thread starter BR24
  • Start date Start date
  • Tags Tags
    Impossible
AI Thread Summary
The discussion centers on identifying the highest integer that cannot be formed using the numbers 6, 9, or 20 through addition. Participants clarify that the focus is on sums rather than multiplication. There is a consensus that once a certain threshold is reached, all subsequent integers can be formed by adding 6 to a sequence of consecutive numbers. Suggestions include using a computer program to generate numbers and identify sequences of at least six consecutive integers to determine the largest unformable number. The conversation references mathematical concepts related to the Frobenius coin problem for further insights.
BR24
Messages
23
Reaction score
0
What is the highest number you cannot make with the numbers 6, 9, or 20. Integers obviously. if you don't understand what i am asking, for example, you can't make 14, so which is the largest number you can't make since once you get so high you can make every number. Is there a quick or mathematical way to do this besides brute force and guessing?
 
Mathematics news on Phys.org
cant eventually make every number, still looking for prime numbers, largest is 2^43,112,609 − 1 so far i think.
 
dont think your right there, well don't think i stated the answer clear enough. you have to add, use their sums, not multiply. I know for a fact that the answer is below one million.
 
Ah ok lol.
 
yeah haha so any clue how to do it?
 
can anyone confirm or disconfirm 43?
 
BR24 said:
What is the highest number you cannot make with the numbers 6, 9, or 20. Integers obviously. if you don't understand what i am asking, for example, you can't make 14, so which is the largest number you can't make since once you get so high you can make every number. Is there a quick or mathematical way to do this besides brute force and guessing?
What do mean by "make"? Are you talking about adding them together or multiplying or some other combination of arithmetic operations?
 
adding, corrected myself above.
 
  • #10
If you think it's under 1,000,000, just write a computer program to start generating numbers, sort the list, and look for a sequence of at least 6 consecutive numebrs. Clearly, you can make any number after that... since you just add 6 to one of those numbers.
 
Back
Top