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!)
A128421 Numbers n such that p(n)# + p(n+1)# +1 is prime, where p(n)# is the product of first n primes (A002110). 7
2, 3, 4, 5, 6, 8, 20, 56, 101, 108, 141, 202, 265, 364, 401, 1035, 1588, 3062, 4191, 4579 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) pd(n)=prod(i=1, n, prime(i)) \\ A002110
for(k=1, 10^4, a=pd(k)+pd(k+1)+1; if(isprime(a), print1(k, ", "))) \\ Alexandru Petrescu, Jun 17 2022
CROSSREFS
Sequence in context: A364455 A358175 A241947 * A115885 A259390 A345900
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Mar 02 2007
EXTENSIONS
Corrected by Emeric Deutsch, Mar 06 2007
Edited by Ray Chandler, Mar 13 2007
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:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)