mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Miscellaneous Math

Reply
 
Thread Tools
Old 2016-08-31, 18:48   #56
Godzilla
 
Godzilla's Avatar
 
May 2016

101000102 Posts
Default

I found the formula to match the first for (I think so) all the numbers "not similar in value":



A : Lmit Max

\frac{\sqrt{2178 * (p1*p2)}}{22,5} = N_{max} \sim = N_{max}*\sqrt{\frac{(p1*p2)}{22,5}} = N2_{max} (work with numbers not similar value)

B : Limit Min

\frac{\sqrt{2178 * ((p1*p2)-9…9)}}{22,5} = N_{min} \sim = N_{min}*\sqrt{\frac{(p1*p2)-9…9}{22,5}} = N2_{min}(work with number not similar value)


Example :


997+3 = 1000
997 * 3 = 2991

A: Limit Max

\frac{\sqrt{2178 * (2991)}}{22,5} = 113  \sim = 113*\sqrt{\frac{2991}{22,5}} = 1302 (work with number not similar value)

B: Limit Min

\frac{\sqrt{2178 * ((2991)-999))}}{22,5} = 92 \sim = 92*\sqrt{\frac{(2991-999)}{22,5}} = 865 ( work with number not similar value)
Godzilla is offline   Reply With Quote
Old 2016-08-31, 19:12   #57
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26·131 Posts
Default

Quote:
Originally Posted by Godzilla View Post
Example :


997+3 = 1000
997 * 3 = 2991

A: Limit Max

\frac{\sqrt{2178 * (2991)}}{22,5} = 113  \sim = 113*\sqrt{\frac{2991}{22,5}} = 1302 (work with number not similar value)

B: Limit Min

\frac{\sqrt{2178 * ((2991)-999))}}{22,5} = 92 \sim = 92*\sqrt{\frac{(2991-999)}{22,5}} = 865 ( work with number not similar value)
1) that's a range not a value and
2) have you tried to take the AGM ( arithmetic-geometric mean) it gives 1083 ( when floored) in PARI/GP
which is much closer than either of the values given. edit:in fact the geometric mean is closer still being defined as the product of those two numbers square-rooted. of course you can also square root the known product and get that they must have a pivot around roughly 17. edit: in essence what you are trying to do is define double the arithmetic mean of the two factors using the square of their geometric mean. aka 2*(a+b)/2 =a+b in terms of sqrt(a*b)^2 = a*b maybe read this ? http://math.stackexchange.com/questi...geometric-mean

Last fiddled with by science_man_88 on 2016-08-31 at 19:43
science_man_88 is offline   Reply With Quote
Old 2016-08-31, 21:06   #58
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

doh should have double checked my math: sqrt(997*3) not sqrt(97*3) the point is in theory if a formula existed to do this there'd be a formula to translate arithmetic mean and geometric mean which can't happen as a sum of n numbers can be represented in multiple ways with n numbers and so you'd be saying they all have the same geometric mean which wouldn't work:

ex.

(3+3)/2 = (4+2)/2 = (5+1)/2=3 but sqrt(3*3)=sqrt(9)=3; sqrt(4*2)=sqrt(8); and sqrt(5*1)=sqrt(5) and only one of these is rational.

edit: okay bad example even number which means for one of the values it exactly equals as (n+n)/2 = 2n/2 = n and sqrt(n*n) = sqrt(n^2)=n

Last fiddled with by science_man_88 on 2016-08-31 at 21:24
science_man_88 is offline   Reply With Quote
Old 2016-09-01, 07:38   #59
Godzilla
 
Godzilla's Avatar
 
May 2016

2428 Posts
Default

Quote:
Originally Posted by science_man_88 View Post
of course you can also square root the known product and get that they must have a pivot around roughly 17.


It's true they must have a pivot around 17-17.5 .

My latest formula work only with one factor equal to 3 and the other bigger.
Godzilla is offline   Reply With Quote
Old 2016-09-01, 12:08   #60
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by Godzilla View Post
My latest formula work only with one factor equal to 3 and the other bigger.
Does it show that one factor is 3 and the other factor is n/3?
CRGreathouse is offline   Reply With Quote
Old 2016-09-01, 14:51   #61
Godzilla
 
Godzilla's Avatar
 
May 2016

2×34 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
Does it show that one factor is 3 and the other factor is n/3?

I think there must be, a scale, for factors like 1-1000, 1-10000 or similar, and more about . The last formula is trivial, but it works (--the range--), if a factor is equal to 3, have not tested it with very large numbers.

