Last year, the largest Mersenne prime $2^{82,589,933}$ that we now know of was discovered. It contains almost $25,000,000$ digits if expanded out. I do not understand much how GIMPS operates, other than it makes use of the Lucas-Lehmer test algorithm.
My question might be naive, but I ask it anyway: On a PC with 8GB of RAM, am I capable of running the Lucas-Lehmer test on a Mersenne number $M_{p}$ with a prime $p$ of my choice? In theory, I certainly could recursively compute the $(n-1)st$ term of the underlying extended Lucas sequence sequence that GIMPS uses and attempt to divide my chosen $M_{p}$ into it. But can little computers like mine handle such large numbers?
LLT implementation in Pari/gp