A294195 Product of all primes between n!+1 and (n+1)!.
1, 2, 15, 7436429, 141690116050851861774628683971583952877
Offset: 0
Keywords
Crossrefs
Programs
-
Mathematica
Table[Times @@ Table[Prime[i], {i, PrimePi[n!] + 1, PrimePi[(n + 1)!]}], {n, 0, 4}]
Comments