| New Reply |
Next number in the sequence 2 3 5 7 11 13 17 20 23 29 33 |
Share Thread | Thread Tools |
| Jul4-12, 10:23 PM | #1 |
|
|
Next number in the sequence 2 3 5 7 11 13 17 20 23 29 33
I have always been curious about the distance between prime numbers. I call the sequence above the frog numbers because I don't know what else to call them. They are generated from the first n odd primes. How many consecutive integers are divisible by at least one of the set. Then add 1. For example, only one consecutive number is divisible by 3. Add 1 and you get 2. Only 2 consecutive numbers can be divisible by 3 or 5. Add 1 and you get 3. Etc. I don't have the mathematical horsepower to analyze the sequence and I am wondering if someone can give me more information on it? Is there efficient algorithm for generating lots of these numbers? I did write a program to generate the frog numbers in the title above. It is interesting how closely they track the primes.
|
| Jul4-12, 10:34 PM | #2 |
|
|
So, regarding the second element of the sequence:
[tex] x = 3 k, x + 1 = 5 l, \ x = 5 m, x + 1 = 3 n [/tex] These equations are equivalent to the Diophantine equations: [tex] 5 l - 3 k = 1, \ 3 n - 5 m = 1 [/tex] which have the following general solutions: [tex] k = 5 r - 2, l = 3 r - 1 \Rightarrow x = 3 k = 15 k - 6 [/tex] or [tex] m = 3 r + 1, n = 5 r + 3 \Rightarrow x = 5 m = 15 m + 5 [/tex] So, we have an infinite family of numbers: [tex] x = 15 r + 5, \ x = 15 r + 9, \ r \ge 0 [/tex] that are either divisible by 3 or 5 and their successor is divisible by the other one: (5, 6), (9, 10), (20, 21), (24, 25), (35, 36), (39, 40), ... So, I don't understand how you got the second term in your sequence. |
| Jul4-12, 11:13 PM | #3 |
|
Recognitions:
|
|
| Jul4-12, 11:20 PM | #4 |
|
|
Next number in the sequence 2 3 5 7 11 13 17 20 23 29 33
The max length of the sequence + 1.
I expanded on this in: http://frognumbers.wordpress.com/ |
| Jul4-12, 11:27 PM | #5 |
|
|
|
| Jul4-12, 11:41 PM | #6 |
|
|
|
| Jul4-12, 11:46 PM | #7 |
|
Recognitions:
|
It's quite subtle. In 8 consecutive integers, 3 could be divisible by 3, 2 by 5, 2 by 7, 1 by 11; 3+2+2+1=8. Yet you can't achieve a string of 8 using 3 to 11 because the end two would have to be each divisible by 7, and to fit 3 multiples of 3 in, one of them is going to land on one of the 7s. So you can't separate all 8 contributions.
|
| Jul5-12, 12:10 AM | #8 |
|
|
|
| Jul5-12, 01:05 PM | #9 |
|
|
len+1 | sequence
2 | 3 3 | 3 5 5 | 3 7 5 3 7 | 5 3 7 11 3 5 11 | 3 7 5 3 13 11 3 5 7 3 13 | 11 3 7 5 3 13 17 3 5 7 3 11 17 | 3 13 11 3 7 5 3 19 17 3 5 7 3 11 13 3 19? | 17 3 13 11 3 7 5 3 19 23 3 5 7 3 11 13 3 17 23 | 3 19 17 3 13 11 3 7 5 3 29 23 3 5 7 3 11 13 3 17 19 3 29 | 3 5 23 3 19 17 3 13 11 3 7 5 3 29 31 3 5 7 3 11 13 3 17 19 3 23 5 3 31? | 29 3 5 23 3 19 17 3 13 11 3 7 5 3 37 31 3 5 7 3 11 13 3 17 19 3 23 5 3 29 37?? | 5 3 31 29 3 5 23 3 19 17 3 13 11 3 7 5 3 37 41 3 5 7 3 11 13 3 17 19 3 23 5 3 29 31 3 5 this would be my sequences, not sure how your getting more. |
| Jul5-12, 03:49 PM | #10 |
|
|
|
| Jul5-12, 04:14 PM | #11 |
|
|
|
| New Reply |
| Thread Tools | |
Similar Threads for: Next number in the sequence 2 3 5 7 11 13 17 20 23 29 33
|
||||
| Thread | Forum | Replies | ||
| sequence of number | Linear & Abstract Algebra | 3 | ||
| Next number in sequence, or pattern of sequence. | Calculus | 2 | ||
| Number Sequence | Brain Teasers | 1 | ||
| What is the next number in the sequence? | Differential Geometry | 1 | ||
| number sequence | General Math | 5 | ||