Divisibility question; consecutive numbers

In summary, the conversation discusses the problem of finding the greatest amount of consecutive integers that are divisible by at least one of a set of consecutive prime numbers. It is suggested that the largest number of consecutive integers is unbounded, but for a given, fixed prime, there must be a bound. The conversation also mentions using the zeroes of mod functions as a potential solution, but notes the difficulty in determining their distribution.
  • #1
kid1
3
0
Does anyone know the answer to this problem: if you have a set of consecutive prime numbers (2,3,5,7...), what is the greatest amount of consecutive integers that are divisible by at least one of the prime numbers? For 2,3,and 5, I know it is 5 (2 through 6, 24 through 28, 32 through 36...), but for really big primes I can't figure it out.
 
Physics news on Phys.org
  • #2
Hi kid1! :smile:

Lets say you have prime {2,3,5,...,p}, then you can set x=2*3*5*...*p. Then

[tex]x+2,x+3,x+4,...,x+p,x+p+1[/tex]

is a sequence of consecutive integers such that one of the primes divides it. So there certainly are p consecutive integers not divisible by p. It's a good question whether p is the largest number of consecutive integers...
 
  • #3
The largest is probably longer, given that it's easy to find one example longer than the last prime. For {2,3,5,7}, the numbers 2 to 10 (9 of them) are divisible by some prime of the list (because 7 and 11 are not twin).

P.S.: I googled this, if it helps someone:
http://oeis.org/A058989
 
Last edited:
  • #4
Dodo said:
The largest is probably longer, given that it's easy to find one example longer than the last prime. For {2,3,5,7}, the numbers 2 to 10 (9 of them) are divisible by some prime of the list (because 7 and 11 are not twin).

P.S.: I googled this, if it helps someone:
http://oeis.org/A058989

Indeed, I suspect that it is unbounded. That is, the numbers become arbitrarily large. The reason is that there are arbitrary large gaps where no primes occur.
 
  • #5
The sequence is probably unbounded, for the reason you state. But for a given, fixed prime, there must be a bound. This is because, if your primes are {2,3,5,...,p} and defining M=2*3*5*...*p, then all numbers of the form kM-1 are not divisible by any of the primes, so M-1 is an upper bound (by a large excess, probably).

Here's another hint. The problem is analogous to this one: given the vector-valued function F(n) = (n mod 2, n mod 3, n mod 5, ..., n mod p), find the longest sequence of consecutive integers such that there is some zero component on all of the corresponding F(n). These vectors repeat in a pattern (modulo M), and there are relatively few vectors which have no zeroes, namely 1*2*4*...*(p-1) of them (which happens to be phi(M)). The large majority of the vectors will have some zero. For an example, for {2,3,5,7}, M=210 but only 48 are zero-free. Distributed, how? Ahhh, that's the question.
 
  • #6
Thank you Dodo, that link was helpful. I am dissapointed that the answer isn't just 2p-1; that was what my first guess would have been. It's really frustrating that such a simple sounding problem can be so hard! Using the zeroes of those mod functions is a good idea, but it would still be tough to figure out their distrubution, which is the essence of the problem.
 

1. What is a divisibility question?

A divisibility question is a mathematical problem that involves determining whether one number is divisible by another number. In other words, it is asking if one number can be evenly divided by another number without leaving a remainder.

2. How do you solve a divisibility question?

To solve a divisibility question, you can use the divisibility rules for different numbers. For example, a number is divisible by 2 if it is even, by 3 if the sum of its digits is divisible by 3, and by 5 if it ends in 0 or 5. You can also use long division to divide the numbers and see if there is a remainder.

3. What are consecutive numbers?

Consecutive numbers are numbers that follow each other in order, with a difference of 1 between them. For example, 1, 2, 3, 4, 5 are consecutive numbers because they are in order and have a difference of 1 between each number.

4. How are divisibility questions related to consecutive numbers?

In divisibility questions involving consecutive numbers, one number is usually a multiple of the other number. This means that when you divide the larger number by the smaller number, there will be no remainder. For example, 10 and 5 are consecutive numbers and 10 is divisible by 5 because 10 ÷ 5 = 2 with no remainder.

5. What is the importance of understanding divisibility and consecutive numbers?

Understanding divisibility and consecutive numbers is important in many areas of mathematics, such as algebra and number theory. It helps in simplifying fractions, finding common factors and multiples, and solving more complex mathematical problems. It is also useful in real-life situations, such as calculating prices and discounts, and in coding and programming.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Math Proof Training and Practice
Replies
1
Views
996
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
31
Views
3K
  • Programming and Computer Science
Replies
32
Views
1K
  • Linear and Abstract Algebra
Replies
6
Views
3K
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
6
Views
2K
Back
Top