Thread Closed

A Question to Trouble Even the Best of You

 
Share Thread
Apr5-07, 10:37 AM   #1
 

A Question to Trouble Even the Best of You


Find the smallest possible arithmetic sequence consisting of seven primes.

For example, the smallest possible arithmetic sequence consisting of five primes is: 5, 11, 17, 23, 29.

By the way, by "smallest possible" I mean that the last term in the sequence must be the smallest possible of all such sequences.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Apr6-07, 09:19 PM   #2
 
Recognitions:
Homework Helper Homework Help
There is no such sequence.
Apr6-07, 11:44 PM   #3
 
Gib Z, you might want to think about that statement some more. It has been proven that there are arithmetic sequences of primes of any finite length.
Apr7-07, 04:50 AM   #4
 
Recognitions:
Homework Helper Homework Help

A Question to Trouble Even the Best of You


Shhh! lol

Ill reword it then, There is no such sequence that I can be bothered to find and that has any mathematical value. To find such a sequence all one needs is some programming knowledge and to be really bored.
Apr7-07, 05:00 AM   #5
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
What can readily be established is that any member of such a sequence must have the same last digit.

So there, I have narrowed it down immensely.
Apr7-07, 05:37 AM   #6
 
Yeah, is this a computing problem or a math problem?

(Actually, it sounds more like a Google problem)
Apr7-07, 05:41 AM   #7
 
Recognitions:
Homework Helper Homework Help
lol adityab88 you google recruit!!!!
Apr7-07, 11:55 AM   #8
 
Quote by Gib Z View Post
To find such a sequence all one needs is some programming knowledge and to be really bored.
What type of programming do we need to solve this sort of mathematical problems? C++ ?
Apr7-07, 07:04 PM   #9
 
Recognitions:
Homework Helper Homework Help
No idea don't ask me lol.

If you want, start a thread here inquiring about this. But not C++ I know.
Apr8-07, 12:19 AM   #10
 
Quote by Gib Z View Post
No idea don't ask me lol.

If you want, start a thread here inquiring about this. But not C++ I know.
Unfortunately, C++ is the only programming language I can use.


Regarding adityab88's question, here is a solution I've just gotten:
1, 11, 31, 61, 101, 151, 211, 281
And it's the smallest possible because 361 is not a prime
Apr8-07, 01:02 AM   #11
 
Quote by Rhythmer View Post
Unfortunately, C++ is the only programming language I can use.


Regarding adityab88's question, here is a solution I've just gotten:
1, 11, 31, 61, 101, 151, 211, 281
And it's the smallest possible because 361 is not a prime
However this is not an arithmetic sequence because consecutive terms do not differ by one single constant.

ie. 11-1=10, whereas 31-11=20, 61-31=30 etc..
Apr8-07, 02:08 AM   #12
 
Quote by d_leet View Post
However this is not an arithmetic sequence because consecutive terms do not differ by one single constant.

ie. 11-1=10, whereas 31-11=20, 61-31=30 etc..
For all terms in the sequence:

[tex] X_n = X_{n-1} + ( (n-1) * 10 ) [/tex]

Starting from (n = 1), [tex] X_0 = 1 [/tex]



Is my solution too bad?
Apr8-07, 02:18 AM   #13
 
Quote by Rhythmer View Post
For all terms in the sequence:

[tex] X_n = X_{n-1} + ( (n-1) * 10 ) [/tex]

Starting from (n = 1), [tex] X_0 = 1 [/tex]



Is my solution too bad?
The only thing wrong with it is that it is not an arithmetic sequence.

An arithmetic sequence has terms of the form: an=a0+n*d

Where a0 is the first term, and d is the common difference between terms.
Apr8-07, 03:05 AM   #14
 
hello ... ppl
i am quite sure you do not need programming equipment.
just your brains will suffice; i am sure of this becuase i saw this question on a maths paper, where computers were not allowed


this is all i have: the difference between the consecutive primes has to be a multiple of 30, i have shown this using some number theory. so, for example, the difference could be 60; a sequence like this (7, 67, 127, ...).

good luck and have fun!
Apr8-07, 04:52 AM   #15
 
The spacing also can't be 30:

7, 37, ..., 187 doesn't work because 187 = 11*17. But for any prime [itex]p \neq 7[/itex], we have [itex] p \equiv 2k[/itex] (mod 7) for some k, [itex]1 \leq k \leq 6[/itex]. Since 30 mod 7 = 2 that means that p+30q is divisible by 7 for some q, 1<q<=6.

That can be generalized to remove some other spacings too; I'm tired and will figure it out in the morning!

Edit: OK, I lied about figuring it out later!

You can also eliminate all other spacings, except those which are products of 7, in cases for any sequence which does not start with 7. So the sequence has to start with 7, or the spacing is a multiple of 7 (ie. 210, 420, etc.).


A little bit of experimenting then yields the sequence: 7, 157, 307, 457, 607, 757, 907
Apr8-07, 11:44 PM   #16
 
Recognitions:
Homework Helper Homework Help
Thats top stuff there Data.
Apr12-07, 06:38 AM   #17
 
Quote by Data View Post
The spacing also can't be 30:

7, 37, ..., 187 doesn't work because 187 = 11*17. But for any prime [itex]p \neq 7[/itex], we have [itex] p \equiv 2k[/itex] (mod 7) for some k, [itex]1 \leq k \leq 6[/itex]. Since 30 mod 7 = 2 that means that p+30q is divisible by 7 for some q, 1<q<=6.

That can be generalized to remove some other spacings too; I'm tired and will figure it out in the morning!

Edit: OK, I lied about figuring it out later!

You can also eliminate all other spacings, except those which are products of 7, in cases for any sequence which does not start with 7. So the sequence has to start with 7, or the spacing is a multiple of 7 (ie. 210, 420, etc.).


A little bit of experimenting then yields the sequence: 7, 157, 307, 457, 607, 757, 907
good stuff
how long did it take you to "experiment" and find the final sequence? cause i was looking for it, too, but my experimentation did not really work.
Thread Closed

Similar discussions for: A Question to Trouble Even the Best of You
Thread Forum Replies
Yr 11 question, trouble drawing diagram. Light. Introductory Physics Homework 1
having a little trouble, very typical question Introductory Physics Homework 9
Trouble on a question Introductory Physics Homework 11
Trouble/Question with/about Maxwell Equations Classical Physics 33
Having trouble with a simple question Introductory Physics Homework 2