Page 1 of 3

Problem 037

Posted: Mon Oct 08, 2007 6:33 pm
by kvom
I think it must be assumed that the "subprimes" of the example number 3797 are not to be counted as part of the 11. In other words, 797 is not one of the 11 primes in the solution. Correct?

Re: Problem 37 clarification

Posted: Mon Oct 08, 2007 8:25 pm
by hk
A number is a member of the list if it is left- and right-truncatable by itself.

Re: Problem 37 clarification

Posted: Thu Jan 24, 2008 6:30 pm
by schveiguy
I'm also very confused on problem 37. My solution finds 25 primes that match the description. Here are the first 11 of my solution (I figure it's not going to help anyone since the answer is wrong). Could someone please tell me why any of these numbers doesn't match? Just say the number is wrong and I'll see if I can figure out why.

11 - 1 is prime
13 - 1 and 3 are prime
17 - 1 and 7 are prime
31 - 1 and 3 are prime
37 - 3 and 7 are prime
53 - 3 and 5 are prime
71 - 1 and 7 are prime
73 - 7 and 3 are prime
113 - 11, 13, 1, and 3 are prime
131 - 13, 31, and 1 are prime
137 - 13, 37, 1, and 7 are prime

-Steve

Re: Problem 37 clarification

Posted: Thu Jan 24, 2008 7:23 pm
by hk
1 is not considered a prime....

Re: Problem 37 clarification

Posted: Thu Jan 24, 2008 9:22 pm
by schveiguy
D'oh!

Oh yeah, that eliminates most of my answers :) I got it now.

-Steve

Problem 37

Posted: Mon Jul 28, 2008 1:24 am
by joffray
For this problem it says to
Find the sum of the only eleven primes that are both truncatable from left to right and right to left.
Are two digit primes included in this eleven? Because I'm ending up with a lot more than eleven primes that meet this definition. Any clarification is appreciated.

Re: Problem #37

Posted: Mon Jul 28, 2008 1:40 am
by Georg
Yes.

Re: Problem #37

Posted: Mon Jul 28, 2008 1:45 am
by joffray
I keep ending up with 24 prime numbers greater than 7 that meet the definition in problem 37.

Re: Problem #37

Posted: Mon Jul 28, 2008 1:47 am
by Georg
Post one five digit prime from your list of 24.

Re: Problem #37

Posted: Mon Jul 28, 2008 1:56 am
by joffray
I'm not even up in to the five digit primes yet. Within my list I have 9 primes that are 2 digits, 10 primes that are 3 digits, and 5 that are 4 digits. I can't see what the problem is because I've gone through the numbers and they seem correct.

Re: Problem #37

Posted: Mon Jul 28, 2008 1:59 am
by Georg
Send the 4 digit numbers via PN to me.

Re: Problem #37

Posted: Mon Jul 28, 2008 2:04 am
by Georg
1 is not a prime number.

Re: Problem #37

Posted: Mon Jul 28, 2008 2:13 am
by joffray
d'oh

Problem 37

Posted: Wed Oct 08, 2008 2:37 am
by uws8505
The problem says that there are 11 truncatable primes, but I get only 9 under 1000000, or 10^6.

37
73
...

Are there any truncatable primes over 10^8, 10^9, or 10^10?

If 10^10 is the case, I should run my laptop overnight to get the answer with my algorithm... :(

Re: Problem 37

Posted: Wed Oct 08, 2008 2:56 am
by daniel.is.fischer
You haven't found all below one million. I say nothing about where you can find the largest.

Re: Problem 37

Posted: Wed Oct 08, 2008 11:14 am
by uws8505
Well, thanks, and I found another one. But I cannot get any further...

Edit: Oh, I found the last one!

Re: Problem 37

Posted: Fri Oct 17, 2008 11:08 pm
by near
Hello,

I found 25 trucable primes below ...!!

11
13
.
.
(snip)

why 11 and 13 ... are not truncable primes??
Please can you give me more informations.

thanks.

Re: Problem 37

Posted: Fri Oct 17, 2008 11:27 pm
by jaap
1 is not a prime.

Re: Problem 37

Posted: Sat Oct 18, 2008 1:13 am
by near
thank you Jaap

problem 37 : on truncatable primes [1373 left-truncatable?]

Posted: Sat Nov 08, 2008 6:43 pm
by phiroze
Hello,
I seem to have struggled with this problem for way too long.
is 1373 a left-truncatable and right-truncatable prime or not?

left_truncate(1373) => 1373, 137, 13, 1 ; all of which are prime
right_truncate(1373) => 1373, 373, 73, 3 ; all of which are prime

but http://www.research.att.com/~njas/sequences/A024785 does not list 1373 as left-truncate prime!

quite confused,...

-- phiroze