A114432 Primes of the form 1 + product of the first k 4-almost primes A014613.
17, 8126654054401
Offset: 1
Keywords
Examples
a(1) = 17 because 1 + 16 = 1 + A014613(1) = 1 more than the first 4-almost prime is itself prime. a(2) = 8126654054401 = 1 + (16 * 24 * 36 * 40 * 54 * 56 * 60 * 81) = 1 more than the product of the first 8 of the 4-almost primes and is prime.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..8
Programs
-
Mathematica
Select[FoldList[Times, Select[Range[200], PrimeOmega[#] == 4 &]] + 1, PrimeQ] (* Amiram Eldar, Jul 20 2025 *)
Comments