Заудрагон++;

if (Zaudragon == 15) { printf("%s\n", "Заудрагон++;"); }

5.5.06

Two Math Conjectures

Hehe… I’m not quite sure if these are already conjectures, or if they are false, but I made two conjectures anyways.
  1. Base conversion (pretty sure about this one):
    • oldbase number in newbase = log(newbase) number * 10
    • Ex: 2 = log(2) 2 * 10 = 10
  2. Prime Numbers (not so sure):
    • x^2 - x + y is prime, if x and y are prime and x ≠ y
    • Ex: 2^2 - 2 + 3 = 5
  3. Highly Composite Numbers and the nearest prime number have a difference that is always prime
Please find counter-examples or even prove them… EDIT: Freakman found a counter example for #2, 344^2 - 344 + 653 = 118645. So now both x and y have to be prime. That should work, né?

EDIT: Seems like the third one was proven (it wasn’t mine, it was Bill R. McEachen’s (billymac00 AT excite.com)). Nice!

More edits! This post, so far, has gotten the most publicity, so I have moved it up into the near-past so it remains on the first page. Originally posted 22:30 11/26/2005. Also, I presume Conj #1 is part of the rule for base conversion… Logs are used for these kinds of things.

3 Comments:

At 25/04/06 04:28, Anonymous Anonymous said…

can you ask for counterexamples to my conjecture as follows?
A2182 at OEIS lists the highly composite numbers. Besides the trivial instance of 2 and when the HCN is adjacent to a prime, will the offset from the HCN to the nearest prime always be a prime?
noted this yesterday Apr 24 2006 after submitting the sequence to OEIS. billymac00 AT excite.com

 
At 10/06/07 07:32, Blogger billymac said…

well, in the past week or so I made a much stroner conjecture encompassing the earlier(HCN). It triggered a laborious running commentary on the discussion pages of Wikipedia (article primorial), but in the end myself and a Danish fella have it holding thru 10^9. see my wiki to read the Conjecture, which is significant in my mind for prime hunters in the high range they are searching ...
see billymac00.pbwiki.com to read the Conjecture ...
Bill McEachen 6/10/2007

 
At 23/10/07 01:14, Anonymous Anonymous said…

As far as #2 goes, if x = 379 and y = 461, then x^2 - x + y = 143723 and 143723 = 101 * 1423, not prime.

 

Post a Comment

Links to this post:

Create a Link

<< Home