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!)
A098570 Least k such that Mersenne-prime(n)*prime(k)# - 1 is prime, where prime(k)# is the k-th primorial. 1
1, 1, 1, 2, 1, 3, 1, 10, 9, 7, 9, 7, 36, 105, 375, 120, 280, 226, 1215, 263, 2098, 310, 2330 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
f[p_] := Module[{m = 1, k = 2, q = 2}, While[!PrimeQ[k*p - 1], q = NextPrime[q]; k *= q; m++]; m]; f /@ (2^MersennePrimeExponent[Range[15]] - 1) (* Amiram Eldar, Jul 25 2021 *)
CROSSREFS
Sequence in context: A301935 A237978 A337276 * A122048 A046208 A195909
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Sep 16 2004
EXTENSIONS
a(21)-a(23) from Amiram Eldar, Jul 25 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 March 28 13:35 EDT 2024. Contains 371254 sequences. (Running on oeis4.)