![]() |
|
|
#1 |
|
Jul 2015
22 Posts |
For prime number A, there is only one value B, such that what А + В2 = С2
В = (А-1)/2 С = (А+1)/2 А = С2 – В2 = (С-В)*(С+В) С – В = 1 If the number of semiprime A = k1 * k2, then there are at least two values, such that А + В2 = С2 1. 1) А = С2 – В2 = (С-В)*(С+В); k1 = C-B; k2= C + B B2 = (n + trunc (sqrt (A))2 – A; n – natural number [1; +∞); C = n + trunc (sqrt (A)) 2. 2) А = С2 – В2 = (С-В)*(С+В); С – В = 1 В = (А-1)/2 (B- maximum) С = (А+1)/2 Example, А = 21 B1 = (А-1)/2 = (21-1)/2 = 10; С = (А+1)/2 = (21+1)/2 = 11 21 + 102 = 112 If semiprime A, then there is at least one value В2< B1: Sqrt (21) = 4,58257.. Trunc (4,58257) = 4 B2 = (n + 4)2 – 21 for n =1 B2 = (1+4)2 – 21 = 4; B = 2; C = n+ 4 = 1 + 4 =5 A = С2 – В2 = (С-В)*(С+В) = (5 – 2)*(5+2) = 3*7 А=k1 * k2= 3*7 Last fiddled with by Batalov on 2015-07-11 at 16:02 Reason: fixed formatting for squares (only that) |
|
|
|
|
|
#2 |
|
Bamboozled!
"𒉺𒌌𒇷𒆷𒀭"
May 2003
Down not across
10,753 Posts |
|
|
|
|
|
|
#3 |
|
"Dana Jacobsen"
Feb 2011
Bangkok, TH
22·227 Posts |
For even more awesomeness you could use Deterministic M-R with ceil(n/4) as the limit.
(I really wish the previously referenced task could be renamed, as far too many people think what is described is actually AKS) Tempted to post the primality regex... Last fiddled with by danaj on 2015-07-11 at 21:17 |
|
|
|
|
|
#4 | |
|
Nov 2003
22×5×373 Posts |
Quote:
You have failed to specify any kind of procedure. All you have done is assert the existence of some values satisfying some relations. |
|
|
|
|
|
|
#5 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
22×1,549 Posts |
|
|
|
|
|
|
#6 | |
|
Aug 2002
Buenos Aires, Argentina
2·683 Posts |
Quote:
|
|
|
|
|
|
|
#7 |
|
Jul 2015
22 Posts |
?
Last fiddled with by irina on 2018-05-28 at 14:00 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A New Methodology For Calculating Primes | howequan | No Prime Left Behind | 4 | 2017-10-30 09:00 |
| calculating with circles | diep | Homework Help | 9 | 2014-07-12 12:14 |
| Calculating optimal P-1 memory | Uncwilly | Lounge | 5 | 2013-05-15 23:29 |
| Calculating E based on B1 | c10ck3r | Math | 1 | 2012-02-22 06:29 |
| Calculating a difficult sum | CRGreathouse | Math | 3 | 2009-08-25 14:11 |