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!)
A365078 a(n) is the least divisor (d) of prime(n)# such that prime(n)# / d + 1 is prime where p# denotes the product of all primes <= p. 0
1, 1, 1, 1, 1, 5, 5, 3, 13, 3, 1, 7, 11, 23, 7, 7, 13, 17, 21, 23, 47, 29, 5, 55, 85, 31, 21, 31, 11, 21, 23, 5, 57, 21, 97, 67, 11, 7, 41, 43, 29, 39, 11, 15, 89, 21, 11, 83, 47, 43, 85, 85, 17, 17, 11, 127, 177, 167, 15, 23, 21, 17, 67, 149, 113, 15, 131, 47, 61, 95, 53, 115, 31, 79, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = prime(n)# / (A365021(n)-1).
Conjecture: a(n) < 2*prime(n).
PROG
(PARI) a(n) = my(P=vecprod(primes(n)), d=1); while(!ispseudoprime(floor((P/d)+1)) || gcd(P, d)<>d, d=d+2); d;
CROSSREFS
Sequence in context: A213054 A232609 A225666 * A175505 A158274 A202695
KEYWORD
nonn
AUTHOR
Alain Rocchelli, Aug 20 2023
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 August 27 22:28 EDT 2024. Contains 375471 sequences. (Running on oeis4.)