OFFSET
1,1
COMMENTS
Semiprime analog of primorial primes A005234 (primes p such that 1 + product of primes up to p is prime) as indexed by A014545 (n such that n-th Euclid number (A006862(n)) = 1 + (Product of first n primes) is prime). In that sense, this sequence is indexed by (1, 4, 5, 6, 11, 12, 39, ...).
The next term has 90 digits. - Harvey P. Dale, Sep 21 2011
EXAMPLE
a(2) = 2161 because 2160 + 1 = 1 + A001358(1)*A001358(2)*A001358(3)*A001358(4) = 1 + A112141(4) = 1 + (4*6*9*10) is prime.
a(3) = 1 + A112141(5).
a(4) = 1 + A112141(6).
a(5) = 1 + A112141(11).
a(6) = 1 + A112141(12).
a(7) = (4 * 6 * 9 * 10 * 14 * 15 * 21 * 22 * 25 * 26 * 33 * 34 * 35 * 38 * 39 * 46 * 49 * 51 * 55 * 57 * 58 * 62 * 65 * 69 * 74 * 77 * 82 * 85 * 86 * 87 * 91 * 93 * 94* 95 * 106 * 111 * 115 * 118 * 119) + 1 is prime.
MATHEMATICA
Select[#+1&/@FoldList[Times, 1, Select[Range[200], PrimeOmega[#] == 2&]], PrimeQ] (* Harvey P. Dale, Sep 21 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Feb 13 2006
EXTENSIONS
a(7) added by Jonathan Vos Post, Dec 12 2010
STATUS
approved