OFFSET
1,1
COMMENTS
Conjecture: the sequence is infinite. The smaller member of the twin prime pairs is a term.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
19 is a member as 20*21*22 +1 = 9241 is a prime.
MATHEMATICA
Transpose[Select[Partition[Prime[Range[200]], 2, 1], PrimeQ[Times@@ Range[ First[#]+1, Last[#]-1]+1]&]][[1]] (* Harvey P. Dale, Oct 31 2011 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 27 2003
EXTENSIONS
More terms from David Wasserman, Jul 25 2005
STATUS
approved