Forum: Number Theory Discussion Group
2020-07-20, 15:55
|
Replies: 4
Views: 5,372
|
Forum: Number Theory Discussion Group
2020-07-20, 08:04
|
Replies: 4
Views: 5,372
|
Forum: Number Theory Discussion Group
2020-07-18, 19:17
|
Replies: 4
Views: 5,372
|
Forum: Math
2017-03-01, 07:17
|
Replies: 16
Views: 3,196
|
Forum: Math
2017-02-28, 13:44
|
Replies: 16
Views: 3,196
|
Forum: Math
2017-02-27, 21:42
|
Replies: 16
Views: 3,196
Changing the question...
Having given some thought to this, I realise that what I really want is a way to find integer values for m such that
(ceil(mr))^2- (mr)^2 < (mr)^s
where s <= 1. I'm guessing this is a...
|
Forum: Math
2017-02-27, 15:51
|
Replies: 16
Views: 3,196
|
Forum: Math
2017-02-27, 15:20
|
Replies: 16
Views: 3,196
|
Forum: Math
2017-02-27, 14:39
|
Replies: 16
Views: 3,196
|
Forum: Factoring
2016-11-09, 12:19
|
Replies: 2
Views: 1,417
|
Forum: Factoring
2016-11-09, 10:41
|
Replies: 2
Views: 1,417
Zhang's Special Quadratic Sieve
Has anyone had any experience with implementing Zhang's Quadratic Sieve?
I can't seem to find the implementation referred to (as being included with the paper) in Eric Landquist's paper "An...
|
Forum: Math
2016-08-15, 13:08
|
Replies: 4
Views: 1,543
It can be rewritten as...
It can be rewritten as \displaystyle\prod_{i=1}^{p} {(1 + \frac{n-p}{i+p})} , I think, but I'm not sure this helps...
|
Forum: Math
2016-08-15, 12:23
|
Replies: 4
Views: 1,543
|
Forum: Math
2016-08-15, 09:31
|
Replies: 4
Views: 1,543
|
Forum: Factoring
2016-05-06, 08:13
|
Replies: 2
Views: 6,039
|
Forum: Factoring
2016-05-04, 14:39
|
Replies: 2
Views: 6,039
|
Forum: Factoring
2016-05-03, 08:50
|
Replies: 3
Views: 1,488
|
Forum: Factoring
2016-05-02, 17:54
|
Replies: 3
Views: 1,488
Special-q method for Quadratic Sieve
Does anyone have a reference to / copy of a good description of the special q method as used with the Quadratic Sieve? All I can find is a brief reference in a paper entitled "On the Amount of...
|
Forum: Factoring
2016-03-31, 06:21
|
Replies: 5
Views: 1,607
Ah, well, this is my point you see :) I have a...
Ah, well, this is my point you see :) I have a non-sieving implementation, in Haskell, that does generate enough relations to factor a C80 in 14 hours. As far as I can tell, this is currently the...
|
Forum: Factoring
2016-03-30, 20:57
|
Replies: 5
Views: 1,607
|
Forum: Factoring
2016-03-30, 15:24
|
Replies: 5
Views: 1,607
Thanks Jason. Interestingly, because of the way...
Thanks Jason. Interestingly, because of the way the candidate x values are chosen, subsequent factoring is on values less than sqrt(n), sometimes by a factor of more than 10. Also, the values being...
|
Forum: Factoring
2016-03-30, 13:47
|
Replies: 5
Views: 1,607
Non-sieving version of Quadratic Sieve
I've been experimenting with a non-sieving version of the Quadratic Sieve algorithm. To date the performance is nowhere near as good as the basic Quadratic Sieve, let alone SIQS; gathering relations...
|
Forum: Math
2016-03-29, 18:49
|
Replies: 9
Views: 1,775
|
Forum: Math
2016-03-29, 14:52
|
Replies: 9
Views: 1,775
I'm not sure why it would be a problem - it's...
I'm not sure why it would be a problem - it's really just modular subtraction on the left and subtraction in a Residue Number System on the right isn't it? (I'm probably missing something here...
|
Forum: Computer Science & Computational Number Theory
2016-03-29, 14:26
|
Replies: 9
Views: 2,203
|