login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098555 Least k such that k*Mersenne-prime(n)-1 is prime. 2
1, 2, 2, 6, 2, 14, 2, 90, 18, 80, 230, 80, 354, 84, 84, 1782, 450, 828, 2562, 2502, 6882, 9288, 890, 16022, 11088, 31034, 7272, 92372 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

mexp = {the list in A000043}; f[n_] := Block[{k = 2, mp = 2^mexp[[n]] - 1}, While[ !PrimeQ[mp*k - 1] && k < 10000, k++ ]; If[k == 10000, 0, k]]; Do[ Print[ f[n]], {n, 22}] (from Robert G. Wilson v Sep 17 2004)

CROSSREFS

Cf. A000043, A000668, A098556.

Sequence in context: A071223 A055934 A096217 * A057562 A102628 A036655

Adjacent sequences:  A098552 A098553 A098554 * A098556 A098557 A098558

KEYWORD

hard,nonn

AUTHOR

Pierre CAMI (pierre-cami(AT)bbox.fr), Sep 14 2004

EXTENSIONS

More terms from Pierre CAMI (pierre-cami(AT)bbox.fr), Jan 17 2005

a(1)=1, a(23)=890, a(27)=7272 corrected, other terms through a(28)=92372 verified by Ray Chandler (rayjchandler(AT)sbcglobal.net), Apr 16 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 13:05 EST 2012. Contains 205789 sequences.