A379380 Prime numbers p such that (2*p)# - p# + 1 is prime, where p# = A034386(p).
1, 2, 5, 17, 103, 113, 193, 277, 3671, 9419, 12671, 30809, 34439, 83833, 89227, 106103, 107101, 175303, 398903
Offset: 1
Examples
For p = 17: the product of the primes from 2 to p*2 is 2*3*5*7*11*13*17*19*23*29*31 = 200560490130, and the product of the primes from 2 to p is 2*3*5*7*11*13*17 = 510510. 200560490130 - 510510 + 1 = 200559979621, a prime number.