Slashdot Mirror


User: Ian+Glover

Ian+Glover's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:twin primes. on Twin Prime Proof Proffered · · Score: 1

    Ah well, that'll teach me to run bc without setting the scale (and not turning my brain on enough to realise a multiple is probably even! :-).

    But how about 2 * 3 * 5 * 7 * 11 * 13 = 30030 and 30031 = 59 * 509. I think that's right. (Famous last words?)

  2. Re:twin primes. on Twin Prime Proof Proffered · · Score: 1

    p1*p2*...*pn + 1 isn't necessarily prime (for example n = 4 gives 2 * 3 * 5 * 7 + 1 = 211 = 13 * 16). But if isn't then it must be divisible by prime other than p1, ..., pn so you've still got the contradiction.