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!)
A065314 Smallest prime divisor of (n-th primorial - (n+1)-st prime). 6
23, 199, 2297, 30013, 41, 9699667, 2819, 53, 21701, 79, 163, 181, 61, 1619, 14669, 307, 103, 306091, 907, 3217644767340672907899084554047, 267064515689275851355624017992701, 23768741896345550770650537601358213 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
Sean A. Irvine, Table of n, a(n) for n = 3..80 (terms 3..40 from Michel Marcus)
FORMULA
a(n) = A020639( A002110(n) - A000040(n+1) ).
EXAMPLE
n=3, 3rd primorial=30, p(4)=7, difference=23, a(3)=23.
MATHEMATICA
Map[FactorInteger[Times @@ #1 - #2][[1, 1, 1]] & @@ Reverse@ TakeDrop[#, -1] &, Drop[#, 3] &@ FoldList[Flatten@ Append[{#1}, #2] &, Prime@ Range@ 25]] (* Michael De Vlieger, Jul 16 2017 *)
PROG
(PARI) a(n) = vecmin(factor(prod(k=1, n, prime(k)) - prime(n+1))[, 1]); \\ Michel Marcus, Jul 16 2017
CROSSREFS
Sequence in context: A108646 A307355 A058193 * A065316 A060882 A367182
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 29 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 April 19 14:04 EDT 2024. Contains 371792 sequences. (Running on oeis4.)