![]() |
|
|
#23 |
|
Aug 2002
Buenos Aires, Argentina
2·683 Posts |
Due to Hasse theorem, the prime factor p can be found by ECM if the number p-1+q is smooth with respect to the selected bounds, where the absolute value of q is less than twice the square root of p. The value of q is unknown and depends on p and the elliptic curve being used.
|
|
|
|
|
|
#24 | |
|
Romulan Interpreter
Jun 2011
Thailand
7·1,373 Posts |
Quote:
|
|
|
|
|
|
|
#25 |
|
Aug 2002
Buenos Aires, Argentina
101010101102 Posts |
For example, in December 1995 Richard Brent found the prime factor p40 of the tenth Fermat number, completing its factorization.
p40 = 9409853205696664168149671432955079744397 The elliptic curve selected has sigma = 48998398, and the group order for the elliptic curve mod p40 can be computed as G = p40 - 1 + 149256697246264631024 that is smooth: G = 22 * 3 * 5 * 17 * 312 * 53 * 67 * 233 * 739 * 5563 * 7901 * 20201 * 57163 * 309335137 Notice that p40 - 1 = 22 * 7715261 * 304910397901531269264567700073759 so this prime cannot be found using p-1 algorithm. |
|
|
|
|
|
#26 | ||
|
Dec 2011
11×13 Posts |
Quote:
Also thank you for the information which leads to a clarification to my post #8 of this thread. I said formula (1) was the "primitive". To clarify, I believe formula (1) is often called "phi". Where "phi" is usually the full "primitive", but "phi" may be the product of a small prime "intrinsic" times the "primitive". So, correcting formula (1) from my previous post: The "phi" of that form is My personal database (of slightly extended Cunningham forms) does have separate phi and primitive columns, so I have no excuse for being so careless with my explanation. An SQL query of my database shows 33 official Cunningham numbers with base 2 (exponent limits of 1300, 1300, and 2600) that possess an intrinsic factor in my database. That may or may not match the official count, but it should give the OP a rough (order of magnitude) estimate of how often intrinsic factors must be considered. (With the RDS-provided condition telling the OP exactly when intrinsic factors must be considered!) |
||
|
|
|
|
|
#27 |
|
Romulan Interpreter
Jun 2011
Thailand
7×1,373 Posts |
|
|
|
|
|
|
#28 |
|
Aug 2002
Buenos Aires, Argentina
2×683 Posts |
For prime numbers of that size, you can compute the group order by using Schoof's algorithm. There are faster algorithms for prime numbers greater than 100 digits, for example Schoof–Elkies–Atkin algorithm.
Last fiddled with by alpertron on 2017-09-26 at 12:17 |
|
|
|
|
|
#29 | ||||
|
Feb 2017
Nowhere
4,643 Posts |
Quote:
Two things: In FACTORIZATION OF THE TENTH FERMAT NUMBER they refer to the expression p + 1 - q, not p - 1 + q. Quote:
Quote:
As to the elliptic curve that found the p40 prime factor of F10, Quote:
|
||||
|
|
|
|
|
#30 |
|
Mar 2016
15916 Posts |
Dear Charles,
the mersenne numbers are embedded in the quadratic function f(n)=2n²-1 where for all n equal powers of two the f(n) is a mersenne number. All primes p sieves double periodically the function values of f(n) p|f(n) -> p|f(n+kp) and p|f(n-kp), k element of N The mersenne numbers build a folding of this quadratic function. I think you can use the prime factors of the mersenne numbers in order to make a sieve if you consider the differences between the mersenne numbers based on the regarding n of the quadratic function. Is it possible to calculate all factors of mersenne numbers if p of Mp is not a prime ? It might not be the fastest way. The result of the factorisation of mersenne numbers are part of the sieving construction of that quadratic function f(n)=2n^2-1 By the way the function f(n)=2n^2-1 is embedded in the function f(u,v)=u^2 - v^2 +2uv which seems to be a metric ? Was it proven that there are infinitive primes p=2n^2-1 ? Greetings from the primes ![]() ![]() ![]() ![]() ![]() Bernhard Last fiddled with by bhelmes on 2018-04-11 at 21:40 |
|
|
|
|
|
#31 | |
|
"Jeppe"
Jan 2016
Denmark
23×3×7 Posts |
Quote:
I am thinking 2^1891 - 1 because 1891 = 31*61, so that famous primes M31 and M61 are the algebraic factors? /JeppeSN |
|
|
|
|
|
|
#32 |
|
Romulan Interpreter
Jun 2011
Thailand
7·1,373 Posts |
That has a C5xx left, it was not so high, I may be wrong about the "18" part. Grr... I am getting older... Anyhow, the discussion is here on the forum somewhere, but it does not matter anymore.
|
|
|
|
|
|
#33 |
|
Aug 2006
3·1,993 Posts |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Composite P-1 factors not showing up under recently cleared exponents? | ixfd64 | PrimeNet | 2 | 2018-02-28 07:54 |
| PrimeNet has composite factors recorded | James Heinrich | PrimeNet | 4 | 2011-09-16 14:40 |
| is M21934219 composite ? | S485122 | Data | 50 | 2011-01-10 10:28 |
| Missing factors at the 'Known Factors' page | MatWur-S530113 | PrimeNet | 11 | 2009-01-21 19:08 |
| F10,21=10^(2^21)+1 is composite | Shaopu Lin | Factoring | 2 | 2004-10-31 13:48 |