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!)
A098571 a(n) is the least k such that Mersenne-prime(n)*prime(k)# + 1 is prime, where prime(k)# is the k-th primorial. 1
1, 2, 6, 6, 16, 5, 3, 4, 5, 33, 29, 24, 31, 124, 290, 103, 370, 186, 4654, 133, 221, 244, 206, 726, 601, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[p_] := Module[{k = 1, q = r = 2}, While[! PrimeQ[r*p + 1], q = NextPrime[q]; r *= q; k++]; k]; f /@ (2^MersennePrimeExponent[Range[15]] - 1) (* Amiram Eldar, Aug 28 2021 *)
CROSSREFS
Sequence in context: A316785 A056136 A349288 * A194120 A161503 A019076
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Sep 16 2004
EXTENSIONS
a(19)-a(26) from Amiram Eldar, Aug 28 2021
STATUS
approved

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 20 04:51 EDT 2024. Contains 371798 sequences. (Running on oeis4.)