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!)
A229991 Numbers for which A061214(n) - 1 is prime, where A061214(n) = product of composite numbers between prime(n) and prime(n+1) . 2
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 17, 19, 20, 22, 26, 28, 29, 33, 34, 35, 41, 43, 45, 49, 52, 55, 56, 57, 60, 61, 64, 69, 72, 75, 81, 83, 85, 86, 89, 90, 91, 93, 94, 98, 104, 105, 109, 113, 116, 120, 122, 123, 124, 129, 134, 138, 139, 140, 142, 143 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
EXAMPLE
a(2) = 2 because 4 - 1 is prime; a(4) = 4 because 8*9*10-1 is prime; 12 is not in A229991 because 38*39*40 - 1 is not prime.
MATHEMATICA
q[n_] := Product[k, {k, Prime[n] + 1, Prime[n + 1] - 1}]; c[n_] := If[PrimeQ[q[n] - 1], 1, 0]; t = Table[c[n], {n, 1, 230}]; u = Flatten[Position[t, 1]]
Select[Range[150], PrimeQ[Times@@Range[Prime[#]+1, Prime[#+1]-1]-1]&] (* Harvey P. Dale, Feb 15 2014 *)
CROSSREFS
Sequence in context: A354925 A362184 A368904 * A178156 A334294 A177054
KEYWORD
nonn
AUTHOR
Clark Kimberling, Oct 09 2013
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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)