A128276 a(n) is the least product of n odd primes m=p1*p2*...*pn, such that for all divisor d|2*m, d+2*m/d is prime.
3, 15, 105, 93081
Offset: 1
Examples
105=3*5*7 and 2*3*5*7+1, 3*5*7+2, 2*5*7+3, 2*3*7+5, 2*3*5+7, 2*3+5*7, 2*5+3*7, 2*7+3*5 are all primes and 105 is the smallest such integer which is the product of 3 odd primes, so a(3)=105
Extensions
Typo in a(4) corrected by T. D. Noe, Aug 04 2010
Comments