A114430 Primes of the form 1 + product of the first n 3-almost primes A014612.
97, 32920473601, 1448500838401, 65182537728001, 1491301685600774317670400000001, 48235157779343672198731287466250036763794299837586774072944798728192000000000000000001
Offset: 1
Examples
a(1) = 97 = 96 + 1 = 1 + (8 * 12) = 1 + A014612(1)*A014612(2) = 1 more than the product of the first 2 of the 3-almost primes and is prime. a(2) = 32920473601 = 1 + (8 * 12 * 18 * 20 * 27 * 28 * 30 * 42) = 1 more than the product of the first 8 of the 3-almost primes and is prime. a(3) = 1 more than the product of the first 9 of the 3-almost primes and is prime. a(4) = 1 more than the product of the first 10 of the 3-almost primes and is prime. a(5) = 1 more than the product of the first 19 of the 3-almost primes and is prime.
Programs
-
Mathematica
Select[Rest[FoldList[Times,1,Select[Range[250],PrimeOmega[#]==3&]]]+1,PrimeQ] (* Harvey P. Dale, Dec 21 2013 *)
Extensions
One more term (a(6)) from Harvey P. Dale, Dec 21 2013
Comments