mersenneforum.org  

Go Back   mersenneforum.org > Factoring Projects > NFS@Home

Reply
 
Thread Tools
Old 2016-12-09, 23:33   #804
swellman
 
swellman's Avatar
 
Jun 2012

C1116 Posts
Default

Thanks for the background information. I'll work through it when I have some time. While I don't think 3 LPs are used very often, it seems like a good arrow to have in the quiver.
swellman is online now   Reply With Quote
Old 2016-12-09, 23:56   #805
unconnected
 
unconnected's Avatar
 
May 2009
Russia, Moscow

2,593 Posts
Default

One more number for 14e queue - c161 from alq sequence 3366:i2157

Code:
# norm 1.255546e-15 alpha -7.005172 e 1.142e-12 rroots 3
n: 71036057950123876011499496054766486217442762401833218657006056374323500079536001800187028848173670371826017382578418890816300844307416796958559595699606519909223
skew: 5818826.06
c0: -2227129036898757153425469105217531782725
c1: 655253516040010442018169509654896
c2: 118199593615005806305609615
c3: -43834689600223666222
c4: -404552652404
c5: 840840
Y0: -9668366369049929360705998428426
Y1: 268134514635675169
rlim: 41800000
alim: 41800000
lpbr: 30
lpba: 30
mfbr: 60
mfba: 60
rlambda: 2.6
alambda: 2.6
lss: 0
unconnected is online now   Reply With Quote
Old 2016-12-10, 10:17   #806
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

Quote:
Originally Posted by swellman View Post
Thanks for the background information. I'll work through it when I have some time.
It's only around 15 lines or so.

Quote:
Originally Posted by swellman View Post
While I don't think 3 LPs are used very often, it seems like a good arrow to have in the quiver.
I agree. Good to know, good to have a reference floating around somewhere, but not necessary at the front of the mind.
Dubslow is offline   Reply With Quote
Old 2016-12-13, 00:43   #807
Max0526
 
"Max"
Jun 2016
Toronto

37D16 Posts
Default a better poly for c161 3366:i2157

Hope it's not too late.
unconnected's poly optimized by CADO-NFS:
Code:
Msieve v. 1.52 (SVN 958)
R0: -9668366027525121127644085946943
R1: 268134514635675169
A0: -44827242285777982437223994216770965080
A1: 54612925324116628758297883016524
A2: -35861060043695668021061855
A3: -32254620229650701134
A4: 4950366316996
A5: 840840
skew 3510308.24, size 1.038e-015, alpha -6.435, combined = 1.169e-012

Last fiddled with by Max0526 on 2016-12-13 at 00:43
Max0526 is offline   Reply With Quote
Old 2016-12-15, 02:08   #808
RichD
 
RichD's Avatar
 
Sep 2008
Kansas

3×1,129 Posts
Default

Two OPNs are ready as sextics. One from the t480 file and the other from the t490 file. This will also reduce the t500 file from 15 to 13 numbers.

18041^53-1 SNFS-230
21492^53-1 SNFS-234
RichD is offline   Reply With Quote
Old 2016-12-16, 12:29   #809
swellman
 
swellman's Avatar
 
Jun 2012

1100000100012 Posts
Default 14e candidate

C202_140_102

Code:
n: 3910659131819658723845854640229275791390440937895363277440313255688252073643851034588806659533980211325236912690368523362885460741680593596193988726663080566944631998915441928362770350499447220149491817
# 140^102+102^140, difficulty: 239.66, anorm: 2.04e+038, rnorm: -4.06e+045
# scaled difficulty: 240.88, suggest sieving rational side
# size = 3.616e-012, alpha = 0.000, combined = 3.132e-013, rroots = 0
type: snfs
size: 239
skew: 4.6723
c6: 1
c0: 10404
Y1: -1879810409774061983350381163649003258651
Y0: 363485178105010937500000000000
rlim: 134000000
alim: 134000000
lpbr: 31
lpba: 31
mfbr: 62
mfba: 62
rlambda: 2.7
alambda: 2.7
swellman is online now   Reply With Quote
Old 2016-12-16, 18:19   #810
VBCurtis
 
