Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

primenumbers · Prime numbers and primality testing

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1089
  • Category: Number Theory
  • Founded: Dec 27, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 23295 - 23324 of 25075   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
23295 mikeoakes2 Send Email Oct 1, 2011
10:18 am
... I agree. ... A is defined recursively so, rather than your "depth" (which I'm not sure I understand) I favour a measure "recursion_depth", which would...
23296 djbroadhurst Send Email Oct 1, 2011
12:50 pm
In primenumbers@yahoogroups.com, ... Provided that p << N, I guess that the average value of omega(n/p) for the numbers n up to N with least prime divisor p is...
23297 mikeoakes2 Send Email Oct 1, 2011
3:05 pm
... Here are the results of running pari-GP on a single Intel core @ 1.8 GHz:- depth first_inaccessible card(A) time 1 2 1 0 secs 2...
23298 Dimiter Skordev
dskordev Send Email
Oct 1, 2011
3:37 pm
... After the work Mark and Mike did, it really seems that any prime number is Euclid-style accessible. Unfortunately, I have no idea how this could be proved....
23299 mikeoakes2 Send Email Oct 1, 2011
6:08 pm
... In this case, of course, the tree degenerates into a list, and so is more straightforward to program; and we have simply card(A)=recursion_depth. Defining...
23300 Bernardo Boncompagni
redgolpe Send Email
Oct 1, 2011
6:33 pm
... PRP27 = 643679794963466223081509857 PRP28 = 2496022367830647867616317307 PRP44 = 20316223246552213835636779619145529457704309 [Non-text portions of this...
23301 mikeoakes2 Send Email Oct 1, 2011
6:38 pm
... Thanks, Bernardo. Now do you feel like factorising the 98+27=125-digit integer (u[29]+1) ... Mike...
23302 elevensmooth Send Email Oct 2, 2011
1:59 am
... Somebody has been here before, carried it up to 256 digits, and saved it all in the factordb http://factorization.ath.cx/index.php?id=1100000000024656542 ...
23303 Jens Kruse Andersen
jkand71 Send Email
Oct 2, 2011
2:08 am
... We only need the smallest factor which is trivially found by trial factoring to be 103. The sequence of smallest prime factors is the Euclid-Mullin...
23304 djbroadhurst Send Email Oct 2, 2011
3:01 am
... It is notable that only one known factorization is incomplete: http://www.rieselprime.de/Others/EuclidMullin.htm and in that case it suffices to show that...
23305 Andrey Kulsha
andrey_601 Send Email
Oct 2, 2011
10:25 am
... a(21) = 9332039515881088707361 Triple-checking is in progress. Best regards, Andrey...
23306 Kermit Rose
kermit1941 Send Email
Oct 2, 2011
4:49 pm
If 0 < b1 < p1 < q and 0 < b2 < p2 < q and b1^p1 = 1 mod q^2 and b2^p2 = 1 mod q^2 What can we conclude about relation between p1 and p2? Consider the case...
23307 Kermit Rose
kermit1941 Send Email
Oct 2, 2011
5:22 pm
Suppose b0^p = 1 mod q, where q is prime. Let b = (b2 q^2 + b1 q + b0) b^2 = (b2 b0 + b1^2) q^2 + (b1 b0 ) q + b0^2 mod q^3 b^3 = (b2 b0^2 + 2 b1^2 b0) q^2 +...
23308 djbroadhurst Send Email Oct 2, 2011
5:53 pm
... Get Pari-GP to do it for you :-) Assuming that p|q-1, with prime q, we simply ask for bsol(p,q)=lift(znprimroot(q^3)^(q^2*(q-1)/p)); \\ example: ...
23309 djbroadhurst Send Email Oct 2, 2011
6:19 pm
... Indeed. Moreover, (b1,q) and (b2,q) are Wieferich pairs with the same q. Such conjunctions are rare. Even when we find one, the probability that it solves ...
23310 djbroadhurst Send Email Oct 2, 2011
6:25 pm
... http://oeis.org/A007097 seems to indicate that the checks are completed? David...
23311 Andrey Kulsha
andrey_601 Send Email
Oct 2, 2011
6:38 pm
... No, they are still running, but I have some reasons to believe that all will be OK :-) Best regards, Andrey...
23312 djbroadhurst Send Email Oct 3, 2011
12:49 am
... I have proven this for primes p up to 19, but the general proof eludes me. My proof for p = 19 was already laborious and is equivalent to showing that...
23313 mikeoakes2 Send Email Oct 3, 2011
7:42 am
... Using 4 days pari-GP at 3.6Ghz I have solidified these results. For b1, b2, q < 10^7.5, the complete list of such q is:- 555383 1767407 2103107 2452757 ...
23314 Bernardo Boncompagni
redgolpe Send Email
Oct 3, 2011
8:27 am
... Interestingly enough, if p>>1, sum=B_1+log(log(p)) and we get log(log(N))-log(log(p)). The chance of N being prime is 1/log(N). Invoking Mertens' 3rd...
23315 djbroadhurst Send Email Oct 3, 2011
9:37 am
... For log(p) << log(N), the average of omega(n/p), with n running from p to N and p the least prime divisor of n, is (I claim) asymptotic to the sum of 1/q,...
23316 djbroadhurst Send Email Oct 3, 2011
10:26 am
... In the course of this Mike Oakes found 8 pairs of Wieferich pairs not recorded Michael Mosinghoff, who condidered only q = 1 mod 4 when q > 10^7 and hence...
23317 djbroadhurst Send Email Oct 3, 2011
1:20 pm
... At q^2 > 10^15, I found 1634447^18090263 = 1 mod 36180527^2 1773371^18090263 = 1 mod 36180527^2 David (not by googling :-)...
23318 djbroadhurst Send Email Oct 3, 2011
2:05 pm
... Also 3633673^26867849 = 1 mod 53735699^2 21160553^26867849 = 1 mod 53735699^2 David...
23319 djbroadhurst Send Email Oct 3, 2011
4:47 pm
... Also 4232737^17591459 = 1 mod 35182919^2 15865919^17591459 = 1 mod 35182919^2 4144001^19276511 = 1 mod 38553023^2 13038863^19276511 = 1 mod 38553023^2 ...
23320 mikeoakes2 Send Email Oct 3, 2011
5:32 pm
... New experimentally-determined data point supports the picture:- 10^7.5 1944 2.489 Mike...
23321 mikeoakes2 Send Email Oct 3, 2011
5:57 pm
... Would I be right in supposing, from the facts that (a) these results are appearing in random order of q and (b) very quickly, that you have given this...
23322 djbroadhurst Send Email Oct 3, 2011
6:25 pm
... Combination of two effects: several cores and specializing to the most lucrative case, p1=p2=(q-1)/2, so I only look at q if it is the larger member of a...
23323 djbroadhurst Send Email Oct 3, 2011
9:34 pm
... These have larger q: 1783447^48649379 = 1 mod 97298759^2 25659449^48649379 = 1 mod 97298759^2 2076259^48687659 = 1 mod 97375319^2 34543973^48687659 = 1 mod...
23324 djbroadhurst Send Email Oct 4, 2011
11:00 am
Prime q=2*p+1 with primes b<c<p such that q^2|b^p-1 and q^2|c^p-1 555383, 1767407, 2103107, 7400567, 12836987, 14668163, 15404867, 16238303, 19572647,...
Messages 23295 - 23324 of 25075   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help