A096178 Primes of the form primorial(p)/2+2.
3, 5, 17, 107, 15017, 3234846617, 100280245067, 3710369067407, 307444891294245707, 961380175077106319537, 139867498408927468089138080936033904837498617
Offset: 1
Keywords
Examples
a(4) = 107 because 107 is a prime of the form primorial(7)/2 + 2 = A070826(4) + 2 = 2*3*5*7/2 + 2.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..18
Crossrefs
Programs
-
PARI
for(n=1,30,p=prod(k=1,n,prime(k))/2+2;if(ispseudoprime(p),print1(p,", "))) \\ Hugo Pfoertner, Dec 26 2019
Formula
Extensions
a(1) inserted by Amiram Eldar, Dec 26 2019
Comments