The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A174741 a(n) = smallest m > 0 such that there are no primes between p*m and p*(m+1) inclusive where p is the n-th prime. 0
4, 8, 18, 17, 29, 87, 79, 70, 58, 292, 506, 424, 766, 937, 542, 2026, 1820, 2842, 4960, 5215, 2136, 4687, 4461, 12809, 13992, 3666, 16231, 17662, 17338, 41935, 60010, 46063, 61469, 144060, 114441, 137956, 293037, 290348, 443629, 457617, 264395 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
a:=proc(n) local m, p; p:=ithprime(n); for m from 2 do if nextprime(p*m)>p*(m+1) then return m; fi; od: end proc:
CROSSREFS
Sequence in context: A110601 A371412 A107926 * A312827 A308150 A070213
KEYWORD
hard,nonn
AUTHOR
W. Edwin Clark, Mar 29 2010
EXTENSIONS
Terms from a(37) on from R. J. Mathar, Apr 15 2010
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 May 13 15:39 EDT 2024. Contains 372521 sequences. (Running on oeis4.)