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!)
A139462 a(n) = m such that product n successive odd primes - 2*prime(n+m+1) is prime = such m that primorial(n+1)/2 - 2*prime(n+m+1) is prime. 4
1, 2, 1, 1, 3, 1, 2, 2, 3, 1, 6, 5, 5, 7, 1, 5, 8, 2, 10, 29, 3, 7, 10, 8, 33, 28, 11, 3, 19, 5, 12, 12, 11, 19, 52, 29, 17, 23, 29, 36, 3, 1, 7, 59, 16, 5, 4, 113, 1, 8, 16, 25, 4, 5, 52, 1, 82, 71, 14, 34, 20, 3, 1, 35, 20, 107, 14, 38, 41, 34, 14, 6, 20, 36, 36, 20, 62, 19, 8, 92, 140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
When 1 occured in this sequence see A139463
LINKS
MATHEMATICA
k = 1; a = {}; Do[k = k*Prime[n]; m = 1; While[ ! PrimeQ[k - 2*Prime[n + m]], m++ ]; Print[m]; AppendTo[a, m], {n, 2, 200}]; a (*Artur Jasinski*)
CROSSREFS
Sequence in context: A340056 A229897 A343796 * A236256 A357217 A353595
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 22 2008
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)