login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098915 Least k such that k*Mersenne-prime(n)*Mersenne-prime(n+1) - 1 is prime. 0

%I #7 Jul 24 2021 05:38:42

%S 2,2,2,24,2,50,6,26,14,306,86,846,104,1832,272,2222,2540,884,5474,

%T 1950,28358,13338,76740

%N Least k such that k*Mersenne-prime(n)*Mersenne-prime(n+1) - 1 is prime.

%e 2*(2^2-1)*(2^3-1) - 1 = 41 is prime, so a(1) = 2.

%e 2*(2^3-1)*(2^5-1) - 1 = 433 is prime, so a(2) = 2.

%t f[n_] := Module[{k = 1}, While[!PrimeQ[k*n - 1], k++]; k]; f /@ Times @@@ Partition[2^MersennePrimeExponent[Range[15]] - 1, 2, 1] (* _Amiram Eldar_, Jul 24 2021 *)

%Y Cf. A000043, A000668.

%K nonn,more

%O 1,1

%A _Pierre CAMI_, Oct 17 2004

%E a(15)-a(23) from _Amiram Eldar_, Jul 24 2021

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)