Last fiddled with by Godzilla on 2016-09-01 at 14:53
Godzilla is offline   Reply With Quote
Old 2016-09-01, 17:51   #62
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by Godzilla View Post
I think there must be, a scale, for factors like 1-1000, 1-10000 or similar, and more about . The last formula is trivial, but it works (--the range--), if a factor is equal to 3, have not tested it with very large numbers.
So if n has a factor in the range 1 to 1000 then you know there's a factor in n/1000 to n, if n has a factor in the range 1 to 10000 then you know there's a factor in n/10000 to n, etc.?
CRGreathouse is offline   Reply With Quote
Old 2016-09-02, 06:52   #63
Godzilla
 
Godzilla's Avatar
 
May 2016

2×34 Posts
Default

I have only three formula for the Sum (range Limit Min , Max ) , (that i know ) :



Formula Number 1 for factors with similar value :


\frac{\sqrt{2178*(p1*p2)}}{22,5} = Limit_{max}


and


\frac{\sqrt{2178*((p1*p2)-9...9))}}{22,5} = Limit_{min}


Formula Number 2 with 17,5 :



\frac{\sqrt{2178*(p1*p2)}}{17,5} = Limit_{max}


and


\frac{\sqrt{2178*((p1*p2)-9...9))}}{17,5} = Limit_{min}



Formula Number 3 for factors with not similar value (but not work with big number) :



 p1 * p2 = N \sim Limit_{min} = \frac {N}{4} , Limit_{max} = \frac{N}{2}



I want to catch it

Last fiddled with by Godzilla on 2016-09-02 at 07:20
Godzilla is offline   Reply With Quote
Old 2016-09-02, 08:27   #64
Godzilla
 
Godzilla's Avatar
 
May 2016

2428 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
So if n has a factor in the range 1 to 1000 then you know there's a factor in n/1000 to n, if n has a factor in the range 1 to 10000 then you know there's a factor in n/10000 to n, etc.?



Also :

997 * 19 = 18943  ,  \frac{18943}{29} = 653 and \frac{18943}{14.5} = 1306 \sim 29(653) = Limit_{min} , 14.5(1306)= Limit_{max}


so


911 * 179 = 163069  ,  \frac{163069}{200} = 815 and \frac{163069}{100} = 1630 \sim 200(815) = Limit_{min} , 100(1630) = Limit_{max}

but , how i do it ?
Godzilla is offline   Reply With Quote
Old 2016-09-02, 16:11   #65
Batalov
 
Batalov's Avatar
 
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2

949710 Posts
Default

Quote:
Originally Posted by Godzilla View Post
but , how i do it ?
Here's how. You stop posting gibberish and get a good introductory text book.
Batalov is offline   Reply With Quote
Old 2016-09-03, 07:29   #66
Godzilla
 
Godzilla's Avatar
 
May 2016

2428 Posts
Default

Off Topic About thread closed recently of Yeisson Acevedo.


I have tested my formula, with Mersenne number, the calculations are very special, judging you.

[TEX] \frac{\sqrt{2178 * (2^{(2^{1}-1)}-1)}}{17.5} = 1,8857142857142857\sqrt{2} \sim = 2,666802717617836 [/TEX] Note [TEX] \sqrt{2}[/TEX]

and

[TEX] \frac{\sqrt{2178 * (2^{(2^{2}-1)}-1)}}{17.5} = 1,8857142857142857\sqrt{14} \sim = 7,055696786488004 [/TEX] Note [TEX] \sqrt{14}[/TEX]

and

[TEX] \frac{\sqrt{2178 * (2^{(2^{3}-1)}-1)}}{17.5} = 1,8857142857142857\sqrt{254} \sim = 30,05334033524597 [/TEX] Note [TEX] \sqrt{254}[/TEX]

and

[TEX] \frac{\sqrt{2178 * (2^{(2^{7}-1)}-1)}}{17.5} = 0,057142857142857143\sqrt{370567497576901986711614947493195582273406} \sim = 3,478528882470944E19 [/TEX] Note [TEX] \sqrt{370567497576901986711614947493195582273406}[/TEX]


Now the four root [TEX] \frac{2}{2} = 1 \sim \frac{14}{2} = 7 \sim \frac{254}{2} = 127 \sim \frac{370567497576901986711614947493195582273406}{2} = 185283748788450993355807473746597791136703[/TEX]but it isn't prime numer
Godzilla is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
This simple algorithm incomplete can only calculate prime numbers? Ale Miscellaneous Math 38 2015-11-29 23:27
Is every product of distinct Fermat numbers symmetrical in binary? only_human Puzzles 9 2015-06-26 10:30
All odd numbers are prime Citrix Lounge 5 2010-04-05 21:34
Getting a new Prime to calculate roemer2201 PrimeNet 2 2008-12-20 16:12
Prime numbers Unregistered Miscellaneous Math 8 2008-11-09 07:45

All times are UTC. The time now is 05:37.


Fri Aug 6 05:37:29 UTC 2021 up 14 days, 6 mins, 1 user, load averages: 3.04, 3.18, 2.86

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.