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!)
A088254 Primes p with property that if p = prime(k), if the product of all composite numbers between prime(k) and prime(k+1) is one less than a prime. 1
2, 3, 5, 11, 13, 17, 19, 29, 37, 41, 43, 53, 59, 71, 73, 97, 101, 107, 109, 127, 137, 149, 167, 179, 191, 193, 197, 227, 233, 239, 269, 281, 311, 331, 347, 349, 419, 431, 439, 461, 463, 467, 509, 521, 569, 599, 617, 641, 647, 659, 739, 757, 769, 809, 821, 827 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: the sequence is infinite. The smaller member of the twin prime pairs is a term.
LINKS
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
Sequence in context: A038933 A042998 A091317 * A089191 A225184 A038947
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Sep 27 2003
EXTENSIONS
More terms from David Wasserman, Jul 25 2005
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 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)