VBCurtis's Avatar
 
"Curtis"
Feb 2005
Riverside, CA

22·1,217 Posts
Default

One for 14e:
Code:
n: 113896911958072613417084980874908908746973542471460633482362069439033932389702739476186505894601951134672990859123293770471676698292533355335535984543225198595853603259689794881267488790526158252341054695099979992565220710131
m: 2722258935367507707706996859454145691648
# 13*2^784-1 difficulty: 237 
type: snfs
skew: 1.03
c6: 13
c0: -4
rlim: 67000000
alim: 67000000
lpbr: 31
lpba: 31
mfbr: 62
mfba: 62
rlambda: 2.7
alambda: 2.7
I'm afraid I don't quite understand what y0 and y1 represent on these snfs jobs; I've always fed factmsieve the .poly file with the "m" value, and it fires right up.
VBCurtis is offline   Reply With Quote
Old 2016-12-16, 18:48   #811
jyb
 
jyb's Avatar
 
Aug 2005
Seattle, WA

6E616 Posts
Default

Quote:
Originally Posted by VBCurtis View Post
I'm afraid I don't quite understand what y0 and y1 represent on these snfs jobs; I've always fed factmsieve the .poly file with the "m" value, and it fires right up.
Y0 and Y1 are the coefficients of the rational polynomial, which is assumed to be of degree 1. So that polynomial is just Y1*x + Y0. If you specify the value of m directly, as in your case, then Y1 is assumed to be 1 and Y0 is assumed be be -m (or -1 and m, respectively).

Giving the coefficients in this way may be more convenient than specifying m because it can allow you to avoid any modular inversions. For your number above it wouldn't make any difference, but it comes up when the number has more of a homogeneous form.

For example, to find a sextic polynomial for something like a^131 - b^131, you would multiply by ab to get b*a^132 - a*b^132, which is bx^6 - ay^6, where x = a^22 and y = b^22. Dividing both sides by y^6 gives you a polynomial in the single variable (x/y). So now your 'm' value is a^22/b^22. If you want to specify that directly, you need to do a modular inversion of b mod n (or of b^22 mod n if that's easier for some reason). But your rational polynomial, instead of being x - a^22/b^22, can instead be (b^22)*x - a^22. So you can just set Y1 = b^22 and Y0 = -a^22 and leave out m.
jyb is offline   Reply With Quote
Old 2016-12-16, 19:43   #812
RichD
 
RichD's Avatar
 
Sep 2008
Kansas

3·1,129 Posts
Default TYPO! TYPO!

Quote:
Originally Posted by RichD View Post
21492^53-1 SNFS-234
The number should be 21491^53-1. (not 21492)

All OPN are p^q-1 where both p & q are prime.
RichD is offline   Reply With Quote
Old 2016-12-16, 21:46   #813
jyb
 
jyb's Avatar
 
Aug 2005
Seattle, WA

2×883 Posts
Default

Quote:
Originally Posted by RichD View Post
The number should be 21491^53-1. (not 21492)

All OPN are p^q-1 where both p & q are prime.
Fixed.
jyb is offline   Reply With Quote
Old 2016-12-16, 21:50   #814
RichD
 
RichD's Avatar
 
Sep 2008
Kansas

3×1,129 Posts
Default

Thank you,

I would have felt really bad if that got most of the way through sieving...
RichD is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
System management notes kriesel kriesel 7 2020-10-21 18:52
Improving the queue management. debrouxl NFS@Home 10 2018-05-06 21:05
Script-based Primenet assignment management ewmayer Software 3 2017-05-25 04:02
Do normal adults give themselves an allowance? (...to fast or not to fast - there is no question!) jasong jasong 35 2016-12-11 00:57
Power Management settings PrimeCroat Hardware 3 2004-02-17 19:11

All times are UTC. The time now is 10:47.


Mon Aug 2 10:47:07 UTC 2021 up 10 days, 5:16, 0 users, load averages: 1.67, 1.55, 1.49

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.