I want to identify very large prime number using R software,
> options(max.print=10^9 )
> isPrime(768969862856745523)
Error: cannot allocate vector of size 3.3 Gb
But I didn't get the above number itself... Please try to help me solve the problem