I asked to use the Lucas_Lehmer test to show that $2^{11} -1$ is prime i was wondering if there are any by hand examples of someone using this test on a mersenne prime that anyone knows of.
I tried googling the test but the explanation in itself confused me so i was hoping to see an example not just a explanation of what the test is. ( i realize this test was intended for computers to be programmed to test primes but i would like to see an example by hand.)
To give an example, let's take $127$. Then, the algorithm asks us to do the following:
Since $s_5 \equiv 0 \mod 127$, we see that $127$ is a prime number.