I recently found a different method to compute prime number in $\mathcal O(\log(\log n))$ complexity. At present, that logic working fine for $300$ digits prime number, which I found on websites.I need to validate whether that logic will be working fine for a higher number of digits. At present, I have computed a prime number of $300\ 000$ digits(but I am not sure whether this would be valid),
My questions are:
- Where can I find a prime number of higher digits i.e., more than $300\ 000$ digits?
- Where can I validate $300\ 000$ digit prime number is valid one?