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!)
A104038 a(n) is the least k such that k*(k+1)*Mersenne-prime(n)+1 is prime. 0
1, 2, 3, 12, 8, 3, 5, 14, 17, 69, 189, 42, 392, 167, 377, 12, 2007, 434, 744, 705, 1089, 1109, 7833, 7328, 1271, 192, 6770, 2379 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1*2*(2^2-1)+1 = 7 is prime, so a(1) = 1.
2*3*(2^3-1)+1 = 43 is prime, so a(2) = 2.
3*4*(2^5-1)+1 = 373 is prime, so a(3) = 3.
MATHEMATICA
f[p_] := Module[{k = 1}, While[! PrimeQ[k*(k + 1)*p + 1], k++]; k]; f /@ (2^MersennePrimeExponent[Range[15]] - 1) (* Amiram Eldar, Jul 18 2021 *)
CROSSREFS
Sequence in context: A282075 A282514 A320810 * A112979 A225723 A092972
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Mar 31 2005
EXTENSIONS
a(14) inserted and a(24)-a(28) added by Amiram Eldar, Jul 18 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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)