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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Replied to djbroadhurst, but fergitted that replies in this group don't go to group. .... o}o:-:o{o ... From: Insall [mailto:montez@...] Sent:...
4 Jul 3, 2002
3:09 am

Markus Frind
markusff
Send Email

With 80-bit floats, and a 32*32->64 integer multiply, the intel-using C/C++ and Asm programmers can without too much hassle write 62*62%62 bit mulmods. ...
2 Jul 3, 2002
1:08 am

alpertron
Send Email

A bit sketchy, in fact you'll probably hate it, but the essence is there: http://www.users.globalnet.co.uk/~perry/maths/germainprimes/germainprimes.ht m Jon...
4 Jul 2, 2002
5:16 pm

Jon Perry
jon_perryuk
Send Email

... Yes, Marcel, that is something that I noted about both you and Jack: you seem incapable of proving false statments while several other contributors claim...
12 Jul 2, 2002
7:58 am

Paul Leyland
pleyland@...
Send Email

Hello all, I'm trying to come up with a new factoring method (what else is new!) but I am having troubles with some (alot?) of the ground work. My current...
1 Jul 2, 2002
1:38 am

David Cleaver
wraithx@...
Send Email

Trying this in Pari: dpf(p)=local(c,n);c=0;for (n=1,length(factor(p)[,2]),c++);c jlv(n)=(-1)^dpf(n) s=2;slv=0;for (n=1,20000,slv+=jlv(n)/(1.0*n^s));print(slv) ...
5 Jul 1, 2002
6:10 pm

Jon Perry
jon_perryuk
Send Email

Hello! Does anybody know about any tables of largest composites factored by NFS methods? Great thanks, Andrey [Non-text portions of this message have been...
2 Jul 1, 2002
2:08 am

Satoshi TOMABECHI
tomabeti2000
Send Email

Hello, Some operations which are difficult modulo n are much easier when working modulo p. For example, there are no known fast methods for taking a square...
5 Jun 30, 2002
12:26 am

Insall
draagekreik
Send Email

Hello, Thanks to Thomas Hadley, Alan Wong and Phil for replying to my quiz question. 'Can you prove that p and q distinct primes are co-prime? Thomas got the...
1 Jun 29, 2002
11:14 am

paulmillscv
Send Email

There's little formality in the discussions that I've seen regarding the stage 1 /stage 2 division for the group order based block-GCD factoring algorithms...
4 Jun 28, 2002
3:57 pm

Paul Leyland
pleyland@...
Send Email

The group operation for Elliptic Curves is explicitly introduced as being commutative. And of course, the multiplication in Z/Zn and other rings useful for...
1 Jun 28, 2002
12:40 pm

Phil Carmody
thefatphil
Send Email

David, Thanks for the information. I think that this table can be stored in the Web server in a more compressed way by storing only the factors of p-1. Then a...
1 Jun 28, 2002
12:25 pm

Dario Alpern
alpertron
Send Email

I have placed a Report on the Residual Factoring Method On my WEB site at www.ecs.fullerton.edu/~mbrown Milton L. Brown mbrown@... [Non-text...
2 Jun 27, 2002
9:22 pm

djbroadhurst
Send Email

Sent this this morning. Forgot this list is not just like the others. ... Figured it out now, though. he he..... :-} ... From: Insall...
11 Jun 27, 2002
5:25 pm

Jon Perry
jon_perryuk
Send Email

Can someone point me to websites that give patterns in the composite numbers?...
3 Jun 27, 2002
2:33 am

nonsemantic@...
asposer
Send Email

Hi phil, I think Again I am facing with the same old bouncing problem. I haven't received any emails from the primenumbers group from past couple of days. Was...
1 Jun 27, 2002
2:09 am

S.R.Sudarshan Iyengar
sudarshansr
Send Email

at: http://www.users.globalnet.co.uk/~perry/maths/twinprimeconjecture/twinprimec onjecture.htm Jon Perry perry@... ...
1 Jun 26, 2002
6:10 pm

Jon Perry
jon_perryuk
Send Email

From Paulo Ribenboim's The Little Book of Big Primes (c) 1991 The following is results by Ishikawa (1934) are also consequences of Tschebycheff&#39;s Theorems (see...
2 Jun 26, 2002
12:39 pm

Phil Carmody
thefatphil
Send Email

A new revision of "A problem on the conjecture concerning the distribution of generalized Fermat prime numbers (a new method for the search for large primes)"...
1 Jun 26, 2002
10:33 am

Yves Gallot
galloty@...
Send Email

Let p=k.2^n+1 , k odd, n>2. Form k^(2^i), for i=1..n-1, or until the result is -1. If it's never -1, reject the candidate as composite. Otherwise call the...
3 Jun 25, 2002
11:06 am

Phil Carmody
thefatphil
Send Email

... Trial division. ... Sure. If I can get 2637 in 2 minutes, I imagine that you can get 4000 in 5 minutes. Note that I stopped, rather arbitrarily, at 30...
2 Jun 25, 2002
4:49 am

thefatphil
Send Email

Hi, I am new here. I created a homepage about graphic patterns of primes. Hope some will look at it and comment it. If somebody know a more relevant place for...
2 Jun 25, 2002
4:44 am

thefatphil
Send Email

Although not about primes, I would be very happy if people would examine my new papers at: http://www.users.globalnet.co.uk/~perry/maths/othermaths.htm Namely...
18 Jun 24, 2002
5:30 pm

Jon Perry
jon_perryuk
Send Email

Hello to all people there, I was trying to use modular factorization with WinPFGW version 20020515, with the following command line : -l -f{3779136} -s3...
1 Jun 24, 2002
11:54 am

didier.boivin@...
dibo12fr
Send Email

Consider the sequence of integers p+1,...p+k, p a prime. The product of these integers is k! mod p. Let k=p-1, therefore k! mod p = (p-1)! mod p = -1 mod p. ...
1 Jun 24, 2002
10:24 am

Jon Perry
jon_perryuk
Send Email

Okay, here are some conjectures I just came up with. These might be original; I've never seen similar conjectures myself. Perhaps these can be proven -- I...
13 Jun 24, 2002
8:43 am

CRESPI Esteban
esteban.crespi@...
Send Email

... I believe pari is interpreted, so you want to do as little work as possible. The general form is right, but you'll never beat a low level compiled language...
4 Jun 24, 2002
2:11 am

andrew_j_walker
Send Email

Quick question. Consider a plot of the 'Fibonacci curve', i.e. the extension of the Fibonacci series into the reals. Can we assume that F(x)+F(x+1)=F(x+2)...
3 Jun 23, 2002
2:11 am

djbroadhurst
Send Email

Goes like this: Consider a run of consecutive composites, c1,...,ck, where k is even. Group these composites into pairs, such that each element is used exactly...
9 Jun 21, 2002
8:13 pm

Jon Perry
jon_perryuk
Send Email

Can anyone prove any of the following: a) It's easier said than done b) Beauty is in the eye of the beholder c) It's impossible to teach the intelligent to be...
1 Jun 21, 2002
7:35 pm

Jon Perry
jon_perryuk
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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