![]() |
|
|
#56 |
|
May 2016
101000102 Posts |
I found the formula to match the first for (I think so) all the numbers "not similar in value":
A : Lmit Max B : Limit Min Example : 997+3 = 1000 997 * 3 = 2991 A: Limit Max B: Limit Min |
|
|
|
|
|
#57 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
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 |
|
|
|
|
|
|
#58 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
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 |
|
|
|
|
|
#59 |
|
May 2016
2428 Posts |
|
|
|
|
|
|
#60 |
|
Aug 2006
3×1,993 Posts |
|
|
|
|
|
|
#61 | |
|
May 2016
2×34 Posts |
Quote:
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 |
|
|
|
|
|
|
#62 |
|
Aug 2006
3×1,993 Posts |
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.?
|
|
|
|
|
|
#63 |
|
May 2016
2×34 Posts |
I have only three formula for the Sum (range Limit Min , Max ) , (that i know ) :
Formula Number 1 for factors with similar value : and Formula Number 2 with 17,5 : and Formula Number 3 for factors with not similar value (but not work with big number) : I want to catch it Last fiddled with by Godzilla on 2016-09-02 at 07:20 |
|
|
|
|
|
#64 |
|
May 2016
2428 Posts |
|
|
|
|
|
|
#65 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
949710 Posts |
|
|
|
|
|
|
#66 |
|
May 2016
2428 Posts |
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 |
|
|
|
![]() |
| 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 |