How can I see if $2^{333}-1 $ is a prime number?
Does this have to do with Mersenne prime numbers ($2^n-1$) ??
Thank you!
|
How can I see if $2^{333}-1 $ is a prime number? Does this have to do with Mersenne prime numbers ($2^n-1$) ?? Thank you! |
|||
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
No, $2^{333} - 1$ cannot be a prime. It is easy to see this via the exponent, $333$, which has factorization $3\cdot3\cdot37$. From this we know, by a well-known identity, that $$ 2^{333} - 1 = (2^{37} - 1)\cdot (1 + 2^{37} + 2^{37\cdot2} + 2^{37\cdot3} + 2^{37\cdot4} + 2^{37\cdot5} + 2^{37\cdot6} + 2^{37\cdot7} + 2^{37\cdot8}). $$ |
|||
|
|
No it's not prime. Its prime factorization (in ascending order) is $7×73×223×1999×10657×169831×321679×1238761×26295457×36085879×199381087×319020217×616318177×698962539799×4096460559560875111$ |
||||
|
|