A249394 Numbers k such that the k-th ménage number is prime.
4, 5, 13, 53, 8645
Offset: 1
Examples
The only known ménage primes are M(4) = 2, M(5) = 13, M(13) = 775596313, M(53) = 567525075138663383127158192994765939404930668817780601409606090331861, and M(8645).
Links
- Adam P. Goucher, Menage primes, Complex Projective 4-Space.
Crossrefs
Programs
-
PARI
is(n)=ispseudoprime(round(2*n*exp(-2)*besselk(n, 2))) \\ Charles R Greathouse IV, Nov 10 2014
Extensions
Example edited by Hans Havermann, Jan 19 2019
Comments