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!)
A261033 Values of n such that A002110(n) - A007504(n) - 1 is a prime number. 0
3, 5, 7, 9, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Values of n such that difference between product of first n+1 terms of A008578 and sum of first n+1 terms of A008578 is a prime number.
Initial primes of the form A002110(n) - A007504(n) - 1 are 19, 2281, 510451.
LINKS
EXAMPLE
a(1) = 3 because (2*3*5) - (2+3+5) - 1 = 19 is prime.
a(2) = 5 because (2*3*5*7*11) - (2+3+5+7+11) - 1 = 2281 is prime.
a(3) = 7 because (2*3*5*7*11*13*17) - (2+3+5+7+11+13+17) - 1 = 510451 is prime.
PROG
(PARI) for(n=1, 1e5, if(ispseudoprime(prod(k=1, n, prime(k)) - sum(k=1, n, prime(k)) - 1), print1(n, ", ")));
CROSSREFS
Sequence in context: A096231 A362133 A100432 * A145341 A121388 A161700
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Nov 18 2015
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 21 08:56 EDT 2024. Contains 372733 sequences. (Running on oeis4.)