login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Least k such that k*6*(M(n)^500)-1 is prime where M(i)= i-th Mersenne prime.
0

%I #3 Mar 31 2012 13:22:05

%S 55,142,1945,570,220,7124,2329,7054,10005,447,14505,4322

%N Least k such that k*6*(M(n)^500)-1 is prime where M(i)= i-th Mersenne prime.

%C All primes certified using PFGW from Primeform group

%e 55*6*(3^500)-1 is prime 3=2^2-1=first Mersenne prime, 55 is k(1)

%Y Cf. Mersenne primes.

%K nonn

%O 1,1

%A _Pierre CAMI_, Jul 12 2007