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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098566 Smallest prime P such that P# - Mersenne-prime(n) is prime. 2
3, 5, 7, 7, 13, 17, 19, 29, 53, 157, 79, 101, 613, 641, 2633, 2161, 1697, 2293, 12251, 4283, 7573, 7243, 9433, 22381, 29411, 16333 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

mexp = {the list in A000043}; Primorial[n_] := Product[ Prime[i], {i, n}]; f[n_] := Block[{k = 1}, While[Primorial[k] < 2^mexp[[n]] || !PrimeQ[ Primorial[k] - 2^mexp[[n]] + 1], k++ ]; Prime[k]]; Table[ f[n], {n, 15}] (from Robert G. Wilson v Sep 28 2004)

CROSSREFS

Cf. A098567.

Sequence in context: A037464 A060265 A172365 * A006540 A099726 A202664

Adjacent sequences:  A098563 A098564 A098565 * A098567 A098568 A098569

KEYWORD

more,nonn

AUTHOR

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

EXTENSIONS

Corrected by Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 28 2004

a(19)-a(26) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 22 2008

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 16:56 EST 2012. Contains 205825 sequences.