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!)
A060269 Distance of n-th primorial from closest prime. 1
1, 1, 1, 1, 19, 23, 37, 41, 1, 59, 1, 47, 67, 59, 61, 89, 89, 103, 79, 83, 89, 1, 103, 131, 113, 127, 223, 191, 163, 179, 389, 239, 151, 167, 173, 239, 199, 191, 199, 223, 233, 593, 293, 457, 227, 311, 373, 257 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,5
LINKS
EXAMPLE
7th primorial is surrounded by {510529,510481} primes in {19,71} distances of which the smaller is 19=a(7).
MAPLE
with(numtheory): [seq(min(nextprime(product(ithprime(j), j=1..n))-product(ithprime(j), j= >1..n), product(ithprime(j), j=1..n)-prevprime(product(ithprime(j), j=1..n >))), n=3..50)];
MATHEMATICA
dnp[n_]:=Module[{a=NextPrime[n, -1], b=NextPrime[n]}, Min[n-a, b-n]]; dnp/@ FoldList[Times, Prime[Range[50]]] (* Harvey P. Dale, Jul 11 2017 *)
CROSSREFS
Sequence in context: A351121 A245585 A343741 * A245382 A075585 A052030
KEYWORD
nonn
AUTHOR
Labos Elemer, Mar 23 2001
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 July 21 06:08 EDT 2024. Contains 374463 sequences. (Running on oeis4.)