mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2018-04-17, 00:17   #12
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

203008 Posts
Default

Quote:
Originally Posted by bhelmes View Post

Example:
16²-15²+2*16*15 = 0 mod 511
20²-3² + 2*20*3 = 0 mod 511

Greetings from the metrics
Bernhard
Closest thing I see is that 2,3,5,17,23,31 don't divide it. Assuming it sums to the same number ( they do but 0 mod 511 is irrelevant).

Last fiddled with by science_man_88 on 2018-04-17 at 00:18
science_man_88 is offline   Reply With Quote
Old 2018-04-17, 05:36   #13
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

947710 Posts
Default

Quote:
Originally Posted by bhelmes View Post
u²-v²+2uv = 0 mod f and
r²-s²+2rs = 0 mod f (u,v,r,s element N, u<>r, v<>s, f=a*b)

can i calculate a factor of f ?
(u+v)^2 = 2v^2 mod f
(r+s)^2 = 2s^2 mod f

((u+v)/v)^2 = ((r+s)/s)^2 = 2 mod f

((u+v)/v)^2 - ((r+s)/s)^2 = 0 mod f

((u+v)/v - (r+s)/s) * ((u+v)/v + (r+s)/s) = 0 mod f

(u/v - r/s) * (u/v + r/s + 2) = 0 mod f

So, do gcd( u/v - r/s , f ) and gcd( u/v + r/s +2 , f ) (unless they are trivial) and see.

In your example:
Code:
? uv=Mod(16,511)/15
Mod(478, 511)
? rs=Mod(20,511)/3
Mod(177, 511)
? gcd(478-177, 511)
7
? gcd(478+177+2, 511)
73
Batalov is offline   Reply With Quote
Old 2018-04-17, 20:14   #14
bhelmes
 
bhelmes's Avatar
 
Mar 2016

3·5·23 Posts
Default

A pleasant night for you, Batalov
and thanks a lot for this clear explication.
bhelmes is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
A primesieve for f(u,v)=u²+v² bhelmes Number Theory Discussion Group 28 2018-02-11 00:28
a primesieve? bhelmes Miscellaneous Math 9 2017-11-17 21:09
A Different Kind of a Computer a1call Miscellaneous Math 3 2017-06-29 11:15
So, is this some kind of record or what? schickel Forum Feedback 18 2011-01-22 20:29
A Kind of Solitaire davar55 Puzzles 7 2007-09-21 11:24

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


Fri Jul 16 18:47:05 UTC 2021 up 49 days, 16:34, 1 user, load averages: 3.24, 4.61, 4.60

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.